aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/svgelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-101-0/+9
* 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-0/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-2/+5
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* script: implement autofocus IDL reflection (#32170)Nolan Lawson2024-04-291-1/+12
* Further changes required by ServoOriol Brufau2023-10-021-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+6
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Introduce ElementCSSInlineStyle for SVGElementCYBAI2020-06-051-0/+41
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Format script componentchansuke2018-09-191-5/+7
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+2
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove and allow some dead code.Ms2ger2016-12-221-15/+0
* Update to string-cache 0.3Simon Sapin2016-11-031-4/+4
* add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement elementAlexandrov Sergey2016-10-061-0/+48