ladybird/Userland/Services/WebContent
Timothy Flynn f07f5a2622 LibWeb+WebContent: Do not embed attributes as data in the Inspector HTML
Attribute values may contain HTML, and may contain invalid HTML at that.
If the latter occurs, let's not generate invalid Inspector HTML when we
embed the attribute values as data attributes. Instead, cache the values
in the InspectorClient, and embed just a lookup index into the HTML.

This also nicely reduces the size of the generated HTML. The Inspector
on https://github.com/SerenityOS/serenity reduces from 2.3MB to 1.9MB
(about 318KB, or 13.8%).
2024-02-20 17:04:36 +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 WebContent: Tolerate invalid page_ids in ConnectionFromClient 2024-02-13 19:46:10 +01:00
ConnectionFromClient.h WebContent: Tolerate invalid page_ids in ConnectionFromClient 2024-02-13 19:46:10 +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 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+WebContent: Spawn Worker processes from the chrome 2024-01-12 15:53:11 -07:00
PageClient.cpp LibWeb+WebContent: Do not embed attributes as data in the Inspector HTML 2024-02-20 17:04:36 +01:00
PageClient.h LibWeb+WebContent: Do not embed attributes as data in the Inspector HTML 2024-02-20 17:04:36 +01:00
PageHost.cpp WebContent: Tolerate invalid page_ids in ConnectionFromClient 2024-02-13 19:46:10 +01:00
PageHost.h WebContent: Tolerate invalid page_ids in ConnectionFromClient 2024-02-13 19:46:10 +01:00
WebContentClient.ipc LibWeb+WebContent: Do not embed attributes as data in the Inspector HTML 2024-02-20 17:04:36 +01:00
WebContentConsoleClient.cpp Ladybird+WebContent: Update IPC calls to handle multiple traversables 2024-02-03 20:51:37 -05:00
WebContentConsoleClient.h Ladybird+WebContent: Update IPC calls to handle multiple traversables 2024-02-03 20:51:37 -05:00
WebContentServer.ipc Ladybird+WebContent: Update IPC calls to handle multiple traversables 2024-02-03 20:51:37 -05:00
WebDriverClient.ipc LibWeb: Stub out Release Actions 2023-08-21 13:22:04 -06:00
WebDriverConnection.cpp WebContent: Jump through less hoops to access top level traversable 2024-02-13 19:46:10 +01:00
WebDriverConnection.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WebDriverServer.ipc WebContent: Add a very-empty WebDriver IPC class to WebContent 2022-11-08 19:58:34 -05:00