ladybird/Libraries/LibWeb
Andrew Kaster 7ee3727074 LibWeb: Fix compile error for popover element internal lambdas
These were converted to lambdas in
6b921e91d4
But I merged fcf6cc27f2 without checking
that the code had responded to the change.
2024-12-12 15:56:55 -07:00
..
Animations LibWeb: Add mode flag to CSSStyleValue::to_string() 2024-12-07 08:31:03 +00:00
ARIA LibWeb: Support the “image” synonym for the “img” ARIA role 2024-12-12 05:13:45 -08:00
Bindings LibWeb: Implement multiple import map support 2024-12-10 12:01:45 +00:00
Clipboard
Compression LibWeb/Streams: Move "set up transform stream" to TransformStream 2024-12-11 15:11:21 +01:00
Cookie
Crypto WebCrypto: Unspoof correctness of AES-GSM encryption/decryption 2024-12-12 21:48:57 +01:00
CSS LibWeb/CSS: Serialize CSSColor without relying on RGB 2024-12-11 16:37:22 -07:00
DOM LibWeb: Add a document observer to be notified upon becoming active 2024-12-11 17:38:31 -07:00
DOMParsing
DOMURL
Editing LibWeb: Implement document.execCommand('insertLinebreak') 2024-12-10 19:34:38 +01:00
Encoding
EntriesAPI
EventTiming
Fetch LibWeb: Ensure Headers API can handle non-ascii characters 2024-12-11 16:40:36 -07:00
FileAPI LibWeb/Streams: Move ReadableStream functions out of AbstractOperations 2024-12-11 15:11:21 +01:00
Geometry
HighResolutionTime
HTML LibWeb: Fix compile error for popover element internal lambdas 2024-12-12 15:56:55 -07:00
IndexedDB LibWeb: Mark local variables captured in GC functions as ignored 2024-12-10 07:13:00 +01:00
Infra
Internals LibWeb: Add an Internals.headless attribute 2024-12-10 10:31:47 -08:00
IntersectionObserver
Layout LibWeb/Layout: Add FIXMEs where we're using the wrong font 2024-12-06 02:57:34 +01:00
Loader Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
MathML LibWeb: Align mfrac Padding with Updated MathML Core Spec 2024-12-09 20:06:48 +00:00
MediaCapabilitiesAPI
MediaSourceExtensions
MimeSniff
MixedContent
NavigationTiming
Page LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
Painting LibWeb: Refactor "editable" and "editing host" concepts 2024-12-10 14:54:19 +01:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection LibWeb: Update spec steps in Selection 2024-12-11 19:11:13 +01:00
ServiceWorker
SRI
StorageAPI
Streams LibWeb: Move ad hoc CallbackType helper method to CallbackType header 2024-12-11 15:11:21 +01:00
SVG LibWeb: Load external scripts in SVG 2024-12-11 16:29:42 -07:00
UIEvents
UserTiming
WebAssembly LibWeb: Register Wasm memory grow hook in constructor of Memory objects 2024-12-10 15:54:20 +01:00
WebAudio
WebDriver LibWeb: Align execute_async_script variable name with the latest spec 2024-12-12 05:16:18 -08:00
WebGL LibWeb/WebGL: Implement vertex array calls for WebGL2 2024-12-07 00:05:36 +01:00
WebIDL LibWeb: Move ad hoc CallbackType helper method to CallbackType header 2024-12-11 15:11:21 +01:00
WebSockets
WebVTT
Worker Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
XHR LibWeb: Mark local variables captured in GC functions as ignored 2024-12-10 07:13:00 +01:00
XLink
XML LibWeb: Rename abbreviated variable name 2024-12-09 09:13:24 +00:00
CMakeLists.txt LibWeb: Add stubbed-out WebGL2RenderingContext 2024-12-06 15:35:36 +01:00
Dump.cpp LibWeb: Add mode flag to CSSStyleValue::to_string() 2024-12-07 08:31:03 +00:00
Dump.h
Forward.h LibWeb: Add PopOverInvokerElement and use it in HTMLButtonElement 2024-12-12 17:11:27 +00:00
idl_files.cmake LibWeb: Add stubbed-out WebGL2RenderingContext 2024-12-06 15:35:36 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h