ladybird/Userland/Libraries/LibWeb
Andreas Kling 0b403d30d7 LibWeb: Don't swallow args when forwarding cross-origin WindowProxy call
Fixes at least one WPT test that was previously timing out:
- html/semantics/document-metadata/the-base-element/base_target_does_not_affect_iframe_src_navigation.html
2024-10-03 20:49:45 +02:00
..
Animations LibWeb: Make sure style is up-to-date in getAnimations() 2024-10-02 16:28:37 +01:00
ARIA Everywhere: Convert from_string_view -> from_string_literal where static 2024-09-11 10:59:04 +01:00
Bindings LibJS+LibWeb: Add a custom host hook to log unparsed date strings 2024-09-08 18:25:05 +02:00
Clipboard
Cookie LibWeb+LibWebView: Set the default path for invalid cookie Path values 2024-09-19 00:01:56 +01:00
Crypto Everywhere: Convert from_string_view -> from_string_literal where static 2024-09-11 10:59:04 +01:00
CSS LibWeb/CSS: Implement delete method for FontFaceSet 2024-10-03 16:36:44 +02:00
DOM LibWeb: Ensure Elements don't need style update after computing style 2024-09-30 13:04:51 +02:00
DOMParsing
DOMURL
Encoding
EntriesAPI
Fetch LibWeb/Fetch: Handle edge cases in 'get, decode, and split' 2024-09-26 08:09:31 +02:00
FileAPI
Geometry
HighResolutionTime
HTML LibWeb: Don't swallow args when forwarding cross-origin WindowProxy call 2024-10-03 20:49:45 +02:00
IndexedDB
Infra
Internals LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
IntersectionObserver LibWeb: Remove uses of obsolete PlatformObject::global_object() 2024-09-07 11:37:49 +02:00
Layout LibWeb/CSS: Parse and propagate font-feature-settings property 2024-10-02 16:28:55 +01:00
Loader LibWeb: Use substring matching for content filters 2024-09-28 14:40:48 +02:00
MathML LibWeb: MathMLElement includes ElementCSSInlineStyle 2024-09-07 19:44:56 +02:00
MediaCapabilitiesAPI LibWeb: Stub MediaCapabilities IDL interface 2024-09-05 14:52:26 +01:00
MimeSniff LibWeb/MimeSniff: Update the MIME type sniffing algo to meet specs 2024-10-02 16:15:23 -04:00
MixedContent
NavigationTiming LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
Page LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Painting LibWeb: Make horizontal scrollbar start from the left edge of viewport 2024-10-03 19:43:08 +02:00
PerformanceTimeline
PermissionsPolicy
Platform LibMedia+everywhere: Remove superfluous and unused audio code 2024-09-30 18:48:12 +02:00
ReferrerPolicy
RequestIdleCallback LibWeb: Remove uses of obsolete PlatformObject::global_object() 2024-09-07 11:37:49 +02:00
ResizeObserver
SecureContexts
Selection LibWeb: Update Selection.collapse algorithm 2024-09-03 17:42:13 +02:00
SRI
StorageAPI LibWeb: Implement StorageKey and related AOs from Storage specification 2024-09-20 22:41:24 +01:00
Streams LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
SVG LibWeb: Rename 'cross-origin opener policy' to 'opener policy' 2024-09-24 12:30:21 +01:00
UIEvents LibWeb: Add helpers to convert a MouseButton to/from its DOM event code 2024-10-01 11:02:27 +02:00
UserTiming
WebAssembly LibWeb/WebAssembly: Use a debug flag for dbgln calls 2024-09-07 19:44:23 +02:00
WebAudio
WebDriver LibWeb+WebContent+WebDriver: Implement the Perform Actions endpoint 2024-10-01 11:02:27 +02:00
WebGL
WebIDL
WebSockets LibWeb/WebSocket: Allow sending binary blob data over a websocket 2024-09-29 11:46:51 +02:00
WebVTT LibWeb/WebVTT: Implement VTTCue idl interface 2024-09-24 23:48:56 +01:00
Worker LibWeb: Use proper enums in WorkerOptions dictionary 2024-09-20 22:41:24 +01:00
XHR LibWeb: Clean up HTMLInputElement-related includes 2024-09-23 13:31:41 -04:00
XLink
XML
CMakeLists.txt LibWeb/CSS: Introduce OpenTypeTaggedStyleValue 2024-10-02 16:28:55 +01:00
Dump.cpp LibWeb/CSS: Parse font-[feature,variation]-settings descriptors 2024-10-02 16:28:55 +01:00
Dump.h LibWeb/CSS: Add CSSOM types for @layer rules 2024-09-06 07:49:55 +02:00
Forward.h LibWeb/CSS: Introduce OpenTypeTaggedStyleValue 2024-10-02 16:28:55 +01:00
idl_files.cmake LibWeb/WebVTT: Implement VTTCue idl interface 2024-09-24 23:48:56 +01:00
InvalidateDisplayList.h LibWeb: Invalidate the display list when calling set_needs_display() 2024-09-02 20:12:08 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h LibWeb/CSS: Replace style-rule iteration methods with a generic one 2024-09-06 07:49:55 +02:00
TreeNode.h