ladybird/Libraries/LibWebView
rmg-x dc34aeb764 LibWebView: Add method to remove all cookies globally
The inspector widget has this functionality, but it's limited to the
site you're currently viewing. This commit adds an option for removing
all cookies globally.

Previously, the workaround was to open a sqlite shell and run:
`DELETE FROM Cookies;` on the database yourself.
2025-01-05 13:58:27 +00:00
..
EventLoop Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
Plugins LibWeb+LibWebView: Allow to specify default font size in FontPlugin 2025-01-02 10:47:21 +01:00
Application.cpp LibDNS+LibWeb+Ladybird+RequestServer: Let there be DNS over TLS 2024-11-20 21:37:58 +01:00
Application.h LibWebView+UI: Read and set echo server port in HttpEchoServerFixture 2024-12-05 17:02:57 -07:00
Attribute.cpp
Attribute.h
ChromeProcess.cpp
ChromeProcess.h
CMakeLists.txt LibURL+LibWebView: Move public suffix data to LibURL 2024-11-30 12:07:39 +01:00
CookieJar.cpp LibWebView: Add method to remove all cookies globally 2025-01-05 13:58:27 +00:00
CookieJar.h LibWebView: Add method to remove all cookies globally 2025-01-05 13:58:27 +00:00
Database.cpp
Database.h
Forward.h
HelperProcess.cpp LibWebView+WebContent: Inform WebContent process if browser is headless 2024-12-10 10:31:47 -08:00
HelperProcess.h LibWebView+UI: Acquire the paths to helper processes inside LibWebView 2024-11-14 11:47:32 +01:00
InspectorClient.cpp LibWebView: Display layouting information in devtools 2024-12-04 17:15:15 +00:00
InspectorClient.h
MachPortServer.cpp LibWebView+Services+UI: Move process helpers to LibWebView 2024-11-11 07:35:43 -05:00
MachPortServer.h LibWebView+Services+UI: Move process helpers to LibWebView 2024-11-11 07:35:43 -05:00
Native.css
Options.h LibWebView+WebContent: Inform WebContent process if browser is headless 2024-12-10 10:31:47 -08:00
PageInfo.h
Process.cpp
Process.h
ProcessHandle.cpp
ProcessHandle.h
ProcessManager.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
ProcessManager.h
ProcessType.h
SearchEngine.cpp
SearchEngine.h
SourceHighlighter.cpp
SourceHighlighter.h
UIProcessClient.ipc
UIProcessServer.ipc
URL.cpp LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
URL.h LibURL+LibWebView: Move public suffix data to LibURL 2024-11-30 12:07:39 +01:00
UserAgent.cpp
UserAgent.h
Utilities.cpp LibWebView+Services+UI: Move process helpers to LibWebView 2024-11-11 07:35:43 -05:00
Utilities.h LibWebView+Services+UI: Move process helpers to LibWebView 2024-11-11 07:35:43 -05:00
ViewImplementation.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
ViewImplementation.h headless-browser: Let tests set their own timeout duration 2024-12-19 17:27:33 +00:00
WebContentClient.cpp headless-browser: Let tests set their own timeout duration 2024-12-19 17:27:33 +00:00
WebContentClient.h headless-browser: Let tests set their own timeout duration 2024-12-19 17:27:33 +00:00