index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Browser
/
CookieJar.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-02
Browser: Add method to get cookies list
Rafał Babiarz
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
Timothy Flynn
2021-04-15
Browser: Implement spec-compliant cookie retrieval
Timothy Flynn
2021-04-14
Browser: Respect the HttpOnly flag when storing cookies
Timothy Flynn
2021-04-14
Browser+LibWeb+WebContent: Track the source of document.cookie requests
Timothy Flynn
2021-04-14
Browser+LibWeb: Move the cookie structure into LibWeb
Timothy Flynn
2021-04-14
Browser+LibWeb: Move cookie parser into LibWeb
Timothy Flynn
2021-04-13
Browser: Remove expired cookies from the CookieJar
Timothy Flynn
2021-04-13
Browser: Implement spec-compliant cookie storage
Timothy Flynn
2021-04-12
Browser: Add debug command to dump cookies
Timothy Flynn
2021-04-12
Browser: Process Expires cookie attribute
Timothy Flynn
2021-04-12
Browser: Process Secure and HttpOnly cookie attributes
Timothy Flynn
2021-04-12
Browser: Process Path cookie attribute
Timothy Flynn
2021-04-12
Browser: Process Domain cookie attribute
Timothy Flynn
2021-04-12
Browser: Process Max-Age cookie attribute
Timothy Flynn
2021-04-12
Browser: Parse cookie attribute name-value pairs
Timothy Flynn
2021-04-11
Browser: Initial cookie storage implementation
Timothy Flynn