aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglactiveinfo.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-3/+3
| | | | | | | | | | This should make it somewhat easier to experiment with alternative representations in the future. To reduce churn, this commit leaves the String field public, though. Also, this will allow us to use the default String type to represent the IDL USVString type, which explicitly forbids unpaired surrogates, ans as such is a better match to the Rust String type.
* more refactoringrohan.prinja2015-10-301-1/+1
|
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-4/+4
|
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
| | | | closes #7357
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
|
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
|
* Add spec linksBogdan Cuza2015-07-281-0/+3
|
* Upgrade to SM 39Michael Wu2015-06-191-3/+3
|
* webgl: Add WebGLActiveInfo and WebGLShaderPrecisionFormat interfacesecoal952015-06-131-0/+49