aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/blob.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace many uses of to_ascii_lowercase() by make_ascii_lowercase()Anthony Ramine2015-08-301-2/+3
* Merge adjacent identical `impl` sectionsCorey Farwell2015-08-281-3/+0
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-6/+6
* Remove helper traitsAnthony Ramine2015-08-271-5/+2
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-6/+6
* Fix existing syntactics nits.Josh Matthews2015-08-161-2/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-1/+2
* Refactor FileReader #6762 #6763 #6750 #6751farodin912015-07-291-8/+3
* Adding for support Blob.{close,isClose} #6723farodin912015-07-291-16/+22
* Add spec linksBogdan Cuza2015-07-281-3/+3
* Use empty Vec instead of None.Michael Howell2015-07-261-3/+3
* Implement FileReader.{readAsText,readAsDataUrl}. Fixes #6172farodin912015-07-231-0/+18
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-6/+6
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-6/+5
* Add/update comments with links to specCorey Farwell2015-04-141-0/+8
* Fix various build warnings.Ms2ger2015-03-201-2/+2
* Fix some warnings in script.Ms2ger2015-02-121-1/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-3/+5
* Move to to_owned rather than into_string.Ms2ger2015-01-201-4/+5
* Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-8/+8
* Rename GlobalRoot::root_ref() to GlobalRoot::r() for consistency.Ms2ger2015-01-011-2/+2
* Bug #1820, add the optional "type" parameter to BlobShing Lyu2015-01-011-15/+31
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-6/+1
|\
| * Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-2/+2
|/
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-7/+7
* Correctly set the BlobType for File objects.Ms2ger2014-12-151-3/+4
* Issue #1820 - Improve the Blob implementationShing Lyu2014-12-091-9/+92
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-2/+2
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Simple privatizationsTim Taubert2014-10-131-0/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-2/+2
* Merge pull request #3374 from Manishearth/lint_unrooted_jsmanagedManish Goregaokar2014-09-171-0/+1
|\
| * Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* | Removed unused BlobMethods and CommentMethods traits, fixes #3366ProgramFOX2014-09-161-3/+0
|/
* Cargoify servoJack Moffitt2014-09-081-0/+59