Timothy Flynn
|
0f47a23e8e
|
LibWeb: Set Cookie header on remaining resource requests
|
2021-04-15 09:46:49 +02:00 |
|
Linus Groh
|
57ead17d54
|
LibWeb: Implement XMLHttpRequest.getResponseHeader()
This lets jQuery's AJAX functionality progress further :^)
|
2021-04-03 16:34:34 +02:00 |
|
Linus Groh
|
288b90a297
|
LibWeb: Implement XMLHttpRequest.status
This lets jQuery's AJAX functionality progress further :^)
|
2021-04-03 16:34:34 +02:00 |
|
Linus Groh
|
e02270c5cc
|
LibWeb: Make XMLHttpRequest.open() work with relative URLs
|
2021-04-03 16:34:34 +02:00 |
|
Linus Groh
|
000ef96613
|
LibWeb: Pass optional status code to ResourceLoader callbacks
This is needed for XMLHttpRequest, and will certainly be useful for
other things, too.
|
2021-04-03 16:34:34 +02:00 |
|
Linus Groh
|
14058b6858
|
LibWeb: Use DOMException in XMLHttpRequest::send()
|
2021-02-20 09:14:19 +01:00 |
|
Linus Groh
|
70878290b9
|
LibWeb: Use DOMException in XMLHttpRequest::open()
|
2021-02-20 09:14:19 +01:00 |
|
Linus Groh
|
c4d8cce9a2
|
LibWeb: Use DOMException in XMLHttpRequest::set_request_header()
|
2021-02-20 09:14:19 +01:00 |
|
Andreas Kling
|
9de1253f44
|
LibWeb: Remove a whole bunch of unnecessary #includes
|
2021-02-10 09:13:29 +01:00 |
|
Luke
|
0a1226344a
|
LibWeb: Add XHREventTarget and have XHR inherit from it
|
2021-01-23 22:29:21 +01:00 |
|
Luke
|
4f2e154dbe
|
LibWeb: Flesh out existing XHR methods a bit more
This makes open, send and setRequestHeader a bit more spec compliant and
adds a bunch of FIXMEs for unimplemented parts.
|
2021-01-23 22:29:21 +01:00 |
|
Andreas Kling
|
5b91362d4e
|
LibWeb: Move XMLHttpRequest to separate XHR directory
In keeping with the one-directory-per-web-spec layout, let's move XHR
into its own clubhouse.
|
2021-01-23 11:51:36 +01:00 |
|