ladybird/Libraries/LibWebView
Luke Wilde c93c30d596 LibWebView+WebContent: Make it possible to change the painting interval
This allows us to paint at the refresh rate of the screen. The default
is 60, as before, in case it never gets set by anything.
2025-07-26 10:09:12 -04:00
..
EventLoop LibCore+LibWebView: Restore was_exit_requested to EventLoop 2025-04-30 11:12:23 -04:00
Plugins Revert "LibWebView: Add Arial Unicode MS to the list of Sans Serif (...) 2025-07-08 09:17:32 -04:00
WebUI Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Application.cpp LibWebView+UI: Launch the DevTools server if --devtools is specified 2025-07-02 15:27:54 -04:00
Application.h Everywhere: Implement persistence of localStorage using sqlite 2025-06-12 17:04:35 +02:00
Attribute.cpp
Attribute.h
Autocomplete.cpp LibWebView: Don't provide autocomplete suggestions for file:// URLs 2025-07-18 10:58:07 +01:00
Autocomplete.h LibWebView: Respect autocomplete response Content-Encoding headers 2025-04-17 07:51:43 -04:00
BrowserProcess.cpp Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
BrowserProcess.h Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
CMakeLists.txt CMake: Remove unconditional Qt linkage from WebContent and WebWorker 2025-07-07 15:53:15 -06:00
ConsoleOutput.cpp LibDevTools+LibWebView+WebContent: Report exceptions to DevTools 2025-03-27 14:14:02 +00:00
ConsoleOutput.h LibDevTools+LibWebView+WebContent: Report exceptions to DevTools 2025-03-27 14:14:02 +00:00
CookieJar.cpp LibWebView: Remove uneeded URL valdity check in CookieJar 2025-04-19 07:18:43 -04:00
CookieJar.h Everywhere: Replace DateTime::to_string() with UnixDateTime::to_string() 2025-06-19 18:42:45 -06:00
Database.cpp
Database.h
DOMNodeProperties.cpp LibDevTools+LibWebView+WebContent: Selectively fetch DOM node properties 2025-03-20 09:01:26 +01:00
DOMNodeProperties.h LibDevTools+LibWebView+WebContent: Selectively fetch DOM node properties 2025-03-20 09:01:26 +01:00
Forward.h LibWebView+UI: Migrate some UI process init to LibWebView 2025-06-11 07:26:32 -04:00
HeadlessWebView.cpp LibWebView+WebDriver+UI: Migrate headless browsing to main Ladybird exe 2025-06-10 12:04:59 -04:00
HeadlessWebView.h LibWebView+WebDriver+UI: Migrate headless browsing to main Ladybird exe 2025-06-10 12:04:59 -04:00
HelperProcess.cpp RequestServer: Remove serenity_resource_root argument from main 2025-07-07 09:10:05 +02:00
HelperProcess.h LibWeb+LibWebView+Services: Add IPC for starting WebWorker of a type 2025-04-25 14:07:51 +02:00
MachPortServer.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
MachPortServer.h LibWebView+Services+UI: Move process helpers to LibWebView 2024-11-11 07:35:43 -05:00
Mutation.cpp LibWeb+LibWebView+WebContent: Inform the UI about DOM mutations 2025-03-08 01:25:55 +01:00
Mutation.h LibWeb+LibWebView+WebContent: Inform the UI about DOM mutations 2025-03-08 01:25:55 +01:00
Native.css
Options.h LibWebView+UI: Launch the DevTools server if --devtools is specified 2025-07-02 15:27:54 -04:00
PageInfo.h test-web: Dump stacking context tree in layout test output 2025-07-09 14:36:08 +02:00
Process.cpp Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
Process.h Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
ProcessHandle.cpp
ProcessHandle.h
ProcessManager.cpp LibWeb+LibWebView+WebContent: Convert about:processes to a WebUI 2025-03-28 07:31:10 -04:00
ProcessManager.h LibWeb+LibWebView+WebContent: Convert about:processes to a WebUI 2025-03-28 07:31:10 -04:00
ProcessType.h LibWebView: Rename the Chrome process type to Browser 2025-03-15 19:57:27 -04:00
SearchEngine.cpp LibWebView: Support custom search engines 2025-04-06 13:45:10 +02:00
SearchEngine.h LibWebView: Support custom search engines 2025-04-06 13:45:10 +02:00
Settings.cpp LibWebView+RequestSever: Wire up a validate-DNSSEC setting option to RS 2025-06-11 18:16:29 +02:00
Settings.h LibWebView: Create a dedicated settings observer for the Application 2025-04-23 19:58:58 -04:00
SiteIsolation.cpp LibWebView: Keep javascript URL navigations in the same process 2025-03-16 10:59:41 -04:00
SiteIsolation.h LibWebView+WebContent: Add a command-line flag to disable site isolation 2025-03-12 02:00:54 +00:00
SourceHighlighter.cpp Everywhere: Replace miscellaneous references to the chrome process 2025-03-15 19:57:27 -04:00
SourceHighlighter.h LibWebView: Handle missing URL for view source 2025-03-04 16:24:19 -05:00
StorageJar.cpp Everywhere: Implement persistence of localStorage using sqlite 2025-06-12 17:04:35 +02:00
StorageJar.h Everywhere: Implement persistence of localStorage using sqlite 2025-06-12 17:04:35 +02:00
StorageOperationError.h Everywhere: Implement persistence of localStorage using sqlite 2025-06-12 17:04:35 +02:00
UIProcessClient.ipc
UIProcessServer.ipc
URL.cpp LibURL: Replace use of URL::get_public_suffix 2025-06-29 12:47:57 +01:00
URL.h LibWebView: Do not use AK::format to format search engine URLs 2025-04-06 13:45:10 +02:00
UserAgent.cpp
UserAgent.h
Utilities.cpp LibWebView+UI: Migrate some UI process init to LibWebView 2025-06-11 07:26:32 -04:00
Utilities.h LibWebView+UI: Migrate some UI process init to LibWebView 2025-06-11 07:26:32 -04:00
ViewImplementation.cpp LibWebView+WebContent: Make it possible to change the painting interval 2025-07-26 10:09:12 -04:00
ViewImplementation.h LibWebView+WebContent: Make it possible to change the painting interval 2025-07-26 10:09:12 -04:00
WebContentClient.cpp Tests: Replace load-reference-page debug action with internals method 2025-07-17 12:59:11 +01:00
WebContentClient.h Tests: Replace load-reference-page debug action with internals method 2025-07-17 12:59:11 +01:00
WebUI.cpp Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
WebUI.h Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00