aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/filereader.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-4/+4
* merge from masterrohan.prinja2015-11-031-3/+4
|\
| * Remove JSTraceable implementation from RefCell.Eli Friedman2015-11-021-3/+4
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-3/+2
* | more refactoringrohan.prinja2015-10-301-1/+2
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* remove get_rooted() and replace all references to it with references to get()rohan.prinja2015-10-291-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-4/+1
* Introduce trait CastableAnthony Ramine2015-10-211-4/+4
* Make get() and set() on MutNullableHeap use the correct types.Eli Friedman2015-10-151-3/+3
* Refactor away duplication of get_rooted functionalityPierre Chevalier2015-10-081-1/+1
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-3/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-9/+9
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-2/+2
* Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-0/+11
* Time distribution across script event categories.benshu2015-08-281-4/+5
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-7/+7
* Remove helper traitsAnthony Ramine2015-08-271-14/+8
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-7/+7
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Splitting ScriptMsg into various enums; r=jdmRavi Shankar2015-08-151-5/+5
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-4/+5
* Remove Unnecessary Code in FileReader #6753farodin912015-08-051-6/+1
* Fix for issue #6768.r0e2015-08-031-49/+29
* Refactor FileReader #6762 #6763 #6750 #6751farodin912015-07-291-60/+36
* Adding for support Blob.{close,isClose} #6723farodin912015-07-291-5/+23
* Add spec linksBogdan Cuza2015-07-281-1/+4
* Use empty Vec instead of None.Michael Howell2015-07-261-20/+11
* Remove unnecessarily verbose matches.Michael Howell2015-07-251-20/+17
* Combining FileReaderEvent and Process; r=jdmRavi Shankar2015-07-261-45/+22
* Implement FileReader.{readAsText,readAsDataUrl}. Fixes #6172farodin912015-07-231-0/+491