summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings/MainThreadVM.h
AgeCommit message (Expand)Author
2022-10-24LibWeb: Teach MainThreadVM about module scriptsLinus Groh
2022-10-20LibWeb: Hang on to the internal realm with a JS::HandleAndreas Kling
2022-10-01LibWeb: Remove the internal window object from WebEngineCustomDataAndrew Kaster
2022-09-08LibJS+LibWeb: Spin event loop via VM::CustomData abstractionAndreas Kling
2022-09-06LibWeb: Make MutationObserver GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Add an "internal" JS realm & window objectAndreas Kling
2022-08-06LibJS+LibWeb: Restore type safety of Realm::set_global_object()Linus Groh
2022-08-05LibWeb: Start implementing "create and initialize a Document" from HTMLAndreas Kling
2022-08-05LibWeb: Always put a dummy execution context on the main thread VM stackAndreas Kling
2022-07-11LibWeb: Introduce Mutation{Record,Observer} and observer microtasksLuke Wilde
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-02-08LibWeb: Implement the JS host hooks for promises, job callbacks and moreLuke Wilde
2021-09-19LibWeb: Add missing #include to MainThreadVM.hAndreas Kling
2021-09-09LibWeb: Add a bare-bones HTML event loop with a task queueAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-03LibWeb: Move main thread JavaScript VM to its own fileAndreas Kling