summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Parser/StyleBlockRule.h
AgeCommit message (Expand)Author
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-07-11LibWeb: Give CSS Token and StyleComponentValueRule matching is() funcsSam Atkins
2021-07-11LibWeb: Use StyleComponentValueRules for StyleBlockRule's valuesSam Atkins
2021-07-11LibWeb: Convert some CSS parser *Rule classes to using pointersSam Atkins
2021-07-11LibWeb: Make CSS selector parsing use StyleComponentValueRulesSam Atkins
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-09LibWeb: Add a whole bunch of rule classes for the new CSS parserAndreas Kling