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
/
Worker.cpp
Age
Commit message (
Expand
)
Author
2023-04-30
LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods
Matthew Olsson
2023-04-30
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
Matthew Olsson
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-04-06
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
Kenneth Myhra
2023-03-17
LibJS: Propagate errors from VM creation
Timothy Flynn
2023-03-05
LibWeb: Port MessageEvent to new String
Kenneth Myhra
2023-02-23
LibWeb: Port Worker to new String
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of HTML::MessagePort fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of HTML::MessageEvent fallible
Kenneth Myhra
2023-02-16
LibWeb: Convert usages of Value::TDSWOSE to Value::TSWOSE
Timothy Flynn
2023-02-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-23
LibJS+LibWeb: Make CyclicModule.h not include AST.h
Andreas Kling
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-10-09
LibWeb: Remove the workaround "Worker Window" from Workers
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
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-06
LibWeb: Give web workers a (totally hacky) Window object
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Move event listeners, handlers and callbacks to the GC heap
Andreas Kling
2022-08-28
LibJS: Move Console ownership from GlobalObject to ConsoleObject
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-06
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
Linus Groh
2022-08-05
LibWeb: Port web workers to the "create a new JavaScript realm" API
Andreas Kling
2022-08-05
LibWeb: Start implementing "create and initialize a Document" from HTML
Andreas Kling
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-02-17
LibWeb: Add partially functioning Worker API
Ben Abraham