aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasrenderingcontext2d.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call rgba8_byte_swap_colors_inplace on the WebGL threadAnthony Ramine2018-11-201-3/+1
* Move PixelFormat to the pixels crateAnthony Ramine2018-11-201-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Prefix some pixels functions with rgba8_Anthony Ramine2018-11-161-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-6/+6
* Format remaining filesPyfisch2018-11-061-12/+30
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-23/+23
* Simplify ctx.drawImage a bitAnthony Ramine2018-10-111-28/+5
* Share some code between 2D canvas and WebGLAnthony Ramine2018-10-091-21/+3
* Avoid ctx.getImageData in canvas.toDataURLAnthony Ramine2018-10-081-12/+23
* Abstract some stuff common to ctx.getImageData and ctx.putImageDataAnthony Ramine2018-10-081-119/+80
* Handle some transparent black cases in ctx.getImageDataAnthony Ramine2018-10-071-13/+38
* Align ctx.createImageData and ctx.getImageData with the specAnthony Ramine2018-10-061-44/+33
* Avoid copying pixels in ctx.putImageData sometimesAnthony Ramine2018-10-061-1/+4
* Introduce ImageData::get_rectAnthony Ramine2018-10-061-9/+4
* Merge some byte swap/premultiply functions in their own crateAnthony Ramine2018-10-061-2/+3
* Improve gl.putImageDataAnthony Ramine2018-10-051-2/+28
* Align canvas.putImageData with specAnthony Ramine2018-10-051-31/+18
* Move canvas.putImageData checks to the DOM sideAnthony Ramine2018-10-051-11/+60
* Make HTMLCanvasElement::get_size return a Size2D<u32>Anthony Ramine2018-10-021-5/+5
* Format script componentchansuke2018-09-191-310/+408
* Implement proper origin checks for WebGL textures (fixes #21522)Anthony Ramine2018-09-181-2/+1
* Remove Canvas2dMsg::DrawImageSelfAnthony Ramine2018-09-171-19/+7
* Don't create 2D canvas contexts arbitrarilyAnthony Ramine2018-09-161-46/+58
* Update CanvasRenderingContext2D WebIDL definitionAnthony Ramine2018-09-141-13/+0
* Use a byte channel to retrieve pixels of 2D canvasAnthony Ramine2018-09-131-5/+5
* Merge byte swap and unmultiplying loops in ctx.getImageData()Anthony Ramine2018-09-131-5/+5
* Moved Canvas rendering to a single thread.Brody-Eastwood2018-04-231-11/+10
* Add unique canvas IDs to all canvas operations.Brody Eastwood2018-04-021-122/+92
* Use ByteBuf for the canvas messagesAnthony Ramine2018-03-261-13/+15
* Implements profiler for blocked recvNakul Jindal2018-03-221-5/+6
* Avoid `Window::GetComputedStyle` when checking for `display: none`Alex Fong2018-02-261-13/+5
* Revert "Send IPC receiver for canvas as part of CreateCanvasPaintThread message"Josh Matthews2017-12-181-2/+3
* Send IPC receiver for canvas as part of CreateCanvasPaintThread messagetigercosmos2017-12-161-3/+2
* use entry global's origin in `is_origin_clean` check for canvas renderingtigercosmos2017-12-051-7/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+4
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-14/+14
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-7/+7
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-9/+9
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Implement Ellipse Canvas 2D APIJoone Hur2017-09-011-0/+20
* Auto merge of #18179 - davidcl:master, r=jdmbors-servo2017-08-231-2/+2
|\
| * order derivable traits listsClément DAVID2017-08-231-2/+2