ladybird/Userland/Services/WebContent
Noah Bright ee352e59db
Some checks are pending
CI / Lagom (false, NO_FUZZ, ubuntu-22.04, Linux, GNU) (push) Waiting to run
CI / Lagom (true, NO_FUZZ, ubuntu-22.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, FUZZ, ubuntu-22.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, macos-14, macOS, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-22.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Push notes / build (push) Waiting to run
WebDriver: Add boilerplate for endpoint 15.7 Perform Actions
Following the structure of the ReleaseActions endpoints, define
analogous classes and methods for PerformActions
2024-09-09 14:11:23 +01: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 LibWeb: Note what's causing a style invalidation to happen 2024-09-08 09:45:31 +02: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: Add context menu support to the Inspector's cookie table 2024-09-07 11:10:27 +02: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: Add boilerplate for endpoint 15.7 Perform Actions 2024-09-09 14:11:23 +01:00
WebDriverConnection.cpp WebDriver: Add boilerplate for endpoint 15.7 Perform Actions 2024-09-09 14:11:23 +01:00
WebDriverConnection.h WebDriver: Add boilerplate for endpoint 15.7 Perform Actions 2024-09-09 14:11:23 +01:00
WebDriverServer.ipc WebContent: Add a very-empty WebDriver IPC class to WebContent 2022-11-08 19:58:34 -05:00