aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasgradient.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+6
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+4
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+5
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-2/+3
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-2/+2
* Enable new color functions from CSS Color 4 (#30752)Oriol Brufau2023-11-201-12/+4
* Further changes required by ServoOriol Brufau2023-11-061-2/+2
* Further changes required by ServoOriol Brufau2023-11-061-3/+3
* Clean up and merge some canvas-related WebIDLs (#30606)Ennui Langeweile2023-10-261-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+6
* No tracing of nop traceable fields (#29926)Samson2023-08-041-2/+3
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-3/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-3/+5
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-19/+25
* 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 DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-1/+1
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-1/+1
* Improve WebGL architecture.Imanol Fernandez2017-08-151-1/+1
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-2/+3
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* style: Unbox a bunch of color properties.Emilio Cobos Álvarez2017-02-141-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Reorder `use` statementsUK9922016-09-091-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Parse currentColor as Canvas2D colorDavid Zbarsky2015-11-211-4/+12
* Rustfmt some of script.Ms2ger2015-11-181-12/+17
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+2
* more refactoringrohan.prinja2015-10-301-1/+1
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-4/+3
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-2/+2
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-1/+2
* CanvasGradient#addColorStop should throw for invalid colors and offsetsDavid Zbarsky2015-08-091-8/+12
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Upgrade to SM 39Michael Wu2015-06-191-6/+6
* Replace fill_color and stroke_color with fill_style and stroke_style in Canva...Hyowon Kim2015-06-061-0/+1
* Layerize canvasecoal952015-05-201-1/+1