mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:47:44 +00:00
Browser: Initial cookie storage implementation
This adds storage for cookies that maye be set via 'document.cookie' in JavaScript or the Set-Cookie HTTP header. For now, it parses only the name-value pair from a set-cookie line, but does not parse optional attributes. Currently, storage is ephemeral and only survives for the lifetime of the Browser instance.
This commit is contained in:
parent
59e47c3b11
commit
f0cdb2bf50
3 changed files with 186 additions and 0 deletions
|
@ -6,6 +6,7 @@ set(SOURCES
|
|||
BookmarksBarWidget.cpp
|
||||
BrowserConsoleClient.cpp
|
||||
ConsoleWidget.cpp
|
||||
CookieJar.cpp
|
||||
DownloadWidget.cpp
|
||||
History.cpp
|
||||
InspectorWidget.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue