1
Fork 0
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:
Andreas Kling 2022-07-12 17:01:07 +02:00 committed by Andrew Kaster
parent ea7e637b6e
commit 80636d6779
4 changed files with 387 additions and 3 deletions

View file

@ -34,6 +34,7 @@ find_package(Qt6 REQUIRED COMPONENTS Core Widgets Network)
set(SOURCES
BrowserWindow.cpp
CookieJar.cpp
RequestManagerQt.cpp
main.cpp
WebView.cpp