1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +00:00
serenity/Userland/Services/WebContent
2023-12-15 17:01:16 +01:00
..
CMakeLists.txt LibWeb+WebContent: Plumb ability for WebContent process to hold N pages 2023-12-01 20:47:44 +01:00
ConnectionFromClient.cpp LibWeb: Refactor int types in WebContentServer to DevicePixels 2023-12-15 17:01:16 +01:00
ConnectionFromClient.h LibWeb: Refactor int types in WebContentServer to DevicePixels 2023-12-15 17:01:16 +01:00
ConsoleGlobalEnvironmentExtensions.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
ConsoleGlobalEnvironmentExtensions.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Documentation.txt LibWeb: Remove the InProcessWebView widget 2022-04-06 19:35:07 +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 Userland: Return empty if ImageDecoder client receives an invalid frame 2023-10-03 08:33:53 +02:00
ImageCodecPluginSerenity.h LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin 2022-09-16 15:15:50 +02:00
main.cpp LibWeb+WebWorker: Move worker execution into a new WebWorker process 2023-11-15 12:56:33 +01:00
PageClient.cpp LibWeb: Make request_select_dropdown more similar to context menu api 2023-12-13 10:30:13 +01:00
PageClient.h LibWeb: Refactor int types in WebContentServer to DevicePixels 2023-12-15 17:01:16 +01:00
PageHost.cpp LibWeb: Make Web::PageClient GC-allocated 2023-12-05 09:38:32 +01:00
PageHost.h LibWeb: Make Web::PageClient GC-allocated 2023-12-05 09:38:32 +01:00
WebContentClient.ipc LibWeb: Wrap PseudoElements stored in SimpleSelector in a class 2023-12-11 16:54:59 +01:00
WebContentConsoleClient.cpp LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 2023-09-09 13:03:25 -04:00
WebContentConsoleClient.h LibWeb+WebContent: Create WebContentConsoleClient for every document 2023-09-17 19:58:28 +02:00
WebContentServer.ipc LibWeb: Refactor int types in WebContentServer to DevicePixels 2023-12-15 17:01:16 +01:00
WebDriverClient.ipc LibWeb: Stub out Release Actions 2023-08-21 13:22:04 -06:00
WebDriverConnection.cpp LibWeb: Port DOM::Document from DeprecatedString 2023-12-02 22:54:53 +01:00
WebDriverConnection.h LibWeb: Stub out Release Actions 2023-08-21 13:22:04 -06:00
WebDriverServer.ipc WebContent: Add a very-empty WebDriver IPC class to WebContent 2022-11-08 19:58:34 -05:00