Commit graph

  • 5370a152f1 Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:06:14 +00:00
  • 3993266b63 Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:06:08 +00:00
  • 29bd002185 Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:06:08 +00:00
  • 6c04be840f Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:06:08 +00:00
  • fda37add11 Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:06:00 +00:00
  • 30f28af6b6 Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:06:00 +00:00
  • 1075814f34 Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:06:00 +00:00
  • 6ccfef86de Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:05:52 +00:00
  • c6643cb742 Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:05:52 +00:00
  • b99ef72524 Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:05:52 +00:00
  • ae25123595 Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:05:47 +00:00
  • 5b399c9498 Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:05:47 +00:00
  • f58505bb6a Notes added by 'git notes append' github-actions[bot] 2025-04-16 08:05:47 +00:00
  • ca2f0141f6 LibRegex: Remove unused "simple substring search" optimization Andreas Kling 2025-04-15 18:18:32 +02:00
  • 0c93a07fb1 AK: Shrink Utf16View Andreas Kling 2025-04-15 18:08:26 +02:00
  • 7628ddfaf7 AK: Remove endianness override from Utf16View Andreas Kling 2025-04-15 17:58:42 +02:00
  • 0e9480b944 AK+LibTextCodec: Stop using Utf16View endianness override Andreas Kling 2025-04-15 17:49:09 +02:00
  • 96f1f15ad6 LibRegex: Remove unused Utf8View/Utf32View support in RegexStringView Andreas Kling 2025-04-15 16:11:13 +02:00
  • 8b76c29682 LibWeb: Do not create a RootVector to invoke IDL callbacks Timothy Flynn 2025-04-15 20:56:03 -04:00
  • 7801dac322 Notes added by 'git notes append' github-actions[bot] 2025-04-16 00:34:13 +00:00
  • 503137f215 Notes added by 'git notes append' github-actions[bot] 2025-04-16 00:34:13 +00:00
  • c3631a7aec Notes added by 'git notes append' github-actions[bot] 2025-04-16 00:34:13 +00:00
  • 8b1468505e Notes added by 'git notes append' github-actions[bot] 2025-04-16 00:34:06 +00:00
  • f8cb93c61b Notes added by 'git notes append' github-actions[bot] 2025-04-16 00:34:06 +00:00
  • b918df7f04 Notes added by 'git notes append' github-actions[bot] 2025-04-16 00:34:06 +00:00
  • b1a189acfa LibWeb: Use WebIDL::invoke_promise_callback in Streams where appropriate Timothy Flynn 2025-04-15 13:45:00 -04:00
  • 525343ba79 LibWeb: Add an alternative to WebIDL::invoke_callback to return promises Timothy Flynn 2025-04-15 13:40:46 -04:00
  • b324b876f2 LibWeb: Import ReadableStreamTee tests Timothy Flynn 2025-04-15 12:20:22 -04:00
  • df1e51b80b LibWeb: Use the correct realm when initializing streams Timothy Flynn 2025-04-15 17:10:02 -04:00
  • 1abf5ce843 LibWeb: Import ReadableStream global tests Timothy Flynn 2025-04-15 17:09:29 -04:00
  • 7801077b4e AK: Disallow constness laundering in RefPtr and NonnullRefPtr Andrew Kaster 2025-04-15 16:05:25 -06:00
  • 0b16514d23 LibGfx: Pass MetalContext in an NNRP in SkiaBackendContext Andrew Kaster 2025-04-15 17:56:54 -06:00
  • 1819404e43 WebDriver: Access global sessions mutably when finding sessions Andrew Kaster 2025-04-15 16:04:06 -06:00
  • 4d828378d8 LibWeb: Store LibGfx objects in RefPtr to const for draw commands Andrew Kaster 2025-04-15 16:03:28 -06:00
  • 5d2f4ce5e6 LibWeb: Launder const in CSS::Selector::absolutized when returning self Andrew Kaster 2025-04-15 16:02:05 -06:00
  • 2839a631ec LibWasm: Store function references' source module in RefPtr to const Andrew Kaster 2025-04-15 16:01:01 -06:00
  • 1a9690897c LibJS: Launder const in the parser where required with strict RefPtrs Andrew Kaster 2025-04-15 15:59:46 -06:00
  • 3abed01f96 LibJS: Remove unused InstructionStreamIterator::source_code getter Andrew Kaster 2025-04-15 15:58:42 -06:00
  • 667103c2dd AK: Add const_cast escape hatch for converting const T& to RefPtr<T> Andrew Kaster 2025-04-15 15:56:58 -06:00
  • e3ec1f92eb UI: Pass parent WebView by non-const ref when creating children Andrew Kaster 2025-04-15 15:54:30 -06:00
  • db73b26292 UI/Qt: Store TVG Image Data in a RefPtr to const Andrew Kaster 2025-04-15 15:53:33 -06:00
  • 42fc36a9f2 LibWeb: Pass RefPtr to const to ClippableAndScrollable setters Andrew Kaster 2025-04-15 15:52:40 -06:00
  • 51ce28d175 LibWeb: Pass ImageData as non-const to CanvasImageData mixin methods Andrew Kaster 2025-04-15 15:51:27 -06:00
  • dac4110af4 LibGfx+LibWebView+UI: Store Gfx::Bitmap in RefPtr to const Andrew Kaster 2025-04-15 15:50:18 -06:00
  • d8b738a08d LibGfx+LibWeb: Store Typeface and Font-related types in RefPtr to const Andrew Kaster 2025-04-15 15:48:14 -06:00
  • ae9c28d7d6 LibGfx: Store Core::Resources in RefPtr to const Andrew Kaster 2025-04-15 15:46:22 -06:00
  • c3ca8f9467 LibWeb: Make storage of CSS::CalculationNodes const-correct Andrew Kaster 2025-04-15 15:21:37 -06:00
  • a2c5fd5133 LibWeb: Make storage of CSS::StyleValues const-correct Andrew Kaster 2025-04-15 15:18:27 -06:00
  • 3a289399d5 LibWeb: Use the correct realm when initializing streams Timothy Flynn 2025-04-15 17:10:02 -04:00
  • bae47ddc17 LibRegex: Remove unused "simple substring search" optimization Andreas Kling 2025-04-15 18:18:32 +02:00
  • b779ccde72 AK: Shrink Utf16View Andreas Kling 2025-04-15 18:08:26 +02:00
  • b151073bd9 AK: Remove endianness override from Utf16View Andreas Kling 2025-04-15 17:58:42 +02:00
  • e218cd3766 AK+LibTextCodec: Stop using Utf16View endianness override Andreas Kling 2025-04-15 17:49:09 +02:00
  • 7029957a6b LibRegex: Remove unused Utf8View/Utf32View support in RegexStringView Andreas Kling 2025-04-15 16:11:13 +02:00
  • a63f38590b LibWeb: Import ReadableStream global tests Timothy Flynn 2025-04-15 17:09:29 -04:00
  • 30e9d945a0 LibWeb: Store a SpeculativeHTMLParser on the HTML Parser Andrew Kaster 2025-04-04 09:20:27 -06:00
  • 4adf891b0f CI: Bump swiftly toolchain version to main-snapshot-2025-04-12 Andrew Kaster 2025-04-15 14:16:42 -06:00
  • fe34fd9cba Notes added by 'git notes append' github-actions[bot] 2025-04-15 19:41:45 +00:00
  • ccc3ce443e Notes added by 'git notes append' github-actions[bot] 2025-04-15 19:41:45 +00:00
  • d47cc68b15 Notes added by 'git notes append' github-actions[bot] 2025-04-15 19:41:45 +00:00
  • b22395f09a Notes added by 'git notes append' github-actions[bot] 2025-04-15 19:41:39 +00:00
  • a837a93010 Notes added by 'git notes append' github-actions[bot] 2025-04-15 19:41:39 +00:00
  • 234217913a Notes added by 'git notes append' github-actions[bot] 2025-04-15 19:41:39 +00:00
  • 9f333c424c LibWeb/CSS: Ensure a font source format() only contains one string/ident Sam Atkins 2025-04-15 11:04:04 +01:00
  • 52a4259ef2 LibWeb/CSS: Make @font-face src parsing more forgiving Sam Atkins 2025-04-15 10:58:14 +01:00
  • 6eb77081fe LibWeb: Use WebIDL::invoke_promise_callback in Streams where appropriate Timothy Flynn 2025-04-15 13:45:00 -04:00
  • 9f7d54c2e8 LibWeb: Add an alternative to WebIDL::invoke_callback to return promises Timothy Flynn 2025-04-15 13:40:46 -04:00
  • 770bd453b2 LibWeb: Import ReadableStreamTee tests Timothy Flynn 2025-04-15 12:20:22 -04:00
  • 6fa13b8ffc Notes added by 'git notes append' github-actions[bot] 2025-04-15 16:49:55 +00:00
  • b3b49b1067 Notes added by 'git notes append' github-actions[bot] 2025-04-15 16:49:55 +00:00
  • 3e463266bd Notes added by 'git notes append' github-actions[bot] 2025-04-15 16:49:55 +00:00
  • 0c02fdf624 Notes added by 'git notes append' github-actions[bot] 2025-04-15 16:49:48 +00:00
  • e1e3f2c47a Notes added by 'git notes append' github-actions[bot] 2025-04-15 16:49:48 +00:00
  • a13ed156f7 Notes added by 'git notes append' github-actions[bot] 2025-04-15 16:49:48 +00:00
  • 466c793fdb LibIPC: Use AllocatingMemoryStream in TransportSocket send queue Aliaksandr Kalenik 2025-04-14 03:22:10 +02:00
  • 247f7c5fcc AK: Add peek_some() to AllocatingMemoryStream Aliaksandr Kalenik 2025-04-14 03:17:21 +02:00
  • b6779f0e58 Base: BrowserContentFilters.txt - add 51.la tracking domains Wes 2025-02-04 00:09:36 -05:00
  • d8ad355f35 Notes added by 'git notes append' github-actions[bot] 2025-04-15 12:25:43 +00:00
  • 04454696ed Notes added by 'git notes append' github-actions[bot] 2025-04-15 12:25:43 +00:00
  • 165c9b485d Notes added by 'git notes append' github-actions[bot] 2025-04-15 12:25:43 +00:00
  • edaac0f2ee CI: Add missing event key to JS benchmarks workflow Jelle Raaijmakers 2025-04-15 14:22:26 +02:00
  • 9d71e915ac CI: Add missing event key to JS benchmarks workflow Jelle Raaijmakers 2025-04-15 14:22:26 +02:00
  • f027ba7abe Notes added by 'git notes append' github-actions[bot] 2025-04-15 12:14:21 +00:00
  • 1b780adbdd Notes added by 'git notes append' github-actions[bot] 2025-04-15 12:14:21 +00:00
  • 3c920c53d1 Notes added by 'git notes append' github-actions[bot] 2025-04-15 12:14:21 +00:00
  • 1b4a4b0225 CI: Use workflow run's event commit SHA for JS benchmarks Jelle Raaijmakers 2025-04-15 13:48:48 +02:00
  • 266dad863d CI: Use workflow run's event commit SHA for JS benchmarks Jelle Raaijmakers 2025-04-15 13:48:48 +02:00
  • e2d69a3f1e Notes added by 'git notes append' github-actions[bot] 2025-04-15 11:35:28 +00:00
  • 07b4436d5b Notes added by 'git notes append' github-actions[bot] 2025-04-15 11:35:22 +00:00
  • 2bb0249755 Notes added by 'git notes append' github-actions[bot] 2025-04-15 11:35:22 +00:00
  • c99f795e5b Notes added by 'git notes append' github-actions[bot] 2025-04-15 11:35:22 +00:00
  • c00c0846c0 LibWeb: Don't double-dispatch click events on a label's child input Sam Atkins 2025-04-15 12:01:07 +01:00
  • 1776c0f854 Notes added by 'git notes append' github-actions[bot] 2025-04-15 11:09:54 +00:00
  • 76429d1f8f Notes added by 'git notes append' github-actions[bot] 2025-04-15 11:09:54 +00:00
  • 214da03869 Notes added by 'git notes append' github-actions[bot] 2025-04-15 11:09:54 +00:00
  • f53d2a1d29 Notes added by 'git notes append' github-actions[bot] 2025-04-15 11:09:47 +00:00
  • 8081bf5589 Notes added by 'git notes append' github-actions[bot] 2025-04-15 11:09:47 +00:00
  • 6364a677dd Notes added by 'git notes append' github-actions[bot] 2025-04-15 11:09:47 +00:00
  • 81d4ed27d8 LibJS: Add cache for the string "[object Object]" Andreas Kling 2025-04-14 23:42:31 +02:00
  • e8c351505e LibJS: Use premade shape when creating unmapped arguments objects Andreas Kling 2025-04-14 23:41:31 +02:00