ladybird/Libraries/LibWeb/Editing/Internal
Andreas Kling 13a804dbf6 LibWeb: Compact generated CSSStyleProperties bindings
Stop emitting every generated CSS property accessor as an IDL attribute.
Instead, generate a compact CSSStyleProperties initializer that installs
all property aliases from a table and dispatches through one native
function class carrying the UTF-16 property name.

This keeps the generated binding file focused on cssFloat and moves the
large property list into a simple generated table.
2026-06-09 11:48:02 +02:00
..
Algorithms.cpp LibWeb: Compact generated CSSStyleProperties bindings 2026-06-09 11:48:02 +02:00
Algorithms.h LibGC: Default-construct ConservativeVector from the global heap 2026-05-20 20:37:55 +02:00