ladybird/Libraries/LibWeb
Andrew Kaster 56d45282ea LibWeb/WebGL: Don't crash on unknown getParameter on the context
And allow the implementation to set the error code.
2024-12-06 15:35:36 +01:00
..
Animations LibWeb: Stop passing Realm unnecessarily to parse CSS properties 2024-12-05 19:59:57 +01:00
ARIA LibWeb: Use a standard x-macro to create FlyString ARIA attribute names 2024-12-05 11:45:58 -05:00
Bindings LibWeb: Remove ExceptionOr usage for 'resolve module integrity metadata' 2024-12-04 16:34:13 +00:00
Clipboard
Compression
Cookie
Crypto LibCrypto+LibWeb: Implement ECDSA.sign 2024-12-03 13:20:51 +01:00
CSS LibWeb: Implement popover methods 2024-12-06 12:39:14 +00:00
DOM LibWeb/Painting: Use GlyphRun font for measuring selection rectangle 2024-12-06 02:57:34 +01:00
DOMParsing
DOMURL LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
Editing LibWeb: Prevent crash when editing outside of <body> 2024-12-04 17:18:00 +01:00
Encoding
EntriesAPI
EventTiming
Fetch LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
FileAPI LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
Geometry LibWeb: Stop passing Realm unnecessarily to parse CSS properties 2024-12-05 19:59:57 +01:00
HighResolutionTime LibWeb: Use relevant principal settings for HighResolutionTime 2024-11-30 11:55:11 +01:00
HTML LibWeb: Add stubbed-out WebGL2RenderingContext 2024-12-06 15:35:36 +01:00
IndexedDB AK: Don't implicitly convert Optional<T&> to Optional<T> 2024-12-04 01:58:22 +01:00
Infra LibWeb: Redefine WebIDL types in terms of Infra spec 2024-12-05 17:34:13 +01:00
Internals LibWeb+Tests: Add internal property for echo server port 2024-12-05 17:02:57 -07:00
IntersectionObserver
Layout LibWeb/Layout: Add FIXMEs where we're using the wrong font 2024-12-06 02:57:34 +01:00
Loader
MathML
MediaCapabilitiesAPI
MediaSourceExtensions LibWeb: Partially implement MediaSource.isTypeSupported() 2024-11-26 23:51:02 +01:00
MimeSniff
MixedContent LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
NavigationTiming
Page
Painting LibWeb/Painting: Place text cursor using GlyphRun font 2024-12-06 02:57:34 +01:00
PerformanceTimeline
PermissionsPolicy
Platform LibGfx+LibWeb: Do some color management on images with an ICC profile 2024-12-05 17:16:41 +01:00
ReferrerPolicy LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
RequestIdleCallback
ResizeObserver
SecureContexts LibURL: Migrate Origin scheme from ByteString to String 2024-11-30 12:07:39 +01:00
Selection
ServiceWorker LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
SRI
StorageAPI
Streams LibWeb: Commit pull-into descriptors after filling from queue 2024-12-05 13:03:12 -05:00
SVG LibWeb: Add CanvasImageSource to ImageBitmapSource typedef 2024-12-06 13:10:27 +00:00
UIEvents
UserTiming
WebAssembly
WebAudio LibWeb: Add ChannelMergerNode interface 2024-11-25 17:16:06 +01:00
WebDriver LibWeb: Delegate painting surface allocation to canvas's active context 2024-12-03 23:35:45 +01:00
WebGL LibWeb/WebGL: Don't crash on unknown getParameter on the context 2024-12-06 15:35:36 +01:00
WebIDL LibWeb: Redefine WebIDL types in terms of Infra spec 2024-12-05 17:34:13 +01:00
WebSockets LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
WebVTT
Worker LibIPC: Remove socket path from IPC Client connections 2024-11-26 11:00:48 +01:00
XHR LibURL: Replace Host's Empty state with making Url's Host optional 2024-11-30 12:07:39 +01:00
XLink
XML LibWeb: Do not give the HTML namespace to elements when parsing XML 2024-11-27 17:10:32 +01:00
CMakeLists.txt LibWeb: Add stubbed-out WebGL2RenderingContext 2024-12-06 15:35:36 +01:00
Dump.cpp LibWeb: Recurse into NavigableContentViewport in layout dumps 2024-11-26 18:32:48 +01:00
Dump.h
Forward.h LibWeb: Add stubbed-out WebGL2RenderingContext 2024-12-06 15:35:36 +01: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