ladybird/Libraries/LibWeb
Shannon Booth b7512deada LibWeb/SVG: Fix crash when SVG use element is used on an external SVG
We were previously crashing when invoking 'scroll to the fragment' on
such documents as it was unable to find the active document. This is
as a result of our AD-HOC implementation not setting up the document
fully to mark it is active before running the parser.

Fixes a crash on https://tweakers.net.
2025-01-19 15:01:39 +01:00
..
Animations
ARIA
Bindings LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
Clipboard
Compression
Cookie
Crypto LibWeb: Always return a KeyAlgorithm from RsaHashedKeyAlgorithm 2025-01-17 12:43:03 +01:00
CSS LibWeb/CSS: Merge RotationStyleValue into TransformationStyleValue 2025-01-17 10:12:39 +01:00
DOM LibWeb: Enable partial layout tree update in a bunch of cases 2025-01-18 21:01:01 +01:00
DOMParsing
DOMURL LibURL+LibWeb: Make URL::basic_parse return an Optional<URL> 2025-01-11 10:08:29 -05:00
Editing LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
Encoding
EntriesAPI
EventTiming
Fetch LibWeb/Fetch: Remove FIXME for since fixed spec bug 2025-01-16 01:16:47 +00:00
FileAPI
Geometry
HighResolutionTime
HTML LibWeb: Implement the exclusive <details> accordion 2025-01-17 10:13:35 +01:00
IndexedDB LibWeb: Rename ConnectionQueue to RequestList 2025-01-14 23:46:09 +01:00
Infra
Internals
IntersectionObserver
Layout LibWeb: Implement partial layout tree updates 2025-01-18 21:01:01 +01:00
Loader
MathML LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
MediaCapabilitiesAPI
MediaSourceExtensions LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
MimeSniff
MixedContent
NavigationTiming LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
Page UI: Prevent crash when right clicking on an unloaded image 2025-01-12 19:29:57 +00:00
Painting WebContent+LibWeb: Add an option to disable painting viewport scrollbars 2025-01-15 12:33:53 +00:00
PerformanceTimeline LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection
ServiceWorker
SRI
StorageAPI
Streams LibWeb/Streams: Ensure pending pull into's objects are visited by GC 2025-01-18 10:26:40 +01:00
SVG LibWeb/SVG: Fix crash when SVG use element is used on an external SVG 2025-01-19 15:01:39 +01:00
UIEvents LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
UserTiming
WebAssembly
WebAudio LibWeb: Add BaseAudioContext.createStereoPanner() factory method 2025-01-18 10:20:41 +01:00
WebDriver LibWeb: Use finalize for cleaning up all navigables 2025-01-17 10:08:42 +01:00
WebGL LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
WebIDL
WebSockets
WebVTT
Worker
XHR LibWeb/XHR: Isomorphic decode accessing XMLHttpRequest response headers 2025-01-15 12:35:56 +00:00
XLink LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
XML
CMakeLists.txt LibWeb: Add StereoPannerNode interface 2025-01-18 10:20:41 +01:00
Dump.cpp
Dump.h
Forward.h LibWeb/CSS: Merge RotationStyleValue into TransformationStyleValue 2025-01-17 10:12:39 +01:00
idl_files.cmake LibWeb: Add StereoPannerNode interface 2025-01-18 10:20:41 +01:00
InvalidateDisplayList.h
Namespace.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
Namespace.h LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h LibWeb: Add TreeNode<T>::replace_child(new_child, old_child) 2025-01-18 21:01:01 +01:00