summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/MessageChannel.cpp
AgeCommit message (Expand)Author
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb: Make MessageChannel GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-02-17LibWeb: Add partially functioning Worker APIBen Abraham
2022-02-08LibWeb: Rewrite EventTarget to more closely match the specLuke Wilde
2021-09-19LibWeb: Implement basic support for MessageChannel and MessagePortAndreas Kling