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
/
MessagePort.cpp
Age
Commit message (
Expand
)
Author
2023-04-06
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
Kenneth Myhra
2023-03-05
LibWeb: Port MessageEvent 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-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
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-09-24
LibWeb: Move CallbackType from Bindings/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Remove now-unnecessary JS::Handles in HTML task capture lists
Andreas Kling
2022-09-23
LibWeb: Keep message alive in postMessage task callback lambda
Luke Wilde
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-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-02-17
LibWeb: Add partially functioning Worker API
Ben Abraham
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2021-10-01
LibWeb: Add the missing MessageEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Change the IDL type of MessageEvent::data to any
Idan Horowitz
2021-09-25
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
Andreas Kling
2021-09-19
LibWeb: Implement basic support for MessageChannel and MessagePort
Andreas Kling