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 |
Kenneth Myhra
|
15917146d3
LibWeb: Make factory method of FileAPI::Blob fallible
|
2 years ago |
Timothy Flynn
|
49e8dcf0b2
LibJS+LibWeb: Convert empty PrimitiveString instances to String
|
2 years ago |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Timothy Flynn
|
d8044c5358
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
|
2 years ago |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
1c9bb2d8b4
LibWeb/Fetch: Refactor forbidden request-headers
|
2 years ago |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Linus Groh
|
93c0c73b9e
LibWeb: Implement XMLHttpRequest.withCredentials
|
2 years ago |