serenity/Base/res/ladybird
Timothy Flynn fd558a012b LibWebView: Do not embed text as data in the Inspector HTML
We were previously embedding the original text to handle the special
case where the text is empty. We generate an extra span to hold the
string "#text" as a placeholder, so that we don't generate a 0px-wide,
unclickable (and therefore uneditable) node. Instead, we can just detect
when this is the case in the Inspector JS.

This further reduces the generated HTML for the Inspector on
https://github.com/SerenityOS/serenity from 1.9MB to 1.8MB (about 94KB,
or 4.7%).
2024-02-20 17:04:36 +01:00
..
templates Ladybird+WebContent: Add chrome command line and exe path passing 2024-01-17 17:32:05 +01:00
about.html Ladybird+LibWeb: Add initial about:version internal page 2024-01-13 13:41:09 -05:00
inspector.css LibWebView: Log the result of taking screenshots to Inspector's console 2023-12-10 09:44:34 +01:00
inspector.js LibWebView: Do not embed text as data in the Inspector HTML 2024-02-20 17:04:36 +01:00
newtab.html Ladybird: Rename new-tab.html file to newtab.html 2024-01-13 13:41:09 -05:00