Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Shannon Booth
5154df020b
LibWeb: Rename Bindings::HostDefined to Bindings::PrincipalHostDefined
...
With the introduction of shadow realms, there will be two different
possible host defined objects. For clarity, rename the existing host
defined object to PrincipalHostDefined.
2024-11-05 10:43:08 -07:00
Shannon Booth
cc91473f4d
LibWeb: Make TemporaryExecutionContext take a Realm&
2024-11-01 18:55:23 -06:00
Jamie Mansfield
bab086694a
LibWeb: Support SRI for import maps
...
See:
- https://github.com/whatwg/html/commit/b2fdca1
2024-08-14 21:06:25 +01:00
Jamie Mansfield
e13b9bef5c
LibWeb: Don't warn when 'scopes' is present in import maps
...
Another mistake I made when implementing import map support.
2024-06-01 07:42:48 -04:00
Jamie Mansfield
76eb7568c9
LibWeb: Set import map scopes when parsing
2024-06-01 07:42:48 -04:00
Jamie Mansfield
e487f70bbf
LibWeb: Support "importmap" scripts
2024-04-15 10:11:54 +02:00