ladybird/Userland/Libraries/LibWeb
Shannon Booth 9d4278ad9a LibWeb: Wait until new document is active before running SVG scripts
This is the same fix as 07928129dd
also applied to the SVG script element case. Fixes a crash for the
following HTML:

```html
<svg>
<script>
location.reload();
</script>
</svg>
```

As with the linked commit:
> With this change WebContent does not crash when `location.reload()` is
> invoked but `Navigable::reload()` still not working because of spec
> issue (whatwg/html#9869) so we can't add a
> test yet.
2024-01-14 11:27:58 +00:00
..
Animations LibWeb: Add input element valueAsDate property 2024-01-06 09:59:30 -07:00
ARIA Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
Bindings LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 2024-01-12 09:11:18 +01:00
Clipboard LibWeb: Make HTML::Window::page() return a Page& 2023-12-15 22:04:46 +01:00
Cookie LibWeb: Fail to parse cookie date when date does not exist 2024-01-07 08:01:58 -05:00
Crypto LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray 2023-12-26 11:16:10 +01:00
CSS LibWeb: Move font list from NodeWithStyle to ComputedValues 2024-01-12 17:26:16 +01:00
DOM LibWeb: Make Node::paintable_box() go directly to the paintable 2024-01-13 12:33:53 +01:00
DOMParsing
Encoding
Fetch Ladybird+LibWeb: Add about scheme support for internal pages 2024-01-13 13:41:09 -05:00
FileAPI LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 2024-01-12 09:11:18 +01:00
Geometry LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 2024-01-12 09:11:18 +01:00
HighResolutionTime
HTML LibWeb: Only wait for document to be ready for scripts if executing one 2024-01-14 11:27:58 +00:00
Infra
Internals
IntersectionObserver
Layout LibWeb: Make inline paintables own their fragments 2024-01-13 18:46:41 +01:00
Loader Ladybird+LibWeb: Add initial about:version internal page 2024-01-13 13:41:09 -05:00
MathML
MimeSniff LibWeb/MimeSniff: Remove unnecessary addition in mp4 signature match 2024-01-12 19:24:35 -07:00
NavigationTiming
Page LibWeb+WebContent: Spawn Worker processes from the chrome 2024-01-12 15:53:11 -07:00
Painting LibWeb: Make inline paintables own their fragments 2024-01-13 18:46:41 +01:00
PerformanceTimeline
PermissionsPolicy
Platform Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection
SRI
Streams LibWeb: Port TypeError in UnderlyingSource from ByteString 2024-01-02 10:01:26 +01:00
SVG LibWeb: Wait until new document is active before running SVG scripts 2024-01-14 11:27:58 +00:00
UIEvents Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00
URL Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
UserTiming
WebAssembly LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray 2023-12-26 11:16:10 +01:00
WebAudio
WebDriver Everywhere: Add deprecated_ prefix to JsonValue::to_byte_string 2024-01-12 17:41:34 -07:00
WebGL Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebIDL LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 2024-01-12 09:11:18 +01:00
WebSockets Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Worker LibWeb+WebContent: Spawn Worker processes from the chrome 2024-01-12 15:53:11 -07:00
XHR Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
XLink
XML Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CMakeLists.txt LibWeb: Use separate structure to represent fragments in paintable tree 2024-01-13 10:53:38 +01:00
Dump.cpp LibWeb: Make inline paintables own their fragments 2024-01-13 18:46:41 +01:00
Dump.h
Forward.h LibWeb+WebContent: Spawn Worker processes from the chrome 2024-01-12 15:53:11 -07:00
idl_files.cmake LibWeb: Implement SVGAnimatedString 2023-12-30 18:50:29 +01:00
Namespace.cpp
Namespace.h
PixelUnits.cpp LibWeb: Refactor int types in WebContentServer to DevicePixels 2023-12-15 17:01:16 +01:00
PixelUnits.h LibWeb: Remove rounding division for CSSPixels 2024-01-06 21:40:27 +01:00
TreeNode.h