Shannon Booth
a14711a9d7
LibWeb/Bindings: Use realm's globalObject as thisValue if nullish
...
We were missing the step to use realm's global object if thisValue
was nullish. This is very trivial to fix, as `impl_this` already
handles everything as it should, allowing us to also remove the
special casing for WindowProxy.
2025-04-22 12:17:14 +02:00
Shannon Booth
dcc7fe3663
LibWeb/Tests: Import WPT test global-object-implicit-this-value
2025-04-22 12:17:14 +02:00
Tim Ledbetter
b6ec055bf9
IDLGenerators: Set Iterator @@toStringTag
with correct descriptor
2025-01-11 10:02:48 -05:00
Shannon Booth
627b7dd936
LibWeb/Bindings: Define constructor properties in the correct order
2025-01-11 01:43:31 +00:00
Shannon Booth
17c92d7c2b
LibWeb/DOM: Create TreeWalker in document's realm
2025-01-10 08:08:46 +00:00
Shannon Booth
84f22cb6b3
LibWeb/DOM: Create NodeIterator in document's realm
2025-01-10 08:08:46 +00:00
Shannon Booth
80e8313880
Tests/LibWeb: Import webidl current realm WPT test
2025-01-10 08:08:46 +00:00