aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/blob.rs
Commit message (Expand)AuthorAgeFilesLines
* Audit usages of unicode case-changing methods.Corey Farwell2017-07-261-1/+2
* Remove some usage of rust-encodingSimon Sapin2017-05-271-6/+3
* Fix indentation errors in servo rust code that tidy now finds.coalman2017-04-181-6/+6
* Provide MIME type data for File in formdata::get_fileKeith Yeung2017-04-091-1/+1
* Auto merge of #15519 - gterzian:implement_structuredclone_callbacks, r=jdmbors-servo2017-03-211-0/+5
|\
| * support structured cloning for BlobGregory Terzian2017-03-221-0/+5
* | Remove support for Blob::{close, isClosed}Charles Vandevoorde2017-02-281-25/+1
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-6/+6
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+2
* Make dom::blob::read_file take a &GlobalScopeAnthony Ramine2016-10-061-5/+4
* Introduce GlobalScope::resource_threadsAnthony Ramine2016-10-061-3/+3
* Introduce GlobalScope::get_urlAnthony Ramine2016-10-061-10/+6
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-4/+6
* Refactored a couple of files from codeStyle to code_style.Arthur Marble2016-09-171-2/+2
* Refactor isClosed_ to is_closed and relativeContentType to relative_content_t...Arthur Marble2016-09-171-7/+7
* Replace typeString with type_string.Arthur Marble2016-09-171-5/+5
* Reorder `use` statementsUK9922016-09-091-2/+2
* Burn SelectedFileId in fireZhen Zhang2016-08-221-15/+12
* Auto merge of #12897 - izgzhen:improve-file-api-comments, r=Manishearthbors-servo2016-08-171-7/+9
|\
| * Improve File API related commentsZhen Zhang2016-08-171-7/+9
* | Improve Blob.Size() speed by avoid reading contentZhen Zhang2016-08-161-5/+6
|/
* Add cancellability to file manager load and related refactoringZhen Zhang2016-08-021-11/+14
* Auto merge of #12579 - izgzhen:fix-fileapi-ref, r=Manishearthbors-servo2016-08-021-61/+79
|\
| * Fix FileAPI's refcount implementationZhen Zhang2016-07-251-61/+79
* | Chunked ReadFile from file managerZhen Zhang2016-07-251-4/+16
|/
* Patches of File APIZhen Zhang2016-07-211-3/+4
* Auto merge of #12400 - izgzhen:fix-type-string, r=Manishearthbors-servo2016-07-181-25/+19
|\
| * Fix Blob type-stringZhen Zhang2016-07-131-25/+19
* | Put Blob URL onlineZhen Zhang2016-07-151-22/+22
|/
* Refactor FileAPI implementationZhen Zhang2016-07-131-26/+44
* Add FileID validity setting/checking logic to Blob URL implementationZhen Zhang2016-07-111-12/+50
* Remove DataSlice, fix #12249Zhen Zhang2016-07-051-91/+26
* Integration and improvements of File API backendsZhen Zhang2016-07-041-48/+158
* Update Blob::{new, new_inherited} to take StringsAchal Shah2016-06-171-6/+5
* Add unit testing to file manager; Replace uuid by stringified version in File...Zhen Zhang2016-06-101-5/+4
* Add file backend support for Blob and relatedZhen Zhang2016-06-011-25/+109
* Remove empty lines following braces.Josh Matthews2016-05-271-3/+0
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Implement missing interfaces of File DOM objectZhen Zhang2016-05-111-17/+18
* Rewrite Blob constructor interfaceZhen Zhang2016-05-101-37/+41
* Fixes related to file input and File APIZhen Zhang2016-05-021-0/+4
* updated Blob constructor to use optional, fixes https://github.com/servo/serv...Yoav Alon2016-04-221-21/+20
* Use num-traits in script.Ms2ger2016-04-201-1/+1
* Implementation of Blob Constructor with test changesSt.Spyder2016-03-171-3/+19
* Convert directly from DOMString to Vec<u8>Saurav Sachidanand2016-03-111-3/+1
* Add global default method for Reflectable traitChad Kimes2016-01-111-3/+3