aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssrule.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Stylo to 2024-04-16 (#32128)Oriol Brufau2024-04-251-0/+2
* Fix InsertRule to use the right CssRuleTypes (#32125)Oriol Brufau2024-04-221-3/+10
* Upgrade Stylo to 2024-01-16 (#32066)Oriol Brufau2024-04-131-0/+1
* Add CSSOM support for CSS layers (#31481)Oriol Brufau2024-03-031-3/+13
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Further changes required by ServoOriol Brufau2023-11-241-1/+0
* Further changes required by ServoOriol Brufau2023-11-241-0/+1
* Further changes required by ServoOriol Brufau2023-11-031-0/+1
* Further changes required by ServoOriol Brufau2023-11-031-1/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+6
* Further changes required by ServoOriol Brufau2023-08-161-2/+3
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-3/+2
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-2/+3
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-6/+1
* Further changes required by ServoOriol Brufau2023-06-091-1/+2
* Further changes required by ServoOriol Brufau2023-05-301-0/+1
* Further changes required by ServoOriol Brufau2023-05-261-0/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-10/+10
* `cargo fix --edition`Simon Sapin2018-11-061-16/+16
* Format script componentchansuke2018-09-191-11/+29
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-12/+12
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* style: Implement parsing/serialization for @font-feature-values ruleNazım Can Altınova2017-07-271-0/+1
* Stylo: Bug 1355408 - add support for @-moz-documentFernando Jiménez Moreno2017-05-091-0/+1
* Add initial style system support for @counter-style rulesSimon Sapin2017-04-261-0/+1
* Servo parsing / serialization for @pageJ. Ryan Stinnett2017-04-091-0/+1
* Introduce a ToCssWithGuard traitSimon Sapin2017-03-191-0/+5
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with conditi...Manish Goregaokar2017-01-071-0/+4
* Remove and allow some dead code.Ms2ger2016-12-221-9/+1
* script: Add CSSImportRule WebIDL interface.Emilio Cobos Álvarez2016-12-161-0/+4
* Make CSSRule always keep a pointer to its parent stylesheetSimon Sapin2016-11-281-16/+31
* Transitively deparent on removalManish Goregaokar2016-11-231-4/+16
* Make parent stylesheet optional for CSSRulesManish Goregaokar2016-11-231-4/+5
* Add support for keyframe-backed CSSRules, CSSKeyframesRule.cssRules and CSSKe...Manish Goregaokar2016-11-231-0/+3
* Add insertRule() and deleteRule() on CSSStyleSheetManish Goregaokar2016-11-231-0/+6
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+103