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 |
Andreas Kling
|
9de1253f44
LibWeb: Remove a whole bunch of unnecessary #includes
|
4 years ago |
Luke
|
0a1226344a
LibWeb: Add XHREventTarget and have XHR inherit from it
|
4 years ago |
Luke
|
4f2e154dbe
LibWeb: Flesh out existing XHR methods a bit more
|
4 years ago |
Andreas Kling
|
5b91362d4e
LibWeb: Move XMLHttpRequest to separate XHR directory
|
4 years ago |