summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/CSSSupportsRule.cpp
AgeCommit message (Expand)Author
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSRule and all its subclasses GC-allocatedAndreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-11LibWeb: Implement `@supports` serializationSam Atkins
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2021-10-15LibWeb: Add serialization code for CSS{Media,Supports}RuleSam Atkins
2021-10-08LibWeb: Implement `@supports` rule :^)Sam Atkins