aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssrulelist.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Implement CSSStyleSheet constructor (#36521)Oriol Brufau6 days1-1/+6
* Turn `CSSStyleRule` into a `CSSGroupingRule` subclass (#36254)Oriol Brufau2025-04-011-13/+25
* refactor: add CanGc as argument to methods in CSSKeyframeRule, CSSMediaRule, ...Yerkebulan Tulibergenov2025-03-051-7/+7
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Move more bindings types to script_bindings (#35620)Josh Matthews2025-02-231-14/+20
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-1/+3
* 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-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-9/+12
* 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
* Upgrade Stylo to 2024-04-16 (#32128)Oriol Brufau2024-04-251-2/+4
* clippy: Fix `map_flatten` warning in `components/script` (#32110)Oluwatobi Sofela2024-04-181-4/+3
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-271-3/+9
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-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-3/+8
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Further changes required by ServoOriol Brufau2023-11-241-11/+9
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+8
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-2/+0
* Fix compiler warningsBryce Wilson2021-08-141-1/+2
* Implements Stylesheet.ownerNodeVincent Ricard2020-10-101-5/+7
* Some servo build fixes.Emilio Cobos Álvarez2020-04-161-1/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Fix insertRule crash by exposing getter on stylesheet's ownersbansal30962019-03-221-1/+10
* 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-10/+10
* Format script componentchansuke2018-09-191-36/+46
* Fix some "unnecessary parentheses" warningsSimon Sapin2018-01-221-1/+1
* 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-7/+7
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-6/+6
* 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: Switch Gecko over to ServoStyleContextManish Goregaokar2017-07-171-7/+9
* stylo: Fix StyleSheetInner/Stylesheet mappingEmilio Cobos Álvarez2017-07-021-1/+1
* Fix up script and layout.Bobby Holley2017-05-021-1/+1
* Bug 1325878: Pass the MediaList down to Servo, making <style media> work. r=x...Emilio Cobos Álvarez2017-04-121-10/+8
* Pass CSS loader to Servo for insertRule.Xidorn Quan2017-04-031-1/+4
* Fix another deadlockSimon Sapin2017-03-191-3/+6
* Wrap most CSS rules in Locked<_> instead of RwLock<_>Simon Sapin2017-03-191-8/+7
* Replace RwLock<CssRules> with Locked<CssRules>Simon Sapin2017-03-191-5/+11