Andrew Kaster
|
4878a18ee7
LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI
|
2 gadi atpakaļ |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 gadi atpakaļ |
Linus Groh
|
4f73851afc
LibWeb: Move CallbackType from Bindings/ to WebIDL/
|
2 gadi atpakaļ |
Linus Groh
|
1ace80235b
LibWeb: Move XMLHttpRequestBodyInit into Fetch
|
2 gadi atpakaļ |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 gadi atpakaļ |
Andreas Kling
|
3768743a0a
LibWeb: Remove now-unused Bindings::Wrappable class
|
2 gadi atpakaļ |
Andreas Kling
|
fe9c5395d4
LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
647ac1bdba
LibWeb: Make Blob and File GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
8f4ea4e308
LibWeb: Don't use a JS::Handle for XHR response object
|
2 gadi atpakaļ |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
8cda70c892
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
3 gadi atpakaļ |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
3 gadi atpakaļ |
Kenneth Myhra
|
9a1c27a163
LibWeb: Implement BufferSource support for XHR::send()
|
3 gadi atpakaļ |
Kenneth Myhra
|
e55bdd434a
LibWeb: Add spec link for XMLHttpRequestBodyInit
|
3 gadi atpakaļ |
Linus Groh
|
042dfc7284
LibWeb: Move extract_mime_type() from XMLHttpRequest to HeaderList
|
3 gadi atpakaļ |
Linus Groh
|
2726fc9c73
LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace
|
3 gadi atpakaļ |
Kenneth Myhra
|
0a511e29d1
LibWeb: Add support for Blob to XHR::send()
|
3 gadi atpakaļ |
Kenneth Myhra
|
9b3da5a142
LibWeb: Move extract_body() towards spec compliance
|
3 gadi atpakaļ |
Linus Groh
|
6619483169
LibWeb: Update incorrect Fetch namespaces
|
3 gadi atpakaļ |
Linus Groh
|
c501453425
LibWeb: Use Fetch's HeaderList::get_decode_and_split() in XMLHttpRequest
|
3 gadi atpakaļ |
Linus Groh
|
db5c455238
LibWeb: Use newly added 'Status' Fetch infrastructure in XMLHttpRequest
|
3 gadi atpakaļ |
Linus Groh
|
e3798886ed
LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch spec
|
3 gadi atpakaļ |
Kenneth Myhra
|
247951e09c
LibWeb: Add URLSearchParams as part of union type for XHR::send()
|
3 gadi atpakaļ |
Kenneth Myhra
|
8b42c05648
LibWeb: Add XMLHttpRequest::timeout setter and getter
|
3 gadi atpakaļ |
Kenneth Myhra
|
1ca1a73d67
LibWeb: Trim leading and trailing HTTP whitespace bytes
|
3 gadi atpakaļ |
Kenneth Myhra
|
69f05a66fc
LibWeb: Add XMLHttpRequest::open() overload
|
3 gadi atpakaļ |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 gadi atpakaļ |
Hendiadyoin1
|
6a95df2526
LibTextCodec: Don't allocate Strings on encoding normalisation
|
3 gadi atpakaļ |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
3 gadi atpakaļ |
Ali Mohammad Pur
|
385b07dcda
LibWeb: Implement responseType and response for XHR
|
3 gadi atpakaļ |