ladybird/Userland/Libraries/LibWebView
Andreas Kling f2fd8fc928 Everywhere: Remove LibGemini
This hasn't been maintained (or worked at all) for a long time,
and it's not a widely supported protocol, so let's drop it.
2024-06-04 09:19:39 +02:00
..
Attribute.cpp
Attribute.h
ChromeProcess.cpp LibWebView: Create plumbing for a single UI process 2024-04-27 20:32:12 -04:00
ChromeProcess.h LibWebView: Create plumbing for a single UI process 2024-04-27 20:32:12 -04:00
CMakeLists.txt Libraries: Remove some Serenity-only interface implementations 2024-06-04 07:45:42 +02:00
CookieJar.cpp Ladybird+LibWebView: Introduce a cache for cookies backed by SQL storage 2024-05-01 07:06:26 +02:00
CookieJar.h Ladybird+LibWebView: Introduce a cache for cookies backed by SQL storage 2024-05-01 07:06:26 +02:00
Database.cpp Ladybird+LibWebView: Move SQLServer launcher to Ladybird 2024-04-22 14:46:10 -06:00
Database.h Ladybird+LibWebView: Move SQLServer launcher to Ladybird 2024-04-22 14:46:10 -06:00
Forward.h Ladybird+Userland: Remove use of unnecessary fd passing socket concept 2024-04-19 16:38:55 -04:00
InspectorClient.cpp LibWebView: Set a title on the Inspector and Task Manager views 2024-04-22 14:46:10 -06:00
InspectorClient.h
Native.css
ProcessHandle.cpp LibWebView+WebContent: Notify UI process about WebContent PID explicitly 2024-04-02 09:52:34 -06:00
ProcessHandle.h LibWebView: Explicitly inititalize the ProcessHandle PID 2024-04-22 14:46:10 -06:00
ProcessInfo.h LibWebView: Display each tab's title in the Task Manager 2024-04-22 14:46:10 -06:00
ProcessManager.cpp LibWebView: Escape HTML entities in the Task Manager process titles 2024-05-12 15:38:18 -06:00
ProcessManager.h LibCore+LibWebView: Move process statistics to LibCore 2024-04-22 14:46:10 -06:00
RequestServerAdapter.cpp LibProtocol+Userland: Support unbuffered protocol requests 2024-05-26 18:29:24 +02:00
RequestServerAdapter.h LibProtocol+Userland: Support unbuffered protocol requests 2024-05-26 18:29:24 +02:00
SearchEngine.cpp LibWebView: Add Wikipedia to builtin search engines list 2024-05-11 07:53:04 -04:00
SearchEngine.h
SourceHighlighter.cpp LibWebView: Stop tokenizing the source HTML once we hit an EOF token 2024-03-23 20:58:31 +01:00
SourceHighlighter.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
UIProcessClient.ipc LibWebView: Create plumbing for a single UI process 2024-04-27 20:32:12 -04:00
UIProcessServer.ipc LibWebView: Create plumbing for a single UI process 2024-04-27 20:32:12 -04:00
URL.cpp Everywhere: Remove LibGemini 2024-06-04 09:19:39 +02:00
URL.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
UserAgent.cpp
UserAgent.h
ViewImplementation.cpp LibWeb+LibWebView+WebContent: Support case-insensitive find-in-page 2024-06-01 07:37:54 +02:00
ViewImplementation.h LibWeb+LibWebView+WebContent: Support case-insensitive find-in-page 2024-06-01 07:37:54 +02:00
WebContentClient.cpp LibWebView: Display each tab's title in the Task Manager 2024-04-22 14:46:10 -06:00
WebContentClient.h LibWebView: Display each tab's title in the Task Manager 2024-04-22 14:46:10 -06:00
WebSocketClientAdapter.cpp
WebSocketClientAdapter.h