aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssnamespacerule.rs
Commit message (Expand)AuthorAgeFilesLines
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+2
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-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 various clippy warnings (#31954)Rosemary Ajayi2024-03-311-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* 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-12/+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
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-10/+26
* 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-2/+2
* 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
* Wrap most CSS rules in Locked<_> instead of RwLock<_>Simon Sapin2017-03-191-8/+9
* Introduce a ToCssWithGuard traitSimon Sapin2017-03-191-2/+3
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Make CSSRule always keep a pointer to its parent stylesheetSimon Sapin2016-11-281-4/+5
* Add CSSNamespaceRule.{namespaceURI, prefix}Manish Goregaokar2016-11-231-0/+15
* Make parent stylesheet optional for CSSRulesManish Goregaokar2016-11-231-2/+2
* Implement ToCss serialization for CSSRulesNazım Can Altınova2016-11-181-2/+2
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+50