Tim Ledbetter
d114f13029
LibWeb/SVG: Respect script element type
attribute
...
Previously, scripts would run regardless of the value of this attribute.
2025-02-26 16:08:35 +01:00
Tim Ledbetter
f4c4d3c780
LibWeb/SVG: Process script element when href
attribute changes
2025-02-26 16:08:35 +01:00
Tim Ledbetter
a187d5f28f
LibWeb/SVG: Process script element when its text content changes
2025-02-26 16:08:35 +01:00
Shannon Booth
22a7cd9700
LibWeb: Port Document encoding_parse_url and parse_url to Optional<URL>
...
This ports two more APIs away from URL::is_valid.
2025-01-27 00:03:07 +00:00
Pavel Shliak
d5cdda0b40
LibWeb: Load external scripts in SVG
2024-12-11 16:29:42 -07:00
Shannon Booth
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
...
Resulting in a massive rename across almost everywhere! Alongside the
namespace change, we now have the following names:
* JS::NonnullGCPtr -> GC::Ref
* JS::GCPtr -> GC::Ptr
* JS::HeapFunction -> GC::Function
* JS::CellImpl -> GC::Cell
* JS::Handle -> GC::Root
2024-11-15 14:49:20 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00