mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:27:36 +00:00
Ladybird: Implement basic cookie support
We import the CookieJar class from Browser to do the work. Long-term we should look for a way to share this code with Browser.
This commit is contained in:
parent
ea7e637b6e
commit
80636d6779
4 changed files with 387 additions and 3 deletions
|
@ -34,6 +34,7 @@ find_package(Qt6 REQUIRED COMPONENTS Core Widgets Network)
|
|||
|
||||
set(SOURCES
|
||||
BrowserWindow.cpp
|
||||
CookieJar.cpp
|
||||
RequestManagerQt.cpp
|
||||
main.cpp
|
||||
WebView.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue