ladybird/Userland/Services/WebContent
Tim Ledbetter 8939ae8522 WebContent: Return errors from unimplemented WebDriver endpoints
Previously, some otherwise unimplemented WebDriver endpoints were
indicating that they had executed successful, this was causing a large
number of Web Platform Tests to time out when they should have failed.
2024-09-23 08:43:18 -04: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 LibMedia: Absorb LibAudio 2024-09-12 10:01:19 +02:00
ConnectionFromClient.cpp LibWebView+WebContent+headless-browser: Make the page info IPCs async 2024-09-19 18:07:17 +02:00
ConnectionFromClient.h LibWebView+WebContent+headless-browser: Make the page info IPCs async 2024-09-19 18:07:17 +02: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 LibMedia: Absorb LibAudio 2024-09-12 10:01:19 +02:00
PageClient.cpp LibWebView+WebContent+UI: Remove cookie related WebView callbacks 2024-09-22 14:11:18 -04:00
PageClient.h LibWebView: Add context menu support to the Inspector's cookie table 2024-09-07 11:10:27 +02: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 LibWebView+WebContent+UI: Remove cookie related WebView callbacks 2024-09-22 14:11:18 -04: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 LibWebView+WebContent+headless-browser: Make the page info IPCs async 2024-09-19 18:07:17 +02:00
WebDriverClient.ipc WebContent+WebDriver: Update the current BC when switching windows 2024-09-15 00:56:21 +01:00
WebDriverConnection.cpp WebContent: Return errors from unimplemented WebDriver endpoints 2024-09-23 08:43:18 -04:00
WebDriverConnection.h WebContent: Implement the switch-to-parent-frame endpoint 2024-09-17 00:04:33 +01:00
WebDriverServer.ipc WebDriver: Handle script execution results without spinning event loops 2024-09-13 10:11:21 -04:00