Andreas Kling
|
2b343c9508
LibWeb: Don't crash in XHR.response{,XML} for empty XML document
|
1 year ago |
Aliaksandr Kalenik
|
09c1eccb50
LibWeb: Fix crash in XMLHttpRequest::response_xml() if response empty
|
1 year ago |
Shannon Booth
|
e74031a396
LibWeb: Port Document interface from DeprecatedString to String
|
1 year ago |
Bastiaan van der Plaat
|
222cc29c5c
LibWeb: Add XMLHttpRequest Document response type
|
1 year ago |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
Aliaksandr Kalenik
|
bdd3a16b16
LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated
|
1 year ago |
Shannon Booth
|
55a01e72ca
AK: Port URL username/password from DeprecatedString to String
|
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 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 year ago |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 year ago |
Shannon Booth
|
8751be09f9
AK: Serialize URL hosts with 'concept-host-serializer'
|
1 year ago |
Kenneth Myhra
|
bf048da8cb
LibWeb: Port fire_progress_event() + request_error_steps() to new String
|
2 years ago |
Kenneth Myhra
|
2091a11488
LibWeb: Port EventTarget to new {Fly}String
|
2 years ago |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 years ago |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 years ago |
Luke Wilde
|
ddec4cd7f2
LibWeb: Create the correct error objects in XHR::handle_errors
|
2 years ago |
Luke Wilde
|
d036862f2b
LibWeb: Refactor XHR (almost) exactly to the spec
|
2 years ago |
Luke Wilde
|
9acc542059
LibWeb: Propagate Realm instead of VM more through Fetch
|
2 years ago |
Kenneth Myhra
|
ab6bd946d8
LibWeb: Port ProgressEvent to new String
|
2 years ago |
Linus Groh
|
ad4b4046f4
LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()
|
2 years ago |
Linus Groh
|
2d7ce38ee2
LibWeb/MimeSniff: Port MimeType to new String
|
2 years ago |
Linus Groh
|
fabea2a6a7
LibWeb/MimeSniff: Rename MimeType::from_string() to MimeType::parse()
|
2 years ago |
Linus Groh
|
65ab6d3b6f
LibWeb/XHR: Fix blob type in XMLHttpRequest::response()
|
2 years ago |
Kenneth Myhra
|
9a5a8d617d
LibWeb: Port IDL implementations Blob and File to new String
|
2 years ago |
Sam Atkins
|
2db168acc1
LibTextCodec+Everywhere: Port Decoders to new Strings
|
2 years ago |
Sam Atkins
|
f2a9426885
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
|
2 years ago |
Kenneth Myhra
|
84c7af4dcb
LibWeb: Make factory method of XHR::ProgressEvent fallible
|
2 years ago |
Kenneth Myhra
|
c120c46acc
LibWeb: Make factory methods of DOM::Event fallible
|
2 years ago |
Kenneth Myhra
|
f28b8431bf
LibWeb: Make factory method of XHR::XMLHttpRequest fallible
|
2 years ago |