| Commit message (Expand) | Author | Age | Files | Lines |
* | canvas: Implement line dash setters and getters (#36257) | Steven Novaryo | 2025-04-01 | 1 | -0/+20 |
* | Add `Path2D` (#35783) | Lukas Lihotzki | 2025-03-26 | 1 | -0/+22 |
* | canvas: Update the image as part of update the rendering (#35996) | sagudev | 2025-03-25 | 1 | -10/+1 |
* | canvas: Do not update ImageKey during canvas layout (#35719) | Samson | 2025-03-12 | 1 | -4/+9 |
* | Unify `(Offscreen)CanvasRenderingContext2d` and make `PaintRenderingContext2D... | Samson | 2025-02-23 | 1 | -71/+91 |
* | Propagate `CanGc` arguments through callers in constructors (#35541) | Auguste Baum | 2025-02-20 | 1 | -2/+5 |
* | Remove `get_ipc_renderer` from `CanvasRenderingContext2D` (#35285) | Samson | 2025-02-04 | 1 | -6/+2 |
* | script: Limit public exports. (#34915) | Josh Matthews | 2025-01-10 | 1 | -5/+5 |
* | Add CanGc argument to reflect_dom_object (#34606) | Domenico Rizzo | 2024-12-13 | 1 | -0/+1 |
* | Use `webrender_api::units::DevicePixel` rather than `style_traits::DevicePixe... | Nico Burns | 2024-11-25 | 1 | -1/+2 |
* | Generate a trait abstracting over all known DOM interfaces (#34357) | Josh Matthews | 2024-11-24 | 1 | -1/+1 |
* | CanGc changes from fontfaceset.rs (#33920) | chickenleaf | 2024-10-21 | 1 | -6/+6 |
* | Propagate CanGc through dommatrix, dommatrixreadonly, and testbindings (#33822) | chickenleaf | 2024-10-13 | 1 | -2/+3 |
* | canvas2d: Implement `.reset()` (#31258) | Smitty | 2024-02-05 | 1 | -0/+5 |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -17/+14 |
* | No tracing of nop traceable fields (#29926) | Samson | 2023-08-04 | 1 | -0/+1 |
* | Update euclid | Manish Goregaokar | 2020-04-07 | 1 | -1/+0 |
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -2/+0 |
* | Implement CanvasRenderingContext2D.getTransform() | pylbrecht | 2020-02-12 | 1 | -0/+6 |
* | Make create_pattern() return None for incomplete images | pylbrecht | 2020-02-10 | 1 | -1/+1 |
* | Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensions | Bailey Blankenship | 2019-11-10 | 1 | -1/+2 |
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -7/+5 |
* | Extract canvas operations for reuse by OffscreenCanvas. | Maharsh | 2019-05-22 | 1 | -10/+1 |
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -3/+3 |
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -1/+2 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -20/+20 |
* | Make HTMLCanvasElement::get_size return a Size2D<u32> | Anthony Ramine | 2018-10-02 | 1 | -2/+1 |
* | Format script component | chansuke | 2018-09-19 | 1 | -34/+55 |
* | Update CanvasRenderingContext2D WebIDL definition | Anthony Ramine | 2018-09-14 | 1 | -28/+32 |
* | Add unique canvas IDs to all canvas operations. | Brody Eastwood | 2018-04-02 | 1 | -1/+1 |
* | Update euclid, azure, skia, offscreen_gl_context, plane-split, webrender | Simon Sapin | 2017-12-08 | 1 | -4/+4 |
* | Remove use of unstable box syntax. | Simon Sapin | 2017-10-16 | 1 | -1/+1 |
* | Rename Root<T> to DomRoot<T> | Anthony Ramine | 2017-09-26 | 1 | -5/+5 |
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
* | Implement Ellipse Canvas 2D API | Joone Hur | 2017-09-01 | 1 | -0/+5 |
* | Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" | Anthony Ramine | 2017-08-16 | 1 | -5/+5 |
* | Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio" | Emilio Cobos Álvarez | 2017-08-16 | 1 | -5/+5 |
* | Improve WebGL architecture. | Imanol Fernandez | 2017-08-15 | 1 | -5/+5 |
* | Implement drawing an image from a CSS style value into a canvas. | Alan Jeffrey | 2017-07-21 | 1 | -6/+14 |
* | Fixed scaling artefacts in paint worklets caused by zoom and hidpi. | Alan Jeffrey | 2017-07-20 | 1 | -6/+26 |
* | Implemented paint worklet rendering context. | Alan Jeffrey | 2017-06-30 | 1 | -5/+354 |
* | Implemented paint worklets invoking worklet scripts. | Alan Jeffrey | 2017-06-29 | 1 | -0/+29 |