ladybird/Userland/Libraries/LibWeb/XHR
Andreas Kling 19de6bb1cc LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Sometimes it's useful to turn off the SOP for testing purposes.
Let's make that easy by having a Debug menu item for it. :^)
2021-09-12 02:13:28 +02:00
..
EventNames.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventNames.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProgressEvent.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
ProgressEvent.idl LibWeb: Flesh out existing XHR methods a bit more 2021-01-23 22:29:21 +01:00
XMLHttpRequest.cpp LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy 2021-09-12 02:13:28 +02:00
XMLHttpRequest.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
XMLHttpRequest.idl LibWeb: Implement XMLHttpRequest.getResponseHeader() 2021-04-03 16:34:34 +02:00
XMLHttpRequestEventTarget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
XMLHttpRequestEventTarget.idl LibWeb: Add XHREventTarget and have XHR inherit from it 2021-01-23 22:29:21 +01:00