| Commit message (Expand) | Author | Age | Files | Lines |
* | Patches of File API | Zhen Zhang | 2016-07-21 | 1 | -3/+4 |
* | Auto merge of #12400 - izgzhen:fix-type-string, r=Manishearth | bors-servo | 2016-07-18 | 1 | -25/+19 |
|\ |
|
| * | Fix Blob type-string | Zhen Zhang | 2016-07-13 | 1 | -25/+19 |
* | | Put Blob URL online | Zhen Zhang | 2016-07-15 | 1 | -22/+22 |
|/ |
|
* | Refactor FileAPI implementation | Zhen Zhang | 2016-07-13 | 1 | -26/+44 |
* | Add FileID validity setting/checking logic to Blob URL implementation | Zhen Zhang | 2016-07-11 | 1 | -12/+50 |
* | Remove DataSlice, fix #12249 | Zhen Zhang | 2016-07-05 | 1 | -91/+26 |
* | Integration and improvements of File API backends | Zhen Zhang | 2016-07-04 | 1 | -48/+158 |
* | Update Blob::{new, new_inherited} to take Strings | Achal Shah | 2016-06-17 | 1 | -6/+5 |
* | Add unit testing to file manager; Replace uuid by stringified version in File... | Zhen Zhang | 2016-06-10 | 1 | -5/+4 |
* | Add file backend support for Blob and related | Zhen Zhang | 2016-06-01 | 1 | -25/+109 |
* | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -3/+0 |
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+1 |
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -1/+0 |
* | Implement missing interfaces of File DOM object | Zhen Zhang | 2016-05-11 | 1 | -17/+18 |
* | Rewrite Blob constructor interface | Zhen Zhang | 2016-05-10 | 1 | -37/+41 |
* | Fixes related to file input and File API | Zhen Zhang | 2016-05-02 | 1 | -0/+4 |
* | updated Blob constructor to use optional, fixes https://github.com/servo/serv... | Yoav Alon | 2016-04-22 | 1 | -21/+20 |
* | Use num-traits in script. | Ms2ger | 2016-04-20 | 1 | -1/+1 |
* | Implementation of Blob Constructor with test changes | St.Spyder | 2016-03-17 | 1 | -3/+19 |
* | Convert directly from DOMString to Vec<u8> | Saurav Sachidanand | 2016-03-11 | 1 | -3/+1 |
* | Add global default method for Reflectable trait | Chad Kimes | 2016-01-11 | 1 | -3/+3 |
* | Remove global field from Blob | Chad Kimes | 2016-01-10 | 1 | -8/+5 |
* | Changed blob to use DataSlice with Arc in order to limit wasteful copying of ... | David Raifaizen | 2016-01-06 | 1 | -53/+83 |
* | Update FileAPI spec links | Brandon Fairchild | 2016-01-05 | 1 | -9/+9 |
* | Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all | Tetsuharu OHZEKI | 2015-12-10 | 1 | -1/+1 |
* | Rustfmt some of script. | Ms2ger | 2015-11-18 | 1 | -14/+17 |
* | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -2/+3 |
* | Auto merge of #8218 - nikkisquared:master, r=eefriedman | bors-servo | 2015-11-05 | 1 | -0/+5 |
|\ |
|
| * | Fixes #8213: Implement Blob variant of WebSocket.send() | Nikki | 2015-11-04 | 1 | -0/+5 |
* | | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -4/+4 |
* | | Use DOMString::new() somewhat consistently. | Ms2ger | 2015-11-04 | 1 | -2/+2 |
* | | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
|/ |
|
* | Generate all Derived implementations in codegen | Anthony Ramine | 2015-10-14 | 1 | -7/+0 |
* | Generate the TypeId enums in codegen | Anthony Ramine | 2015-10-14 | 1 | -15/+4 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -2/+2 |
* | Remove needless returns | Manish Goregaokar | 2015-09-04 | 1 | -1/+1 |
* | Replace many uses of to_ascii_lowercase() by make_ascii_lowercase() | Anthony Ramine | 2015-08-30 | 1 | -2/+3 |
* | Merge adjacent identical `impl` sections | Corey Farwell | 2015-08-28 | 1 | -3/+0 |
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -6/+6 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -5/+2 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -6/+6 |
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -2/+2 |
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -1/+2 |
* | Refactor FileReader #6762 #6763 #6750 #6751 | farodin91 | 2015-07-29 | 1 | -8/+3 |
* | Adding for support Blob.{close,isClose} #6723 | farodin91 | 2015-07-29 | 1 | -16/+22 |
* | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -3/+3 |
* | Use empty Vec instead of None. | Michael Howell | 2015-07-26 | 1 | -3/+3 |
* | Implement FileReader.{readAsText,readAsDataUrl}. Fixes #6172 | farodin91 | 2015-07-23 | 1 | -0/+18 |