Files
serenity/Userland/Libraries/LibWeb/CSS/Parser/Helpers.cpp
Sam Atkins 413f6d7a5b LibWeb/CSS: Store the style sheet's source text on the CSSStyleSheet
This is to enable the inspector to show this source.

There's a fairly hefty FIXME here because duplicating the source text is
a significant waste of memory. But I don't want to get too sidetracked.

(cherry picked from commit b00137df3845bb8bef54f766c27d89099bc3062d)
2024-11-15 23:10:03 -05:00

3.3 KiB