aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/csskeyframesrule.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor: add CanGc as argument to methods in CSSKeyframeRule, CSSMediaRule, ...Yerkebulan Tulibergenov2025-03-051-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* refactor: add CanGc as argument to methods in CSSGroupingRule, CSSKeyframesRu...Yerkebulan Tulibergenov2025-03-021-10/+10
* 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-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-3/+3
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-271-1/+3
* 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
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+7
* 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
* Reorder importsPyfisch2018-11-061-2/+2
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Format script componentchansuke2018-09-191-20/+39
* 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-6/+6
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Update cssparser to 0.18Simon Sapin2017-07-241-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-1/+7
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-2/+3
* style: Split stylesheets.rsEmilio Cobos Álvarez2017-06-041-2/+1
* Fix up script and layout.Bobby Holley2017-05-021-1/+1
* Keep custom-ident and string separate in animation/keyframes name.Simon Sapin2017-04-261-7/+7
* Use CustomIdent for animation-name and @keyframesSimon Sapin2017-04-261-10/+4
* Use a UrlExtraData type alias to unify url handling logic.Xidorn Quan2017-04-031-3/+1
* Replace RwLock<Keyframe> with Locked<Keyframe>Simon Sapin2017-03-191-1/+1
* Wrap most CSS rules in Locked<_> instead of RwLock<_>Simon Sapin2017-03-191-10/+13
* Introduce a ToCssWithGuard traitSimon Sapin2017-03-191-2/+3
* Borrow input to match_ignore_ascii_case!Simon Sapin2017-02-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Implement CSSKeyframesRule.nameNazım Can Altınova2016-12-141-0/+23
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Silence a warningAnthony Ramine2016-12-011-1/+0
* Update to Rust 1.15.0-nightly (1c448574b 2016-11-28)Anthony Ramine2016-11-291-2/+0
* Use stylesheet’s base URL and ns prefixes in CSSOM insert/appendRule.Simon Sapin2016-11-281-3/+2
* Make CSSRule always keep a pointer to its parent stylesheetSimon Sapin2016-11-281-8/+7
* Add CSSKeyframesRule.{findRule, deleteRule, appendRule}Manish Goregaokar2016-11-231-1/+48
* Transitively deparent on removalManish Goregaokar2016-11-231-1/+6
* Make parent stylesheet optional for CSSRulesManish Goregaokar2016-11-231-6/+9