Linus Groh
|
571f4e3ebb
LibWeb: Move extract_body() into Fetch
|
2 rokov pred |
Linus Groh
|
f98ce156c4
LibWeb: Remove ReadableStreamDummy in favor of ReadableStream
|
2 rokov pred |
Linus Groh
|
1ace80235b
LibWeb: Move XMLHttpRequestBodyInit into Fetch
|
2 rokov pred |
Andreas Kling
|
0ca1b4b123
LibWeb: Don't replace existing Content-Type header in outgoing XHRs
|
2 rokov pred |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 rokov pred |
Andreas Kling
|
fe9c5395d4
LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocated
|
2 rokov pred |
Andreas Kling
|
647ac1bdba
LibWeb: Make Blob and File GC-allocated
|
2 rokov pred |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 rokov pred |
Andreas Kling
|
8f4ea4e308
LibWeb: Don't use a JS::Handle for XHR response object
|
2 rokov pred |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 rokov pred |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2 rokov pred |
Andreas Kling
|
8cda70c892
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2 rokov pred |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 rokov pred |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 rokov pred |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 rokov pred |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 rokov pred |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 rokov pred |
Kenneth Myhra
|
622a4f29a7
LibWeb: Add public get accessor function for Blob's internal ByteBuffer
|
3 rokov pred |
Kenneth Myhra
|
9a1c27a163
LibWeb: Implement BufferSource support for XHR::send()
|
3 rokov pred |
Kenneth Myhra
|
5830ff5be9
LibWeb: Let XHR::extract_body() return ErrorOr
|
3 rokov pred |
Linus Groh
|
042dfc7284
LibWeb: Move extract_mime_type() from XMLHttpRequest to HeaderList
|
3 rokov pred |
Linus Groh
|
2726fc9c73
LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace
|
3 rokov pred |
Kenneth Myhra
|
0a511e29d1
LibWeb: Add support for Blob to XHR::send()
|
3 rokov pred |
Kenneth Myhra
|
9b3da5a142
LibWeb: Move extract_body() towards spec compliance
|
3 rokov pred |
Kenneth Myhra
|
bc4ccadcac
LibWeb: XHR::extra_body() rewrite to use Variant::visit()
|
3 rokov pred |
Kenneth Myhra
|
48b59aaeb1
LibWeb: Mark body argument of extract_body() as const reference
|
3 rokov pred |
Kenneth Myhra
|
42e76d8de9
LibWeb: Rename safely_extract_body() to extract_body()
|
3 rokov pred |
Linus Groh
|
6619483169
LibWeb: Update incorrect Fetch namespaces
|
3 rokov pred |
Linus Groh
|
c501453425
LibWeb: Use Fetch's HeaderList::get_decode_and_split() in XMLHttpRequest
|
3 rokov pred |
Linus Groh
|
bc68539e26
LibWeb: Add & use TRY_OR_RETURN_OOM macro
|
3 rokov pred |