aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/stylesheetlist.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+6
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-3/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Make StyleSheetListOwner an enum instead of a trait objectFernando Jiménez Moreno2019-04-261-12/+55
* Add invalidate_stylesheets to StyleSheetsListOwner traitFernando Jiménez Moreno2019-04-261-0/+1
* Make StyleSheetListOwner implement JSTraceableFernando Jiménez Moreno2019-04-261-1/+2
* ShadowRoot stylesheet listFernando Jiménez Moreno2019-04-261-0/+5
* Move stylesheets related code to DocumentOrShadowRootFernando Jiménez Moreno2019-04-261-5/+10
* Partial ShadowRoot implementation of DocumentOrShadowRootFernando Jiménez Moreno2019-04-261-9/+9
* 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-7/+7
* Format script componentchansuke2018-09-191-5/+10
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* style: Replicate the list of stylesheets on the layout thread.Emilio Cobos Álvarez2017-08-181-8/+4
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Support basic immutable CSSOMManish Goregaokar2016-11-151-4/+9
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-4/+2
* servo: Clean up unused variables and importsEmilio Cobos Álvarez2016-04-021-1/+1
* Initial steps for CSSOM APIMohamed Albashir2016-03-311-0/+54