aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/filereader.rs
Commit message (Expand)AuthorAgeFilesLines
* don't send progress event for empty blobSiddhartha Mishra2019-10-101-2/+4
* FileReader.read sets `result` to null before performing read operationMicah Tigley2019-09-301-2/+5
* Remove some usage of unsafe code in FileReadermarmeladema2019-08-091-8/+6
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-1/+1
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-2/+5
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-2/+2
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-3/+2
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-1/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-3/+5
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-20/+20
* Update hyper to 0.12Bastien Orivel2018-11-011-6/+5
* Format script componentchansuke2018-09-191-2/+1
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-2/+2
* Implement read methods on FileReaderSyncJonas Reinwald2018-06-041-69/+139
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-1/+2
* Replace rust-encoding with encoding-rsSimon Sapin2017-11-011-8/+6
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-5/+5
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-6/+6
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Remove almost all uses of Heap::new.Josh Matthews2017-09-251-2/+3
* Be more conservative about safety of dictionary and union values.Josh Matthews2017-09-251-1/+3
* Introduce TaskOnceAnthony Ramine2017-09-201-3/+3
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Remove FileReadingRunnableAnthony Ramine2017-09-161-7/+7
* Rename Runnable to TaskAnthony Ramine2017-09-161-12/+21
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* order derivable traits listsClément DAVID2017-08-231-3/+3
* Replace use of rustc_serialize::base64 by base64Anthony Ramine2017-03-261-8/+2
* Remove support for Blob::{close, isClosed}Charles Vandevoorde2017-02-281-11/+2
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Use Heap for dictionary and union members.Ms2ger2017-02-161-1/+1
* Update js.Ms2ger2017-02-151-2/+2
* Use an ArrayBuffer to implement readAsArrayBuffer.Ms2ger2017-01-191-2/+2
* Removed util.Alan Jeffrey2016-12-141-3/+4
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-4/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Update js.Ms2ger2016-11-021-1/+1
* Implemented FileReader::readAsArrayBufferNikhil Shagrithaya2016-11-011-15/+59
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-5/+5
* Remove Reflectable::globalAnthony Ramine2016-10-061-0/+1
* Introduce GlobalScope::file_reading_task_sourceAnthony Ramine2016-10-061-3/+4