Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 years ago |
Kenneth Myhra
|
a2381a672d
LibWeb: Make factory method of Fetch::HeadersIterator fallible
|
2 years ago |
Timothy Flynn
|
7955cb14fb
LibWeb: Add missing GCPtr.h includes to Fetch headers
|
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
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 years ago |
Andreas Kling
|
96f6c7fae5
LibWeb: Make Headers and HeadersIterator GC-allocated
|
2 years ago |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 years ago |
Linus Groh
|
ed49b66f25
LibWeb: Implement '5.1. Headers class' from the Fetch API :^)
|
3 years ago |