1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-16 07:32:06 +00:00
serenity/Userland/Services/WebContent
Aliaksandr Kalenik cc447c9c80 LibWeb+WebContent: Move paint recording init into Navigable
This refactoring makes WebContent less aware of LibWeb internals.
The code that initializes paint recording commands now resides in
`Navigable::paint()`. Additionally, we no longer need to reuse
PaintContext across iframes, allowing us to avoid saving and restoring
its state before recursing into an iframe.
2024-01-15 14:33:56 +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 unsigned to u32 in WebContentServer.ipc 2024-01-10 09:38:41 +01:00
ConnectionFromClient.h LibWeb: Refactor unsigned to u32 in WebContentServer.ipc 2024-01-10 09:38:41 +01:00
ConsoleGlobalEnvironmentExtensions.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ConsoleGlobalEnvironmentExtensions.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Documentation.txt
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
main.cpp LibWeb+WebContent: Spawn Worker processes from the chrome 2024-01-12 15:53:11 -07:00
PageClient.cpp LibWeb+WebContent: Move paint recording init into Navigable 2024-01-15 14:33:56 +01:00
PageClient.h LibWeb+WebContent: Move paint recording init into Navigable 2024-01-15 14:33:56 +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+WebContent: Spawn Worker processes from the chrome 2024-01-12 15:53:11 -07:00
WebContentConsoleClient.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebContentConsoleClient.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebContentServer.ipc LibWeb: Refactor unsigned to u32 in WebContentServer.ipc 2024-01-10 09:38:41 +01:00
WebDriverClient.ipc LibWeb: Stub out Release Actions 2023-08-21 13:22:04 -06:00
WebDriverConnection.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
WebDriverConnection.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebDriverServer.ipc