aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlcanvaselement.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove `width` and `height` presentational hints for `<canvas>` (#33211)Oriol Brufau2024-08-281-17/+1
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-3/+2
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-231-5/+5
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-1/+1
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-11/+5
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* These changes fix #30843 (#30888)Lucas Montenegro2023-12-201-5/+9
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-17/+19
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-3/+2
* Tackle half of canvas.toDataURL's FIXMEs (#30094)Ennui Langeweile2023-08-171-7/+7
* bump base64 from 0.10 to 0.21 (#29804)Tuna2023-08-021-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-2/+4
* Fix some build warningsMartin Robinson2023-01-111-2/+2
* Update image/png.Josh Matthews2022-04-011-1/+1
* Fix deprecation warnings.Josh Matthews2020-11-121-2/+2
* dom: Add stub implementation for HTMLCanvasElement.captureStream.Josh Matthews2020-07-141-0/+15
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-4/+43
* Update some URLsAlex Touchet2020-05-041-3/+3
* Auto merge of #23661 - julientregoat:i-21289, r=jdmbors-servo2020-04-171-11/+7
|\
| * Refactor ImageCache::find_image_or_metadata API.Julien Tregoat2020-04-171-11/+7
* | Automatically enable WebGL 2 for specific domains.Josh Matthews2020-04-151-2/+2
|/
* Update euclidManish Goregaokar2020-04-071-1/+0
* Reduce scope of unsafe block in LayoutHTMLCanvasElementHelpers::dataAnthony Ramine2020-03-311-15/+15
* Introduce <LayoutDom<Element>>::attrs()Anthony Ramine2020-03-311-14/+8
* Merge RawLayoutElementHelpers into LayoutElementHelpersAnthony Ramine2020-03-311-7/+6
* Make LayoutHTMLCanvasElementHelpers methods take selfAnthony Ramine2020-03-291-8/+8
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-051-1/+1
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-3/+2
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensionsBailey Blankenship2019-11-101-1/+4
* Support CORS attributes for image elements.Josh Matthews2019-10-041-1/+7
* Double key image cache by requesting origin, and store CORS status with cache...Josh Matthews2019-10-041-0/+1
* Remove some usage of unsafe code in HTMLCanvasElementmarmeladema2019-08-091-33/+26
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-11/+12
* Convert internal methods to handle safe JSContext instead of raw JSContextmarmeladema2019-07-241-1/+2
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* #8539 Config preferences backend restructurePeter Hall2019-03-201-2/+2
* Remove offscreen_gl_context dependency from canvas_traits and script.Josh Matthews2019-03-071-2/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-3/+3
* Make HTMLCanvasElement::fetch_all_data return a shared memory blobAnthony Ramine2018-11-211-3/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-7/+13