aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasrenderingcontext2d.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Implement CanvasRenderingContext2d.fillText's "unimplemented" messageBruno Bernardino2017-08-231-0/+7
|/
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-10/+6
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-6/+10
* Improve WebGL architecture.Imanol Fernandez2017-08-151-10/+6
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-3/+3
* Implement drawing an image from a CSS style value into a canvas.Alan Jeffrey2017-07-211-53/+117
* Implemented paint worklet rendering context.Alan Jeffrey2017-06-301-17/+40
* Untry scriptSimon Sapin2017-06-181-3/+3
* Update WR (CPU text optimizations, image format renames).Glenn Watson2017-06-161-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-13/+10
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-3/+5
* Use the origin of the actual image response when determining if a canvas is o...SendilKumar N2017-05-191-13/+8
* Remove IndexSizeError in CanvasRenderingContext2D::drawImagen0max2017-04-291-2/+2
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-1/+1
* Make ImageData::new return Fallible instead of panicLucjan Suski2017-03-201-6/+6
* removed instances of -> () in existing codelucantrop2017-03-131-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Make script thread initiate requests for images needed by layout.Josh Matthews2017-02-221-1/+3
* style: Unbox a bunch of color properties.Emilio Cobos Álvarez2017-02-141-18/+8
* Error handled canvas closingPrudhvi Rampey2016-12-281-1/+3
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+2
* Remove old rendering backend.Glenn Watson2016-10-181-10/+2
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-11/+8
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-6/+6
* Make CanvasRenderingContext2d::new take a &GlobalScopeAnthony Ramine2016-10-061-5/+5
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-6/+6
* Introduce GlobalScope::constellation_chanAnthony Ramine2016-10-061-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-7/+7
* More code refactoring (exampleVar to example_var)Arthur Marble2016-09-181-6/+6
* Reorder `use` statementsUK9922016-09-091-3/+3
* Don't bother with the global in ImageData::get_image_dataAnthony Ramine2016-08-301-1/+1
* Fix canvas image tests when using webrender.Glenn Watson2016-08-301-2/+10
* Update euclid to 0.10.1Anthony Ramine2016-08-211-17/+10
* Move util::vec::byte_swap to canvas_traitsAnthony Ramine2016-07-041-3/+3
* Make canvas send their data themselves to other canvasAnthony Ramine2016-06-161-22/+15
* Remove JS::from_rootedAnthony Ramine2016-05-311-2/+2
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Remove ConstellationChan.Ms2ger2016-05-191-1/+1
* Removed unused importsPer Lundberg2016-05-151-1/+1