Sam Atkins
848a250b29
LibWeb/CSS: Mark CSSImportRule.media as nullable
...
See the linked spec issue for more details. The MediaList can be null
internally, and this was upsetting GCC as it meant our bindings code
was dereferencing a null pointer.
2025-04-09 18:45:57 +01:00
Tim Ledbetter
cbb169820a
LibWeb/CSS: Implement the CSSImportRule.media
attribute
2025-04-02 13:53:03 +01:00
Tim Ledbetter
5d57723ebf
LibWeb: Implement CSSImportRule.supportsText
...
Returns the supports condition specified by the given import at-rule.
2025-03-19 16:42:51 +01:00
Tim Ledbetter
d38b5e260e
LibWeb: Mark CSSImportRule.styleSheet
IDL definition as nullable
...
The stylesheet may be null if its `supports()` condition does not match.
This matches the current specification.
2025-03-19 16:42:51 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00