aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/blob.rs
Commit message (Expand)AuthorAgeFilesLines
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-5/+11
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-4/+4
* clippy: Fix let_and_return warnings (#31964)Oluwatobi Sofela2024-04-011-2/+1
* fixed various clippy warnings (#31954)Rosemary Ajayi2024-03-311-1/+1
* clippy: Fix a few clippy problems in `components/scripts/dom` (#31905)Rosemary Ajayi2024-03-281-3/+3
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy: Fix clone-on-copy warnings (#31877)Oluwatobi Sofela2024-03-261-7/+6
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-12/+14
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-2/+7
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+9
* Remove unused argument from AlreadyInRealm::assert.Josh Matthews2023-05-201-2/+2
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+2
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-7/+15
* Update wpt-tests metadataUtsav Oza2020-05-191-1/+0
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-1/+0
* Implement Blob methods (text/arraybuffer) and async file read methodKunal Mohan2020-01-281-0/+58
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Add lint check for `&DomRoot<T>`lberrymage2019-12-211-2/+2
* re-structure blob, structured serializationGregory Terzian2019-12-111-276/+102
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Don't panic if file manager thread is unreachable when cleaning up Blobs.Josh Matthews2019-07-291-1/+1
* create uuid before sending PromoteMemory messageRussell Cousineau2019-03-181-15/+9
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-57/+79
* Implements profiler for blocked recvNakul Jindal2018-03-221-6/+6
* Blobs support typed arrays nowChristian Poveda2018-03-211-8/+16
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-7/+7
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* 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