mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
Ladybird: Use Browser's CookieJar.{cpp,h}
There are no custom changes for Ladybird in the current copies of those files, so we just need to ensure to keep Ladybird up to date for any changes made upstream. This fixes a build issue introduced by https://github.com/SerenityOS/serenity/pull/15736.
This commit is contained in:
parent
fb71dc5141
commit
c91978baa6
Notes:
sideshowbarker
2024-07-17 02:40:50 +09:00
Author: https://github.com/linusg
Commit: c91978baa6
Pull-request: https://github.com/SerenityOS/serenity/pull/16583
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling ✅
5 changed files with 6 additions and 383 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include "WebContentView.h"
|
||||
#include "ConsoleWidget.h"
|
||||
#include "CookieJar.h"
|
||||
#include "ModelTranslator.h"
|
||||
#include "Utilities.h"
|
||||
#include <AK/Assertions.h>
|
||||
|
@ -19,6 +18,7 @@
|
|||
#include <AK/NonnullOwnPtr.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Browser/CookieJar.h>
|
||||
#include <Kernel/API/KeyCode.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/EventLoop.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue