summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/CSSStyleSheet.cpp
AgeCommit message (Expand)Author
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-07LibWeb: Remove CSS::Parser::ParsingContext's default constructorLuke Wilde
2023-02-18LibWeb: Make factory method of CSS::CSSStyleSheet fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-11-14LibWeb: Respect media attribute of style tagAliaksandr Kalenik
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
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-09-06LibWeb: Make CSSRuleList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheetList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheet and CSSStyleSheet GC-allocatedAndreas Kling
2022-05-11LibWeb: Implement CSSRule.parentRule and .parentStyleSheetSam Atkins
2022-04-12LibWeb: Move CSS Parser into new Web::CSS::Parser namespaceSam Atkins
2022-03-30LibWeb: Spec-comment `parse_a_stylesheet()`Sam Atkins
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-15LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhereAndreas Kling
2022-03-09LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule()Andreas Kling
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-02-17LibWeb: Only invalidate styles if a `@media` rule changes match statusSam Atkins
2021-11-18LibWeb: Remove `for_first_not_loaded_import_rule()` :^)Sam Atkins
2021-10-15LibWeb: Use W3C urls for CSSOM spec linksSam Atkins
2021-10-08LibWeb: Evaluate `@media` rulesSam Atkins
2021-10-08LibWeb: Move CSSRule iteration to CSSRuleListSam Atkins
2021-10-06LibWeb: Resolve cyclic dependency between StyleSheet and ImportRuleBen Wiederhake
2021-09-29LibWeb: Implement most of CSSStyleRule.insertRule()Andreas Kling
2021-09-29LibWeb: Add CSSStyleSheet.{insert,delete,remove}Rule() APIsAndreas Kling
2021-09-29LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-07LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheetAndreas Kling