aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlcanvaselement.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+1
* Expose WebGL-related interfaces only in WindowAnthony Ramine2016-11-301-1/+1
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-3/+3
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* | script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-2/+4
|/
* canvas: Cleanup CanvasData and layout and script messages.Emilio Cobos Álvarez2016-11-071-8/+9
* Update to string-cache 0.3Simon Sapin2016-11-031-9/+9
* Make WebGLRenderingContext::new take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Make CanvasRenderingContext2d::new take a &GlobalScopeAnthony Ramine2016-10-061-1/+2
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Don't bother with the global in ImageData::get_image_dataAnthony Ramine2016-08-301-2/+1
* Update rust-mozjs dependencyGuillaume Gomez2016-08-241-5/+13
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Move HTMLCanvasData to script_layout_interface.Ms2ger2016-06-201-6/+1
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+1
* 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-3/+3
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Change old references of ecoal95Emilio Cobos Álvarez2016-03-231-1/+1
* Remove HTMLCanvasData::renderer_id.Ms2ger2016-03-211-13/+10
* Add WebRender integration to Servo.Glenn Watson2016-02-181-3/+10
* Fix #9508: Beautify our union enums constructorsAlexander Lopatin2016-02-071-2/+2
* task -> threadrohan.prinja2016-01-101-2/+2
* Use Option::cloned() in HTMLCanvasElement::GetContext().Ms2ger2016-01-071-1/+1
* Generate PartialEq automaticallyGuillaume Gomez2016-01-031-6/+0
* Handle toDataURL with no contextDavid Zbarsky2015-12-241-24/+30
* Add origin-clean flag tracking for canvasDavid Zbarsky2015-12-171-8/+18
* Auto merge of #8728 - dzbarsky:reset_bitmpa, r=dzbarskybors-servo2015-12-041-1/+1
|\
| * Reset canvas state when changing bitmap dimensionsDavid Zbarsky2015-11-301-1/+1
* | Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+2
|/
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-3/+3
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-2/+2
* Use throw_type_error and throw_range_error from js.Ms2ger2015-11-121-1/+2
* Auto merge of #8243 - eefriedman:canvas-width-height, r=Ms2gerbors-servo2015-11-041-41/+24
|\
| * Simplify implementation of '<canvas>' 'width' and 'height' attributes.Eli Friedman2015-11-021-41/+24
* | Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-2/+2
* | merge from masterrohan.prinja2015-11-031-2/+2
|\|
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-2/+2
* | more cleanuprohan.prinja2015-10-301-0/+2
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* | remove unneeded import + reexport InheritTypes from inheritancerohan.prinja2015-10-301-1/+0
* | more refactoringrohan.prinja2015-10-301-1/+1
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-2/+1
|/
* Implement HTMLCanvasElement#toDataURLDavid Zbarsky2015-10-261-0/+44
* Pass all the data layout needs from canvas elements at once.Ms2ger2015-10-261-35/+28
* Cleanup some code in htmlcanvaselement.rs.Ms2ger2015-10-231-13/+8
* Clean up the cast callsAnthony Ramine2015-10-211-6/+3
* Introduce trait CastableAnthony Ramine2015-10-211-5/+5
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1