aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssstylerule.rs
Commit message (Expand)AuthorAgeFilesLines
* Add CanGc as arguments in methods in devtools.rs, CharacterData, CSSStyleRule...Yerkebulan Tulibergenov2025-04-061-2/+2
* Turn `CSSStyleRule` into a `CSSGroupingRule` subclass (#36254)Oriol Brufau2025-04-011-10/+25
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+3
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Fix InsertRule to use the right CssRuleTypes (#32125)Oriol Brufau2024-04-221-4/+3
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* 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/+4
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Further changes required by ServoOriol Brufau2023-11-031-0/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+10
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Further changes required by ServoOriol Brufau2023-06-091-8/+4
* Implements Stylesheet.ownerNodeVincent Ricard2020-10-101-2/+3
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Add invalidate_stylesheets to StyleSheetsListOwner traitFernando Jiménez Moreno2019-04-261-14/+3
* Invalidate and flush shadow tree stylesheets where neededFernando Jiménez Moreno2019-04-261-6/+13
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-3/+3
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
* Format script componentchansuke2018-09-191-12/+31
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+1
* style: Introduce Chrome UI privilege for parsersTing-Yu Lin2017-08-031-0/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Implement CSSStyleRule.selectorText.Jonathan Chan2017-07-121-1/+36
* Fix up script and layout.Bobby Holley2017-05-021-1/+1
* Replace RwLock<StyleRule> with Locked<StyleRule>Simon Sapin2017-03-191-11/+15
* Introduce a ToCssWithGuard traitSimon Sapin2017-03-191-2/+3
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* script: Fix base url for style-rule-owned declarations.Emilio Cobos Álvarez2017-01-281-2/+3
* Implement CSSKeyframeRule.styleKeith Yeung2017-01-071-1/+1
* Remove and allow some dead code.Ms2ger2016-12-221-4/+0
* Implement CSSStyleRule.styleKeith Yeung2016-12-171-3/+23
* Make CSSRule always keep a pointer to its parent stylesheetSimon Sapin2016-11-281-4/+5
* Make parent stylesheet optional for CSSRulesManish Goregaokar2016-11-231-2/+2
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+50