summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Cookie
AgeCommit message (Expand)Author
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-16LibWeb: Impose a sane max cookie sizeTimothy Flynn
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-14Browser+LibWeb: Move the cookie structure into LibWebTimothy Flynn
2021-04-14Browser+LibWeb: Move cookie parser into LibWebTimothy Flynn