Andreas Kling
96521f7df0
LibWeb: Take UTF-16 names in Typed OM property maps
...
Move StylePropertyMap, StylePropertyMapReadOnly, and the CSS.supports
property-name overload to Utf16FlyString. Request the UTF-16 binding
conversion path for their IDL property-name arguments.
2026-06-09 11:48:02 +02:00
Shannon Booth
cc6e048bd6
LibWeb+LibIDL: Remove support for #import directives during parsing
...
These no longer serve any purpose now that we run the IDLGenerator
on all of these files at once.
2026-04-24 20:08:29 +02:00
Sam Atkins
888cb038e8
LibWeb/CSS: Expose a couple of types on PaintWorklet and LayoutWorklet
...
This has no actual effect, but it's nice to remove the FIXMEs.
2025-08-15 09:21:28 +02:00
Sam Atkins
c768cc7208
LibWeb/CSS: Implement Element.computedStyleMap()
...
Currently the map doesn't return any values, so it's not very useful,
but this does make a few tests pass just by existing. :^)
2025-08-13 09:47:50 +01:00
Sam Atkins
1620fc5bf6
LibWeb/CSS: Stub out StylePropertyMapReadOnly
...
Nothing yet produces this, and the useful parts of get() and get_all()
will have to wait until type reification is implemented.
2025-08-13 09:47:50 +01:00