1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Userland/Libraries/LibWeb/Internals
Timothy Flynn 527218da19 LibWeb: Implement the document.cookie setter/getter according to spec
This ensures we cannot set or get cookies on non-HTTP(S) origins. Since
this would prevent our ability to test cookies during LibWeb tests, this
also adds an internals API to allow cookie access on file:// URLs.
2024-10-23 09:05:33 +02:00
..
Inspector.cpp LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit) 2024-10-20 13:42:33 +02:00
Inspector.h LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit) 2024-10-20 13:42:33 +02:00
Inspector.idl LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit) 2024-10-20 13:42:33 +02:00
InternalAnimationTimeline.cpp LibWeb: Remove uses of obsolete PlatformObject::global_object() 2024-09-07 11:37:49 +02:00
InternalAnimationTimeline.h LibWeb: Add an InternalAnimationTimeline object 2024-03-28 21:08:32 +01:00
InternalAnimationTimeline.idl LibWeb: Add an InternalAnimationTimeline object 2024-03-28 21:08:32 +01:00
Internals.cpp LibWeb: Implement the document.cookie setter/getter according to spec 2024-10-23 09:05:33 +02:00
Internals.h LibWeb: Implement the document.cookie setter/getter according to spec 2024-10-23 09:05:33 +02:00
Internals.idl LibWeb: Implement the document.cookie setter/getter according to spec 2024-10-23 09:05:33 +02:00