Kenneth Myhra
|
f28b8431bf
LibWeb: Make factory method of XHR::XMLHttpRequest fallible
|
il y a 2 ans |
Kenneth Myhra
|
15917146d3
LibWeb: Make factory method of FileAPI::Blob fallible
|
il y a 2 ans |
Timothy Flynn
|
49e8dcf0b2
LibJS+LibWeb: Convert empty PrimitiveString instances to String
|
il y a 2 ans |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
il y a 2 ans |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
il y a 2 ans |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
il y a 2 ans |
Timothy Flynn
|
d8044c5358
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
|
il y a 2 ans |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
il y a 2 ans |
Linus Groh
|
1c9bb2d8b4
LibWeb/Fetch: Refactor forbidden request-headers
|
il y a 2 ans |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
il y a 2 ans |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
il y a 2 ans |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
il y a 2 ans |
Linus Groh
|
93c0c73b9e
LibWeb: Implement XMLHttpRequest.withCredentials
|
il y a 2 ans |
Linus Groh
|
fb57500394
LibWeb: Use HeaderList from Fetch for XHR author request headers
|
il y a 2 ans |
Linus Groh
|
c8184d85c1
LibWeb: Rename XHR::{m_request_headers => m_author_request_headers}
|
il y a 2 ans |
Linus Groh
|
6e53dd8767
LibWeb: Rename XHR::{m_url => m_request_url}
|
il y a 2 ans |
Linus Groh
|
29a8414a05
LibWeb: Rename XHR::{m_method => m_request_method}
|
il y a 2 ans |
Linus Groh
|
04eaff3bb4
LibWeb: Rename XHR's ReadyState / m_ready_state to just State / m_state
|
il y a 2 ans |
Kenneth Myhra
|
d11d26ef91
LibWeb: Implement support for DOM::Document in XHR::send()
|
il y a 2 ans |
Luke Wilde
|
6c21c72492
LibWeb: Stub XMLHttpRequest.abort
|
il y a 2 ans |
Smrtnyk
|
71228a8d86
LibWeb: Bring XHR::open() closer to spec
|
il y a 2 ans |
Linus Groh
|
b1968b8bed
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
|
il y a 2 ans |
Linus Groh
|
6ce08d3f75
LibWeb: Use StringView literals for all `WebIDL::SimpleException`s
|
il y a 2 ans |
Andreas Kling
|
455167008d
LibWeb: Implement XMLHttpRequest.requestType setter according to spec
|
il y a 2 ans |
Andreas Kling
|
e448c74736
LibWeb: Protect XMLHttpRequest from GC in special circumstances
|
il y a 2 ans |
Linus Groh
|
65f5c7adbc
LibWeb: Add Fetch::Infrastructure::Header::from_string_pair() helper
|
il y a 2 ans |
Kenneth Myhra
|
ebd93c8d57
LibWeb: Revert support for DOM::Document in XHR::send()
|
il y a 2 ans |
Linus Groh
|
0ea4d228e6
LibWeb: Add missing body has_value() check in XMLHttpRequest::send()
|
il y a 2 ans |
Kenneth Myhra
|
f09e256328
LibWeb: Let LoadRequest::set_body() take by value
|
il y a 2 ans |
Kenneth Myhra
|
7831e62955
LibWeb: Add support for DOM::Document to XHR::send()
|
il y a 2 ans |