aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/filereader.rs
Commit message (Expand)AuthorAgeFilesLines
* Update ProgressEvent to use doubles (#36487)Sebastian C10 days1-2/+3
* Use stream in file read operation (#35969)Gregory Terzian2025-03-161-37/+98
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-2/+2
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-21/+25
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-15/+10
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-8/+14
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-3/+35
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-1/+1
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-12/+15
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-9/+9
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-4/+9
* Clippy: Fix the error of variants having the same prefix. (#31953)Aarya Khandelwal2024-04-051-9/+9
* clippy: Fix a few problems in `components/script/dom` (#31955)Rosemary Ajayi2024-03-311-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-12/+13
* bump base64 from 0.10 to 0.21 (#29804)Tuna2023-08-021-2/+2
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+4
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-5/+6
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* rename compartment to realmKunal Mohan2020-01-241-1/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* remove unnecessary thread in filereader, add stream TODOGregory Terzian2019-12-101-44/+25
* 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