Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 년 전 |
Linus Groh
|
52543fc771
LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]
|
2 년 전 |
Simon Wanner
|
836d2ff259
LibWeb: Implement the infrastructure necessary for requestIdleCallback
|
3 년 전 |
Luke Wilde
|
f71f404e0c
LibWeb: Introduce the Environment Settings Object
|
3 년 전 |
Andreas Kling
|
ae71e5f99b
LibWeb: Let HTML::EventLoop keep track of live DOM::Document objects
|
3 년 전 |
Andreas Kling
|
a248ec63e3
LibWeb: Implement window.queueMicrotask(callback)
|
3 년 전 |
Andreas Kling
|
e7af6af626
LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec
|
3 년 전 |
Andreas Kling
|
909e522cf7
LibWeb: Schedule HTML::EventLoop processing when there are queued tasks
|
3 년 전 |
Andreas Kling
|
e0c7f8dafa
LibWeb: Give HTML::EventLoop a pointer to the JS::VM
|
3 년 전 |
Andreas Kling
|
7bcde2bcfb
LibWeb: Let HTML::EventLoop know its type
|
3 년 전 |
Andreas Kling
|
0554d96a2e
LibWeb: Stub out HTML::EventLoop::process() with spec FIXME's
|
3 년 전 |
Andreas Kling
|
c8c9112652
LibWeb: Give HTML::EventLoop a "currently running task"
|
3 년 전 |
Andreas Kling
|
462120d900
LibWeb: Stub out HTML::EventLoop::spin_until() with spec FIXME's
|
3 년 전 |
Andreas Kling
|
ecb72f3b57
LibWeb: Add a bare-bones HTML event loop with a task queue
|
3 년 전 |