1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 15:17:45 +00:00
serenity/Userland/Libraries/LibWeb/Internals
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
..
Inspector.cpp LibWeb+WebContent: Do not embed attributes as data in the Inspector HTML 2024-02-20 17:04:36 +01:00
Inspector.h LibWeb+WebContent: Do not embed attributes as data in the Inspector HTML 2024-02-20 17:04:36 +01:00
Inspector.idl LibWeb+WebContent: Do not embed attributes as data in the Inspector HTML 2024-02-20 17:04:36 +01:00
Internals.cpp LibWeb: Add internals.wheel() to simulate mouse wheel events 2024-02-10 11:18:40 +01:00
Internals.h LibWeb: Add internals.wheel() to simulate mouse wheel events 2024-02-10 11:18:40 +01:00
Internals.idl LibWeb: Add internals.wheel() to simulate mouse wheel events 2024-02-10 11:18:40 +01:00