Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 years ago |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 years ago |
Kenneth Myhra
|
eed69e5093
LibWeb: Port MessageEvent to new String
|
2 years ago |
Kenneth Myhra
|
e661f03ffa
LibWeb: Port CloseEvent to new String
|
2 years ago |
Kenneth Myhra
|
2ed7f64c73
LibWeb: Make factory method of HTML::CloseEvent fallible
|
2 years ago |
Kenneth Myhra
|
c120c46acc
LibWeb: Make factory methods of DOM::Event fallible
|
2 years ago |
Kenneth Myhra
|
7ec444047c
LibWeb: Make factory methods of HTML::MessageEvent fallible
|
2 years ago |
Guilherme Gonçalves
|
230c0b34d4
LibWeb+LibWebSocket: DOM WebSocket subprotocol support
|
2 years ago |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andreas Kling
|
38c7fdaac1
LibWeb: Avoid including LibJS/Parser.h in a handful of cpp files
|
2 years ago |
Andrew Kaster
|
beb3519a49
LibWeb: Remove unecessary dependence on Window from WebGL and WebSocket
|
2 years ago |
networkException
|
4230dbbb21
AK+Everywhere: Replace "protocol" with "scheme" url helpers
|
2 years ago |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 years ago |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 years ago |
Linus Groh
|
4f73851afc
LibWeb: Move CallbackType from Bindings/ to WebIDL/
|
2 years ago |
Linus Groh
|
6055b0e850
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
|
2 years ago |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 years ago |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2 years ago |
Andreas Kling
|
8cda70c892
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2 years ago |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 years ago |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 years ago |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 years ago |
Linus Groh
|
22a627fc1a
LibWeb: Move Origin into the HTML namespace
|
3 years ago |