Andrew Kaster
|
f68c67bf3f
LibWeb: Implement MessagePort.postMessage closer to the spec
|
1 年之前 |
Andrew Kaster
|
e21d1078a0
LibWeb: Add a Transferable interface to model the transferable property
|
1 年之前 |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 年之前 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 年之前 |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 年之前 |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 年之前 |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 年之前 |
Kenneth Myhra
|
eed69e5093
LibWeb: Port MessageEvent to new String
|
2 年之前 |
Kenneth Myhra
|
471ad7ba01
LibWeb: Make factory method of HTML::MessagePort fallible
|
2 年之前 |
Kenneth Myhra
|
7ec444047c
LibWeb: Make factory methods of HTML::MessageEvent fallible
|
2 年之前 |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 年之前 |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 年之前 |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 年之前 |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 年之前 |
MacDue
|
8a5d2be617
Everywhere: Remove unnecessary mutable attributes from lambdas
|
2 年之前 |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 年之前 |
Andrew Kaster
|
8de7e49a56
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
|
2 年之前 |
Linus Groh
|
4f73851afc
LibWeb: Move CallbackType from Bindings/ to WebIDL/
|
2 年之前 |
Andreas Kling
|
2ccb9bef49
LibWeb: Remove now-unnecessary JS::Handles in HTML task capture lists
|
2 年之前 |
Luke Wilde
|
dfe57543a4
LibWeb: Keep message alive in postMessage task callback lambda
|
2 年之前 |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 年之前 |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 年之前 |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2 年之前 |
Andreas Kling
|
8cda70c892
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2 年之前 |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 年之前 |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年之前 |
Ben Abraham
|
ae346cff6b
LibWeb: Add partially functioning Worker API
|
3 年之前 |
Luke Wilde
|
5aacec65ab
LibWeb: Rewrite EventTarget to more closely match the spec
|
3 年之前 |