ladybird/Userland/Services/WebContent
Tim Ledbetter 107549dc86 LibWeb/WebDriver: Align execute script methods with the specification
This change updates `ExecuteScript::execute_script()` and
`ExecuteScript::execute_script()` to bring their behavior in line with
each other and the current specification text.

Instances of the variable `timeout` have also been renamed to
`timeout_ms`, for clarity.
2024-09-06 09:54:16 +02:00
..
BackingStoreManager.cpp LibGfx: Store alpha type information in Gfx::Bitmap 2024-08-07 18:51:12 +02:00
BackingStoreManager.h WebContent: Ignore GC for page client member of BackingStoreManager 2024-07-25 18:35:57 -06:00
CMakeLists.txt Everywhere: Remove GPU painter and AccelGfx 2024-07-04 14:47:02 +02:00
ConnectionFromClient.cpp LibGfx+WebContent: Remove unused Font::variant() and Typeface::variant() 2024-09-05 19:21:52 +02:00
ConnectionFromClient.h Inspector: Add a basic style sheet inspector 2024-09-03 10:12:07 +01:00
ConsoleGlobalEnvironmentExtensions.cpp Bindings: Make item_value return an Optional<JS::Value> 2024-07-26 14:26:16 +02:00
ConsoleGlobalEnvironmentExtensions.h WebContent+WebWorker: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
Forward.h LibWeb+WebContent: Plumb ability for WebContent process to hold N pages 2023-12-01 20:47:44 +01:00
ImageCodecPluginSerenity.cpp LibWeb+WebContent: Convert ImageCodecPlugin to use the promise-based API 2024-04-23 12:32:04 -06:00
ImageCodecPluginSerenity.h Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
main.cpp LibWeb: Initialize HTML::EventLoop with its type 2024-07-10 07:04:53 +02:00
PageClient.cpp Inspector: Add a basic style sheet inspector 2024-09-03 10:12:07 +01:00
PageClient.h Inspector: Add a basic style sheet inspector 2024-09-03 10:12:07 +01:00
PageHost.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
PageHost.h WebContent: Remove stale on_webcontent_connection hook 2024-06-26 16:09:33 -06:00
WebContentClient.ipc Inspector: Add a basic style sheet inspector 2024-09-03 10:12:07 +01:00
WebContentConsoleClient.cpp LibJS+WebContent: Implement console.table 2024-08-22 09:08:50 +01:00
WebContentConsoleClient.h LibJS: Make JS::Cell a Weakable 2024-05-04 21:42:59 +02:00
WebContentServer.ipc Inspector: Add a basic style sheet inspector 2024-09-03 10:12:07 +01:00
WebDriverClient.ipc WebDriver+WebContent: Add /session/🆔/window/consume-user-activation 2024-05-29 21:30:15 +02:00
WebDriverConnection.cpp LibWeb/WebDriver: Align execute script methods with the specification 2024-09-06 09:54:16 +02:00
WebDriverConnection.h WebDriver+WebContent: Add /session/🆔/window/consume-user-activation 2024-05-29 21:30:15 +02:00
WebDriverServer.ipc WebContent: Add a very-empty WebDriver IPC class to WebContent 2022-11-08 19:58:34 -05:00