aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssstylesheet.rs
Commit message (Expand)AuthorAgeFilesLines
* Update Stylo to 2023-07-23 (#31437)Oriol Brufau2024-02-291-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Implements StyleSheet.mediaVincent Ricard2020-10-161-0/+9
* Implements Stylesheet.ownerNodeVincent Ricard2020-10-101-11/+12
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Add invalidate_stylesheets to StyleSheetsListOwner traitFernando Jiménez Moreno2019-04-261-10/+2
* Invalidate and flush shadow tree stylesheets where neededFernando Jiménez Moreno2019-04-261-4/+14
* Fix insertRule crash by exposing getter on stylesheet's ownersbansal30962019-03-221-0/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
* Format script componentchansuke2018-09-191-22/+29
* 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-4/+4
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* 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
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* stylo: Fix StyleSheetInner/Stylesheet mappingEmilio Cobos Álvarez2017-07-021-4/+8
* Fix up script and layout.Bobby Holley2017-05-021-1/+1
* Replace RwLock<CssRules> with Locked<CssRules>Simon Sapin2017-03-191-0/+5
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Support origins in CSSOM stylesheetsNazım Can Altınova2017-01-201-7/+19
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Use stylesheet’s base URL and ns prefixes in CSSOM insert/appendRule.Simon Sapin2016-11-281-0/+4
* Make CSSRule always keep a pointer to its parent stylesheetSimon Sapin2016-11-281-1/+1
* Implement StyleSheet.disabled.Cameron McCormack2016-11-251-4/+23
* Address review commentsManish Goregaokar2016-11-231-0/+1
* Make parent stylesheet optional for CSSRulesManish Goregaokar2016-11-231-1/+1
* Add support for keyframe-backed CSSRules, CSSKeyframesRule.cssRules and CSSKe...Manish Goregaokar2016-11-231-2/+3
* Handle parser state in CSSOM insert_ruleManish Goregaokar2016-11-231-1/+1
* Add insertRule() and deleteRule() on CSSStyleSheetManish Goregaokar2016-11-231-1/+21
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+51