ladybird/Userland/Libraries/LibWebView
2024-10-31 09:18:08 +01:00
..
Application.cpp LibWebView: Increase the open file limit in a more central location 2024-10-07 14:03:03 -04:00
Application.h LibWebView+UI: Move the database and cookie jar to WebView::Application 2024-09-05 19:45:47 -04:00
Attribute.cpp LibWebView+WebContent: Add APIs to manipulate DOM nodes 2023-12-04 01:33:57 +01:00
Attribute.h LibWebView+WebContent: Add APIs to manipulate DOM nodes 2023-12-04 01:33:57 +01:00
ChromeProcess.cpp LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
ChromeProcess.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
CMakeLists.txt LibWebView+LibWeb: Remove ResourceLoader and WebSocket adapters 2024-10-08 06:52:51 +02:00
CookieJar.cpp LibWeb+LibWebView: Move the cookie domain matching algorithm to LibWeb 2024-10-23 09:05:33 +02:00
CookieJar.h LibWeb+LibWebView: Move the cookie domain matching algorithm to LibWeb 2024-10-23 09:05:33 +02:00
Database.cpp LibCore: Clarify StandardPaths::data_directory() name 2024-09-30 18:48:45 +02:00
Database.h LibWebView: Replace usage of LibSQL with sqlite3 2024-06-06 11:27:03 -04:00
Forward.h Ladybird+Userland: Remove use of unnecessary fd passing socket concept 2024-04-19 16:38:55 -04:00
InspectorClient.cpp LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit) 2024-10-20 13:42:33 +02:00
InspectorClient.h LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit) 2024-10-20 13:42:33 +02:00
Native.css LibWeb: Assign native colors to input, text, and select elements 2024-09-08 09:45:39 +02:00
Options.h LibWebView+UI: Remove Qt networking infrastructure 2024-10-08 06:52:51 +02:00
PageInfo.h LibWebView+WebContent+headless-browser: Make the page info IPCs async 2024-09-19 18:07:17 +02:00
Process.cpp LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
Process.h LibWebView: Fix ProcessAndClient template deduction 2024-10-27 19:57:53 -07:00
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
ProcessManager.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
ProcessManager.h LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler 2024-07-01 18:10:56 +02:00
ProcessType.h LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler 2024-07-01 18:10:56 +02:00
SearchEngine.cpp LibWebView: Add Startpage search engine 2024-10-13 08:36:49 +01:00
SearchEngine.h LibWebView: Add an API to format a search query for UI display 2023-10-24 07:28:30 +02:00
SourceHighlighter.cpp LibWebView: Generate hyperlinks for attributes that represent links 2024-10-20 08:50:01 +02:00
SourceHighlighter.h LibWebView: Generate hyperlinks for attributes that represent links 2024-10-20 08:50:01 +02: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 LibWebView+UI: Migrate Ladybird's command line flags to LibWebView 2024-08-01 11:38:42 +02:00
URL.h LibWebView+UI: Migrate Ladybird's command line flags to LibWebView 2024-08-01 11:38:42 +02:00
UserAgent.cpp LibWebView: Add a command line option to override the User-Agent 2024-08-29 13:05:47 +01:00
UserAgent.h LibWebView: Add a command line option to override the User-Agent 2024-08-29 13:05:47 +01:00
ViewImplementation.cpp Documentation: Make updates to align better with new issue template 2024-10-31 09:18:08 +01:00
ViewImplementation.h LibWeb+WebContent+WebDriver+UI: Make window min/maximize asynchronous 2024-10-29 11:03:20 +00:00
WebContentClient.cpp LibWeb+WebContent+WebDriver+UI: Make window min/maximize asynchronous 2024-10-29 11:03:20 +00:00
WebContentClient.h LibWeb+WebContent+WebDriver+UI: Make window min/maximize asynchronous 2024-10-29 11:03:20 +00:00