aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/canvas_state.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: fixed various clippy warnings in `components/scripts` (#31960)Rosemary Ajayi2024-04-011-1/+1
* clippy: Fix a few problems in `components/scripts` (#31959)Rosemary Ajayi2024-04-011-1/+1
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-301-1/+2
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-2/+2
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-5/+5
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-20/+21
* clippy: Fix some warnings in the `script` crate (#31719)Rosemary Ajayi2024-03-181-2/+2
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-1/+2
* canvas2d: Implement `.reset()` (#31258)Smitty2024-02-051-1/+8
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-4/+4
* Further changes required by ServoOriol Brufau2023-11-241-0/+1
* Further changes required by ServoOriol Brufau2023-11-241-1/+1
* Further changes required by ServoOriol Brufau2023-11-211-18/+12
* Further changes required by ServoOriol Brufau2023-11-211-3/+12
* Enable new color functions from CSS Color 4 (#30752)Oriol Brufau2023-11-201-33/+43
* Allow currentColor in canvas context's shadowColor (#30754)Oriol Brufau2023-11-201-53/+38
* Further changes required by ServoOriol Brufau2023-11-061-3/+3
* Further changes required by ServoOriol Brufau2023-11-061-7/+7
* Clean up and merge some canvas-related WebIDLs (#30606)Ennui Langeweile2023-10-261-2/+1
* Use `IpcSharedMemory` for `Canvas2dMsg::DrawImage` (#30544)Ennui Langeweile2023-10-181-13/+9
* Further changes required by ServoOriol Brufau2023-10-021-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-35/+31
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+16
* Bump euclid to 0.22Martin Robinson2023-01-261-12/+7
* Fix ./mach build --release --with-layout-2020Utsav Oza2020-06-101-2/+8
* Enable textAlign, textBaseline and direction attributes for canvasUtsav Oza2020-06-101-5/+93
* Implement CanvasRenderingContext2D.font propertyUtsav Oza2020-06-101-3/+35
* Store resolved font style in canvas context stateUtsav Oza2020-06-101-10/+25
* Add todos for missing steps while processing parse font queryUtsav Oza2020-06-101-2/+9
* Query layout to resolve canvas font property valueUtsav Oza2020-06-101-0/+10
* Check for valid arguments before processing canvas.fillTextUtsav Oza2020-06-101-2/+6
* Refactor ImageCache::find_image_or_metadata API.Julien Tregoat2020-04-171-19/+7
* Resolve mach build warningsUtsav Oza2020-04-101-8/+0
* Update euclidManish Goregaokar2020-04-071-1/+0
* Implement CanvasRenderingContext2D.getTransform()pylbrecht2020-02-121-0/+10
* Make create_pattern() return None for incomplete imagespylbrecht2020-02-101-6/+8
* Add canvas usability checks to drawImage()pylbrecht2020-02-031-0/+10
* Add image usability checks to drawImage()pylbrecht2020-02-031-0/+8
* Send fill/stroke style along with drawing messagepylbrecht2020-01-251-28/+20
* Update fill and stroke style only when requiredpylbrecht2020-01-251-18/+23
* Addresses Issue: Support OffscreenCanvas as CanvasImageSource #24269Bailey Blankenship2019-12-041-2/+70
* Auto merge of #24426 - servo:wrup, r=jdm,noxbors-servo2019-11-201-1/+2
|\
| * Update webrender and serde_bytesAnthony Ramine2019-11-131-1/+2
* | Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-3/+3
|/
* Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensionsBailey Blankenship2019-11-101-6/+20