1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:28:11 +00:00
serenity/Userland
Luke Wilde d036862f2b LibWeb: Refactor XHR (almost) exactly to the spec
This makes XHR now rely on Fetch, which allows it to correct send
Origin and Referer headers, CORS-preflight and filtering and many other
goodies.

The main thing that's missing is Streams, which means we can't properly
produce progress events or switch to the Loading ready state.

This also doesn't implement the Document responseType just yet.
2023-03-07 11:51:12 +00:00
..
Applets Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Applications Browser: Handle close event in WebContentView 2023-03-07 11:34:11 +00:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos Screensaver: Remove outdated comment about NonnullPtrVector 2023-03-06 23:46:36 +01:00
DevTools Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
DynamicLoader DynamicLoader: Disable stack protector in some files for aarch64 build 2023-02-15 22:53:19 +01:00
Games Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
Libraries LibWeb: Refactor XHR (almost) exactly to the spec 2023-03-07 11:51:12 +00:00
Services LibWebView+WebContent: Propagate close from WebContent to LibWebView 2023-03-07 11:34:11 +00:00
Shell Shell: Fix bogus C-style casts from NonnullOwnPtr<T>* to T* 2023-03-07 09:42:20 +01:00
Utilities man: Skip shellrc when invoking pager using sh 2023-03-07 00:42:32 +01:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00