aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/canvasrenderingcontext2d.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Setting current color to black if canvas is not rendered in documentDavid Raifaizen2016-04-221-1/+19
* Use num-traits in script.Ms2ger2016-04-201-1/+1
* replace Fallible<()> with ErrorResultDi Xu2016-04-131-9/+9
* Stop sending the renderer id to script.Ms2ger2016-03-211-1/+1
* Remove renderer_id fields.Ms2ger2016-03-211-3/+1
* Remove get_renderer_id functions.Ms2ger2016-03-211-9/+0
* Update some canvas properties as enums instead of DOMStringSaurav Sachidanand2016-02-191-22/+28
* Fix #9508: Beautify our union enums constructorsAlexander Lopatin2016-02-071-21/+21
* adding image metadata notification capabilities to image cachejmr02016-01-291-1/+1
* Remove unused imports in scriptKishor Bhat2016-01-171-1/+0
* Add global default method for Reflectable traitChad Kimes2016-01-111-9/+9
* Remove global field from CanvasRenderingContext2DChad Kimes2016-01-101-10/+8
* task -> threadrohan.prinja2016-01-101-3/+3
* Auto merge of #9123 - karyon:clippy_cleanup, r=Manishearthbors-servo2016-01-031-4/+2
|\
| * Fix a bunch of clippy lintsJohannes Linke2016-01-021-4/+2
* | Store state of fill or style for canvas patternIszak Bryan2016-01-021-0/+4
|/
* Auto merge of #9109 - nerith:createpattern, r=jdmbors-servo2016-01-011-1/+5
|\
| * Support empty strings as the repeat argument (CreatePattern)Brandon Fairchild2015-12-311-1/+5
* | Enable Pattern variant of CanvasFillOrStrokeStyleAlberto Corona2015-12-291-1/+8
|/
* Add origin-clean flag tracking for canvasDavid Zbarsky2015-12-171-34/+85
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
* Implement IsPointInPathDavid Zbarsky2015-12-051-1/+14
* Reset canvas state when changing bitmap dimensionsDavid Zbarsky2015-11-301-1/+9
* Update Canvas webIDL to specDavid Zbarsky2015-11-281-5/+5
* Tidy.Simon Sapin2015-11-231-1/+1
* Parse currentColor as Canvas2D colorDavid Zbarsky2015-11-211-2/+24
* Auto merge of #8530 - KiChjang:split-constellation-msg, r=jdmbors-servo2015-11-191-1/+1
|\
| * Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-1/+1
* | Rustfmt some of script.Ms2ger2015-11-181-105/+220
|/
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-18/+17
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-9/+9
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-9/+6
* merge from masterrohan.prinja2015-11-031-13/+12
|\