aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/body.rs
Commit message (Expand)AuthorAgeFilesLines
* Consistently use `Dom` in native promise handlers (#34167)tanishka2024-11-071-5/+8
* Replace CanGC note calls with arguments passed by callers (#33978)Wulan Seruniati Salim2024-10-231-1/+1
* Propagate CanGc when interacting with readable streams. (#33975)Josh Matthews2024-10-231-19/+19
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-4/+4
* Replace CanGc::note() with arguments passed by callers (#33917)Wulan Seruniati Salim2024-10-201-2/+3
* Various CanGc fixes in 8 files (#33893)chickenleaf2024-10-181-3/+9
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-7/+6
* CanGc fixes in components/script/dom (#33880)tanishka2024-10-171-1/+1
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-9/+12
* clippy: Fix let_and_return warnings (#31964)Oluwatobi Sofela2024-04-011-4/+1
* clippy: remove unneeded return statements (#31923)Azhar Ismagulova2024-03-281-1/+1
* clippy: Fix clone-on-copy warnings (#31877)Oluwatobi Sofela2024-03-261-5/+5
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-6/+6
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-24/+19
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+4
* Fix formatting.Josh Matthews2023-05-201-2/+1
* Remove unused argument from AlreadyInRealm::assert.Josh Matthews2023-05-201-2/+1
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-1/+1
* fix streaming request bodies, terminate fetch if the body stream errorsGregory Terzian2020-06-161-42/+85
* Avoid sending a new chunk when the body is already doneCYBAI2020-06-131-3/+30
* partially integrate streaming request bodies with http re-directGregory Terzian2020-06-041-18/+85
* bypass SM for in-memory streams in request bodies, dis-allow other cases in s...Gregory Terzian2020-06-041-0/+18
* require entered realm, use aes, to append native promise handlerGregory Terzian2020-06-041-13/+14
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-47/+583
* Implement Blob methods (text/arraybuffer) and async file read methodKunal Mohan2020-01-281-1/+1
* rename compartment to realmKunal Mohan2020-01-241-6/+4
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-1/+1
* re-structure blob, structured serializationGregory Terzian2019-12-111-2/+6
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-15/+17
* Pass InCompartment by valueAron Zwaan2019-04-251-1/+1
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-2/+6
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-1/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format remaining filesPyfisch2018-11-061-2/+3
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Update hyper to 0.12Bastien Orivel2018-11-011-17/+16
* Format script componentchansuke2018-09-191-33/+48
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-2/+2
* Assert that we successfully got the pending exceptionYusuf Simonson2018-03-281-1/+1
* Reordered imports to pass tidyYusuf Simonson2018-03-271-2/+2
* Properly rethrow any exceptions from parsing JSON in Body mixin's `Json()`Yusuf Simonson2018-03-271-3/+8
* refactor(consume_body): json stored in roottraceableboxOJ Kwon2018-03-241-2/+3
* feat(consume_body): implement consume_body accepts arraybufferOJ Kwon2018-03-241-0/+21
* feat(webidl): expose arraybuffer overload in body idlOJ Kwon2018-03-231-1/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1