summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/CookieJar.cpp
AgeCommit message (Expand)Author
2022-03-02Browser: Add method to get cookies listRafał Babiarz
2022-02-28Applications: Change static constexpr variables to constexprLenny Maiorani
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
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-15Browser: Implement spec-compliant cookie retrievalTimothy Flynn
2021-04-14Browser: Respect the HttpOnly flag when storing cookiesTimothy 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
2021-04-13Browser: Remove expired cookies from the CookieJarTimothy Flynn
2021-04-13Browser: Implement spec-compliant cookie storageTimothy Flynn
2021-04-12Browser: Change value of "the latest representable date" for cookiesTimothy Flynn
2021-04-12Browser: Add debug command to dump cookiesTimothy Flynn
2021-04-12Browser: Process Expires cookie attributeTimothy Flynn
2021-04-12Browser: Process Secure and HttpOnly cookie attributesTimothy Flynn
2021-04-12Browser: Process Path cookie attributeTimothy Flynn
2021-04-12Browser: Process Domain cookie attributeTimothy Flynn
2021-04-12Browser: Process Max-Age cookie attributeTimothy Flynn
2021-04-12Browser: Parse cookie attribute name-value pairsTimothy Flynn
2021-04-11Browser: Initial cookie storage implementationTimothy Flynn