aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlcanvaselement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use MutNullableHeap in HTMLCanvasElement.Eli Friedman2015-10-151-31/+30
* Stop implementing Copy for JS<T>.Eli Friedman2015-10-151-1/+1
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-2/+2
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-12/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-6/+7
* script: Return a white bitmap if the canvas has a size but no contextEmilio Cobos Álvarez2015-09-251-9/+9
* Refactor `if let Some(a) { Some(b) } else { None }`Emilio Cobos Álvarez2015-09-251-18/+12
* webgl: texImage2D with a canvas argumentEmilio Cobos Álvarez2015-09-251-2/+34
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-6/+3
* Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-36/+15
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-6/+6
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+0
* Remove helper traitsAnthony Ramine2015-08-271-13/+4
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* Auto merge of #7397 - Manishearth:doublepointer-meet-fire, r=noxbors-servo2015-08-261-2/+2
|\
| * Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-2/+2
* | webgl: Implement multiple calls and improve error detectionecoal952015-08-251-0/+16
|/
* sort all usesJohann Tuffe2015-08-201-5/+5
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-1/+2
* Add spec linksBogdan Cuza2015-07-281-0/+5
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-8/+21
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Fix some warnings caused by the SM upgradeMichael Wu2015-06-191-1/+0
* Upgrade to SM 39Michael Wu2015-06-191-30/+34
* Use euclid from crates.ioecoal952015-06-191-1/+1
* rust-geom API changesCorey Farwell2015-06-131-1/+1
* Add WebGLContextAttributes supportecoal952015-06-011-61/+99
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-5/+14
* Layerize canvasecoal952015-05-201-1/+1
* Remove remaining as_slice / as_mut_slice calls.Ms2ger2015-04-281-2/+2
* Remove unrooted() methodsAnthony Ramine2015-04-281-3/+3
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+2
* Change MutNullableJS<T> to MutNullableHeap<JS<T>>Anthony Ramine2015-04-271-5/+7
* WebGL context hardware acceleration + error detectionecoal952015-04-271-20/+33
* Remove as_slice() calls from script.Ms2ger2015-04-261-1/+1
* Replace the Str implementation for AttrValue by a Deref implementation.Ms2ger2015-04-251-2/+2
* Kicks off a WebGL implementationDiego Marcos2015-04-201-33/+73
* Implementing canvas drawImage API for HTML Canvas elements as image sourceDiego Marcos2015-03-241-0/+10
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-0/+6
* Use new `if let` syntax wherever possible. Fixes #4153.Zack Slayton2015-03-101-6/+4
* Implement Canvas pixel manipulationEdit Balint2015-02-221-0/+10
* LayoutJS<T> implements Layout*Helpers instead of JS<T>.Tetsuharu OHZEKI2015-02-011-3/+3
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Don't shadow lifetimes in script.Ms2ger2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-0/+1
* CanvasRenderTask connected to LayoutEdit Balint2015-01-091-2/+24
* auto merge of #4566 : mattnenterprise/servo/globalref-by-value, r=Ms2gerbors-servo2015-01-081-1/+1
|\
| * Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-1/+1
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-2/+2
|/