Luke Wilde
|
4ccade42b7
LibWeb: Implement XMLHttpRequest.overrideMimeType
|
3 years ago |
Luke Wilde
|
5aacec65ab
LibWeb: Rewrite EventTarget to more closely match the spec
|
3 years ago |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 years ago |
Andreas Kling
|
a7b1c7eb16
LibWeb: Don't send a request body in XMLHttpRequest GET or HEAD
|
3 years ago |
Idan Horowitz
|
4d71f22673
LibWeb: Add the missing ProgressEvent IDL constructor
|
3 years ago |
Andreas Kling
|
ed5c807c99
LibWeb: Allow passing a (String) body to XMLHttpRequest.send()
|
3 years ago |
Andreas Kling
|
0ee457dfdf
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
|
3 years ago |
Andreas Kling
|
7ef4d75716
LibWeb: Implement XMLHttpRequest.getAllResponseHeaders()
|
3 years ago |
Andreas Kling
|
ee8a1a9b3f
LibWeb: Keep XMLHttpRequest alive while handling load/error events
|
3 years ago |
Andreas Kling
|
398a95c3c9
LibWeb: Remove unnecessary WeakPtr creation in XMLHttpRequest::send()
|
3 years ago |
Andreas Kling
|
dc8707527f
LibWeb: Implement XMLHttpRequest.onreadystatechange
|
3 years ago |
Idan Horowitz
|
d6cfa34667
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
|
3 years ago |
Idan Horowitz
|
4629f2e4ad
LibWeb: Add the Web::URL namespace and move URLEncoder to it
|
3 years ago |
Andreas Kling
|
19de6bb1cc
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
|
3 years ago |
Andreas Kling
|
e1fb8bef09
LibWeb: Rename Document::complete_url() => parse_url()
|
3 years ago |
Andreas Kling
|
90cdeebfb3
LibWeb: Rename DOM::Window::document() => associated_document()
|
3 years ago |
Andreas Kling
|
d392349b6e
LibWeb: Add DOM::Window::page()
|
3 years ago |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 years ago |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 years ago |
Gunnar Beutner
|
53d0150827
AK+Userland: Remove nullability feature for the ByteBuffer type
|
4 years ago |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Timothy Flynn
|
0f47a23e8e
LibWeb: Set Cookie header on remaining resource requests
|
4 years ago |
Linus Groh
|
57ead17d54
LibWeb: Implement XMLHttpRequest.getResponseHeader()
|
4 years ago |
Linus Groh
|
288b90a297
LibWeb: Implement XMLHttpRequest.status
|
4 years ago |
Linus Groh
|
e02270c5cc
LibWeb: Make XMLHttpRequest.open() work with relative URLs
|
4 years ago |
Linus Groh
|
000ef96613
LibWeb: Pass optional status code to ResourceLoader callbacks
|
4 years ago |
Linus Groh
|
14058b6858
LibWeb: Use DOMException in XMLHttpRequest::send()
|
4 years ago |
Linus Groh
|
70878290b9
LibWeb: Use DOMException in XMLHttpRequest::open()
|
4 years ago |
Linus Groh
|
c4d8cce9a2
LibWeb: Use DOMException in XMLHttpRequest::set_request_header()
|
4 years ago |