Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 tahun lalu |
Shannon Booth
|
04c094343f
LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types
|
1 tahun lalu |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 tahun lalu |
Andreas Kling
|
2b343c9508
LibWeb: Don't crash in XHR.response{,XML} for empty XML document
|
1 tahun lalu |
Bastiaan van der Plaat
|
222cc29c5c
LibWeb: Add XMLHttpRequest Document response type
|
1 tahun lalu |
Aliaksandr Kalenik
|
bdd3a16b16
LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated
|
1 tahun lalu |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 tahun lalu |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 tahun lalu |
Kenneth Myhra
|
bf048da8cb
LibWeb: Port fire_progress_event() + request_error_steps() to new String
|
2 tahun lalu |
Kenneth Myhra
|
1120011de4
LibWeb: Add FormData support to XHR
|
2 tahun lalu |
Luke Wilde
|
d036862f2b
LibWeb: Refactor XHR (almost) exactly to the spec
|
2 tahun lalu |
Linus Groh
|
ad4b4046f4
LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()
|
2 tahun lalu |
Kenneth Myhra
|
f28b8431bf
LibWeb: Make factory method of XHR::XMLHttpRequest fallible
|
2 tahun lalu |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 tahun lalu |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 tahun lalu |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 tahun lalu |
Linus Groh
|
93c0c73b9e
LibWeb: Implement XMLHttpRequest.withCredentials
|
2 tahun lalu |
Linus Groh
|
bfa378660b
LibWeb: Add a clarifying comment to XHR::m_response_object
|
2 tahun lalu |
Linus Groh
|
fb57500394
LibWeb: Use HeaderList from Fetch for XHR author request headers
|
2 tahun lalu |
Linus Groh
|
c8184d85c1
LibWeb: Rename XHR::{m_request_headers => m_author_request_headers}
|
2 tahun lalu |
Linus Groh
|
6e53dd8767
LibWeb: Rename XHR::{m_url => m_request_url}
|
2 tahun lalu |
Linus Groh
|
29a8414a05
LibWeb: Rename XHR::{m_method => m_request_method}
|
2 tahun lalu |
Linus Groh
|
338ada66fa
LibWeb: Add spec comments and links to XHR members
|
2 tahun lalu |
Linus Groh
|
04eaff3bb4
LibWeb: Rename XHR's ReadyState / m_ready_state to just State / m_state
|
2 tahun lalu |
Kenneth Myhra
|
d11d26ef91
LibWeb: Implement support for DOM::Document in XHR::send()
|
2 tahun lalu |
Luke Wilde
|
6c21c72492
LibWeb: Stub XMLHttpRequest.abort
|
2 tahun lalu |
Andreas Kling
|
455167008d
LibWeb: Implement XMLHttpRequest.requestType setter according to spec
|
2 tahun lalu |
Andreas Kling
|
e448c74736
LibWeb: Protect XMLHttpRequest from GC in special circumstances
|
2 tahun lalu |
Kenneth Myhra
|
ebd93c8d57
LibWeb: Revert support for DOM::Document in XHR::send()
|
2 tahun lalu |
Kenneth Myhra
|
7831e62955
LibWeb: Add support for DOM::Document to XHR::send()
|
2 tahun lalu |