Andreas Kling
|
3c548adf9c
|
LibWeb: Create and hook up a WindowProxy for each BrowsingContext
All the machinery for this was already in place, we just never created
the actual WindowProxy and installed it.
|
2022-10-20 15:16:23 +02:00 |
|
Andrew Kaster
|
f0c5f77f99
|
LibWeb: Remove unecessary dependence on Window from HTML classes
These classes only needed Window to get at its realm. Pass a realm
directly to construct HTML classes.
|
2022-10-01 21:05:32 +01:00 |
|
Linus Groh
|
bbaa05fcf9
|
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2022-09-25 19:13:31 +01:00 |
|
Linus Groh
|
56d8c4ff26
|
LibWeb: Move WindowProxy from Bindings/ to HTML/
|
2022-09-24 19:31:39 +01:00 |
|