Luke Wilde
|
a569d02b0d
LibWeb: Implement Window.focus
|
hace 2 años |
Timothy Flynn
|
5eeb6bbee3
LibWeb: Define window.outerWidth and window.outerHeight
|
hace 2 años |
Andreas Kling
|
b1c73b3605
Revert "LibWeb: Use OrderedHashMap to store pending idle callbacks"
|
hace 2 años |
networkException
|
794dc2e16b
LibWeb: Expose an import map and import maps allowed on Window
|
hace 2 años |
Andreas Kling
|
58522f5088
LibWeb: Make window.{window,self,frames} return the WindowProxy
|
hace 2 años |
Andreas Kling
|
8fd59fce9c
LibWeb: Remove unnecessary hack in HTML::Window::initialize()
|
hace 2 años |
Andreas Kling
|
dc15cacfc3
LibWeb: Use OrderedHashMap to store pending idle callbacks
|
hace 2 años |
Andreas Kling
|
24510b0845
LibWeb: Make window.parent and window.top return WindowProxy
|
hace 2 años |
Andreas Kling
|
a2348ebcc0
LibWeb: Make Window.getSelection() forward to Document.getSelection()
|
hace 2 años |
Andrew Kaster
|
2d5bee256e
LibWeb: Re-implement HTML::Navigator using IDL
|
hace 2 años |
Andrew Kaster
|
394f1b3836
LibWeb: Remove prototype and constructor helpers from Window
|
hace 2 años |
Andrew Kaster
|
c61a4f35dc
LibWeb: Move Web prototypes and constructors to new Intrinsics object
|
hace 2 años |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
hace 2 años |
Linus Groh
|
4f73851afc
LibWeb: Move CallbackType from Bindings/ to WebIDL/
|
hace 2 años |
Linus Groh
|
dc44effd44
LibWeb: Move cross-origin AOs from Bindings/ to HTML/CrossOrigin/
|
hace 2 años |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
hace 2 años |
Andreas Kling
|
ac76df3d47
LibWeb: Implement Window.frameElement
|
hace 2 años |
Andreas Kling
|
4ee5dfbe4b
LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms
|
hace 2 años |
networkException
|
e377e28fd2
LibWeb: Implement window.length
|
hace 2 años |
Andreas Kling
|
9567e211e7
LibWeb+WebContent: Add abstraction layer for event loop and timers
|
hace 2 años |
Andreas Kling
|
be9d3860b9
LibWeb: Make Crypto GC-allocated
|
hace 2 años |
Andreas Kling
|
a9cae56f8e
LibWeb: Remove unused HTML::Window::create_with_document()
|
hace 2 años |
Andreas Kling
|
7a9b8ced38
LibWeb: Make SubtleCrypto GC-allocated
|
hace 2 años |
Andreas Kling
|
2ac8e3db3a
LibWeb: Make Storage GC-allocated
|
hace 2 años |
Andreas Kling
|
c7ac82ec33
LibWeb: Make HTML::Timer GC-allocated
|
hace 2 años |
Andreas Kling
|
8c90e08e0b
LibWeb: Make CSS::Screen GC-allocated
|
hace 2 años |
Andreas Kling
|
8341f142ea
LibWeb: Add HTML::Window::cached_web_prototype()
|
hace 2 años |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
hace 2 años |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
hace 2 años |
Andreas Kling
|
8cda70c892
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
hace 2 años |