aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/blob.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-2/+2
* Refactor common boilerplate out of serialize/transfer implementations (#35831)Josh Matthews2025-03-151-45/+38
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* script: Implement `Blob::bytes()` (#35151)Kousuke Takaki2025-02-271-0/+44
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-3/+3
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-2/+4
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-221-1/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-9/+9
* ReadableStream: remove the use of get_js_stream and use DomRoot<ReadableStrea...Taym Haddadi2025-01-051-6/+4
* Split StructuredCloneHolder into Reader and Writer structs (#34792)webbeef2024-12-301-19/+8
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Propagate CanGc when interacting with readable streams. (#33975)Josh Matthews2024-10-231-4/+4
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-4/+4
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-1/+2
* CanGc fixes starting from blob.rs, mediastream.rs, custom_event.rs (#33820)chickenleaf2024-10-121-1/+2
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-4/+4
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-23/+23
* 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