index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Bindings
/
MainThreadVM.h
Age
Commit message (
Expand
)
Author
2022-10-24
LibWeb: Teach MainThreadVM about module scripts
Linus Groh
2022-10-20
LibWeb: Hang on to the internal realm with a JS::Handle
Andreas Kling
2022-10-01
LibWeb: Remove the internal window object from WebEngineCustomData
Andrew Kaster
2022-09-08
LibJS+LibWeb: Spin event loop via VM::CustomData abstraction
Andreas Kling
2022-09-06
LibWeb: Make MutationObserver GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Add an "internal" JS realm & window object
Andreas Kling
2022-08-06
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
Linus Groh
2022-08-05
LibWeb: Start implementing "create and initialize a Document" from HTML
Andreas Kling
2022-08-05
LibWeb: Always put a dummy execution context on the main thread VM stack
Andreas Kling
2022-07-11
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
Luke Wilde
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-02-08
LibWeb: Implement the JS host hooks for promises, job callbacks and more
Luke Wilde
2021-09-19
LibWeb: Add missing #include to MainThreadVM.h
Andreas Kling
2021-09-09
LibWeb: Add a bare-bones HTML event loop with a task queue
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-03
LibWeb: Move main thread JavaScript VM to its own file
Andreas Kling