Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
há 2 anos atrás |
Linus Groh
|
52543fc771
LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]
|
há 2 anos atrás |
Linus Groh
|
173dcfb7cb
Everywhere: Fix a bunch of typos
|
há 3 anos atrás |
Simon Wanner
|
836d2ff259
LibWeb: Implement the infrastructure necessary for requestIdleCallback
|
há 3 anos atrás |
Ali Mohammad Pur
|
c1649e3372
LibWeb: Define HTML::perform_a_microtask_checkpoint()
|
há 3 anos atrás |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
há 3 anos atrás |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
há 3 anos atrás |
Luke Wilde
|
17aeb99e9e
LibWeb: Implement the JS host hooks for promises, job callbacks and more
|
há 3 anos atrás |
Luke Wilde
|
f71f404e0c
LibWeb: Introduce the Environment Settings Object
|
há 3 anos atrás |
Andreas Kling
|
7c57961c61
LibWeb: Move BrowsingContext into HTML/
|
há 3 anos atrás |
Sam Atkins
|
050823bea7
LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes
|
há 3 anos atrás |
Andreas Kling
|
478b36c37b
LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables
|
há 3 anos atrás |
Andreas Kling
|
962298b040
LibWeb: Don't update rendering in BrowsingContexts without opportunity
|
há 3 anos atrás |
Andreas Kling
|
6e341cd696
LibWeb: Let HTML::EventLoop drive the firing of `resize` events
|
há 3 anos atrás |
Andreas Kling
|
81ef2b646e
LibWeb: Let HTML::EventLoop drive animation frame callbacks
|
há 3 anos atrás |
Andreas Kling
|
ae71e5f99b
LibWeb: Let HTML::EventLoop keep track of live DOM::Document objects
|
há 3 anos atrás |
Andreas Kling
|
bbfde63f79
LibWeb: Only take runnable tasks from the HTML task queue
|
há 3 anos atrás |
Andreas Kling
|
6283c098ad
LibWeb: Improve HTML::EventLoop::spin_until()
|
há 3 anos atrás |
Andreas Kling
|
a248ec63e3
LibWeb: Implement window.queueMicrotask(callback)
|
há 3 anos atrás |
Andreas Kling
|
e7af6af626
LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec
|
há 3 anos atrás |
Andreas Kling
|
926a49cd81
LibWeb: Use Core::EventLoop::spin_until() for the ad-hoc loop spinning
|
há 3 anos atrás |
Andreas Kling
|
c113c092ee
LibWeb: Make HTML::EventLoop::process() a no-op if there are no tasks
|
há 3 anos atrás |
Andreas Kling
|
398692722b
LibWeb: Implement an ad-hoc version of EventLoop::spin_until(condition)
|
há 3 anos atrás |
Andreas Kling
|
909e522cf7
LibWeb: Schedule HTML::EventLoop processing when there are queued tasks
|
há 3 anos atrás |
Andreas Kling
|
e0c7f8dafa
LibWeb: Give HTML::EventLoop a pointer to the JS::VM
|
há 3 anos atrás |
Andreas Kling
|
0554d96a2e
LibWeb: Stub out HTML::EventLoop::process() with spec FIXME's
|
há 3 anos atrás |
Andreas Kling
|
462120d900
LibWeb: Stub out HTML::EventLoop::spin_until() with spec FIXME's
|
há 3 anos atrás |
Andreas Kling
|
ecb72f3b57
LibWeb: Add a bare-bones HTML event loop with a task queue
|
há 3 anos atrás |