aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssimportrule.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
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* Add CSSOM support for CSS layers (#31481)Oriol Brufau2024-03-031-0/+15
* 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-4/+5
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+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-8/+8
* Format script componentchansuke2018-09-191-10/+18
* 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-6/+5
* Introduce a ToCssWithGuard traitSimon Sapin2017-03-191-2/+3
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* script: Add CSSImportRule WebIDL interface.Emilio Cobos Álvarez2016-12-161-0/+53