aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssgroupingrule.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Stylo to 2024-04-16 (#32128)Oriol Brufau2024-04-251-3/+11
* Fix InsertRule to use the right CssRuleTypes (#32125)Oriol Brufau2024-04-221-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* Update Stylo to 2023-07-23 (#31437)Oriol Brufau2024-02-291-2/+6
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+5
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-5/+11
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Fix up script and layout.Bobby Holley2017-05-021-1/+1
* Replace RwLock<CssRules> with Locked<CssRules>Simon Sapin2017-03-191-4/+3
* Replace more RwLock<MediaList> with shared_lock::Locked<MediaList>Simon Sapin2017-03-191-0/+4
* Introduce a ToCssWithGuard traitSimon Sapin2017-03-191-0/+5
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove and allow some dead code.Ms2ger2016-12-221-11/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Move Arc<RwLock<_>> out from CssRules tupleXidorn Quan2016-11-291-3/+6
* Make CSSRule always keep a pointer to its parent stylesheetSimon Sapin2016-11-281-8/+6
* Add CSSKeyframesRule.{findRule, deleteRule, appendRule}Manish Goregaokar2016-11-231-2/+1
* Add CSSGroupingRule.{cssRules, insertRule(), deleteRule()}Manish Goregaokar2016-11-231-4/+44
* Make parent stylesheet optional for CSSRulesManish Goregaokar2016-11-231-2/+2
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+30