aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasrenderingcontext2d.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove `get_ipc_renderer` from `CanvasRenderingContext2D` (#35285)Samson2025-02-041-7/+18
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-13/+13
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+1
* 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-12/+13
* Propagate CanGc through dommatrix, dommatrixreadonly, and testbindings (#33822)chickenleaf2024-10-131-2/+2
* CanGc fixes starting from imagedata.rs (#33808)chickenleaf2024-10-111-5/+19
* enhance: Implement `CanvasRenderingContext2D.measureText` (#32704)Chocolate Pie2024-07-171-1/+2
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-6/+3
* clippy: Fix option_as_ref_deref warnings (#31936)Oluwatobi Sofela2024-03-291-3/+2
* fix: remove unused imports (#31929)Azhar Ismagulova2024-03-281-2/+0
* clippy: Fix mem_replace_with_default warnings (#31921)Oluwatobi Sofela2024-03-281-4/+1
* clippy: Fix a few clippy problems in `components/scripts/dom` (#31905)Rosemary Ajayi2024-03-281-8/+7
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* canvas2d: Implement `.reset()` (#31258)Smitty2024-02-051-1/+6
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Allow currentColor in canvas context's shadowColor (#30754)Oriol Brufau2023-11-201-1/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-14/+12
* Enable textAlign, textBaseline and direction attributes for canvasUtsav Oza2020-06-101-0/+33
* Store resolved font style in canvas context stateUtsav Oza2020-06-101-1/+2
* Query layout to resolve canvas font property valueUtsav Oza2020-06-101-0/+11
* Resolve mach build warningsUtsav Oza2020-04-101-10/+2
* Remove DomRefCell wrapper for canvas_state from CanvasRenderingContext2DUtsav Oza2020-04-101-118/+72
* Update euclidManish Goregaokar2020-04-071-1/+0
* Make LayoutCanvasRenderingContext2DHelpers::get_canvas_id be safeAnthony Ramine2020-03-311-7/+11
* Make LayoutCanvasRenderingContext2DHelpers methods take selfAnthony Ramine2020-03-291-4/+4
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Implement CanvasRenderingContext2D.getTransform()pylbrecht2020-02-121-0/+6
* Make create_pattern() return None for incomplete imagespylbrecht2020-02-101-1/+1
* Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensionsBailey Blankenship2019-11-101-6/+22
* Moved CanvasState out of canvasrenderingcontextHanif Bin Ariffin2019-10-251-1568/+94
* fix getimagedata returns empty pixelsRasmus Viitanen2019-10-161-28/+21
* Support CORS attributes for image elements.Josh Matthews2019-10-041-9/+39
* Use the paint worklet's base URL for the 2d canvas' origin checks.Josh Matthews2019-10-041-1/+10
* Double key image cache by requesting origin, and store CORS status with cache...Josh Matthews2019-10-041-1/+4
* Temporary implementation of Canvas.MeasureTextPaul Rouget2019-09-251-0/+15
* Update euclid.Emilio Cobos Álvarez2019-07-231-3/+6
* layout: Fix servo build.Emilio Cobos Álvarez2019-06-041-1/+1
* Extract canvas operations for reuse by OffscreenCanvas.Maharsh2019-05-221-733/+1217
* removed commentsMaharsh2019-05-131-45/+1
* Borrow Layout ChangeMaharsh2019-05-131-2/+5
* Updated Testcases and FormattingMaharsh2019-05-111-7/+6
* Changes for sender recieverMaharsh2019-05-091-5/+26
* Changes for gitignoreMaharsh2019-05-091-7/+16
* Created CanvasRect fro OffscreenCanvas and Updated TestcasesMaharsh2019-03-291-32/+97
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-4/+4
* Make HTMLCanvasElement::fetch_all_data return a shared memory blobAnthony Ramine2018-11-211-1/+5