aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvaspattern.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-1/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* 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-0/+2
* clippy: Fix some warnings in `components/script` (#31735)Rosemary Ajayi2024-03-191-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
* 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 euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* 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-5/+5
* Make HTMLCanvasElement::get_size return a Size2D<u32>Anthony Ramine2018-10-021-4/+4
* Format script componentchansuke2018-09-191-18/+25
* Remove use of unstable box syntax.Simon Sapin2017-10-161-4/+7
* 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
* 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
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Add origin-clean flag tracking for canvasDavid Zbarsky2015-12-171-3/+11
* Rustfmt some of script.Ms2ger2015-11-181-4/+10
* more refactoringrohan.prinja2015-10-301-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Upgrade to SM 39Michael Wu2015-06-191-4/+4
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Implementation of pattern fill style for canvas.Hyowon Kim2015-06-131-1/+43
* Add/update comments with links to specCorey Farwell2015-04-141-0/+1
* script: Implement enough 2D canvas support to render basic SVGs such as the t...Patrick Walton2015-02-221-0/+12