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
/
HTML
/
WorkerGlobalScope.h
Age
Commit message (
Expand
)
Author
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-03-06
LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin class
Linus Groh
2023-03-06
LibWeb/HTML: Implement WorkerGlobalScope::origin()
Linus Groh
2023-02-23
LibWeb: Port WorkerGlobalScope to new String
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-09
LibWeb: Re-implement HTML::Navigator using IDL
Andrew Kaster
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move CallbackType from Bindings/ to WebIDL/
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb: Remove now-unused Bindings::Wrappable class
Andreas Kling
2022-09-06
LibWeb: Make WorkerNavigator GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make WorkerLocation GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Move event listeners, handlers and callbacks to the GC heap
Andreas Kling
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-02-09
LibWeb: Add initial implementation for WorkerGlobalScope
Andrew Kaster