ladybird/Libraries/LibWebView
Sam Atkins be6a9940ad headless-browser: Let tests set their own timeout duration
Some tests take longer than others, and so may want to set a custom
timeout so that they pass, without increasing the timeout for all other
tests. For example, this is done in WPT.

Add an `internals.setTestTimeout(milliseconds)` method that overrides
the test runner's default timeout for the currently-run test.
2024-12-19 17:27:33 +00:00
..
EventLoop Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
Plugins LibGfx+LibWeb: Do some color management on images with an ICC profile 2024-12-05 17:16:41 +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 AK: Don't implicitly convert Optional<T&> to Optional<T> 2024-12-04 01:58:22 +01:00
CookieJar.h AK: Don't implicitly convert Optional<T&> to Optional<T> 2024-12-04 01:58:22 +01: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
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 LibURL: Make URL::serialized_host() infallible 2024-11-30 12:07:39 +01: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