aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/structuredclone.rs
Commit message (Expand)AuthorAgeFilesLines
* Update mozjs (SpiderMonkey) to 128.0 (#32769)Samson2024-07-291-0/+1
* script: Impl cloning of JSPrincipals (#32706)Samson2024-07-061-1/+2
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Fix a variety of warnings in components/script/dom (#31894)Ekta Siwach2024-03-291-2/+4
* clippy: remove unneeded return statements (#31923)Azhar Ismagulova2024-03-281-2/+2
* clippy: Fix clone-on-copy warnings (#31877)Oluwatobi Sofela2024-03-261-1/+1
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-261-1/+1
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* removed mutable compile warnings (#31822)sandeep2024-03-221-3/+3
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-3/+3
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+2
* Update mozjs to a version that includes SpiderMonkey ESR 115 (#30379)Samson2023-09-201-2/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-25/+23
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
* Changes for spidermomkey upgrade.Josh Matthews2022-11-231-0/+2
* Update mozjs.Josh Matthews2021-02-181-6/+25
* Update SpiderMonkeyAnthony Ramine2020-03-061-0/+3
* Always pass InRealm to GlobalScope::from_context to avoid getting null globalCYBAI2020-02-161-4/+7
* rename compartment to realmKunal Mohan2020-01-241-1/+1
* Add lint check for `&DomRoot<T>`lberrymage2019-12-211-2/+2
* re-structure blob, structured serializationGregory Terzian2019-12-111-117/+84
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-132/+169
* begin messageport, transferable objects, implKeith Yeung2019-10-191-30/+61
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-1/+1
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-3/+3
* Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-2/+2
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+11
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-7/+7
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Format script componentchansuke2018-09-191-105/+140
* Upgraded to SM 60Alan Jeffrey2018-08-201-17/+45
* use a structured clone holder to store rooted clonesGregory Terzian2018-08-071-5/+14
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-8/+12
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Untry scriptSimon Sapin2017-06-181-1/+1
* Create higher-level APIs for manipulating custom structured clones.alajara2017-05-151-14/+38
* Provide MIME type data for File in formdata::get_fileKeith Yeung2017-04-091-1/+1
* support structured cloning for BlobGregory Terzian2017-03-221-24/+113
* implement stubs for structured clone callbacksGregory Terzian2017-03-051-3/+69
* Make StructuredCloneData::read take a &GlobalScopeAnthony Ramine2016-10-061-3/+3
* make structured clone an enumRahul Sharma2016-09-151-25/+29
* store senders instead of buffering messagesRahul Sharma2016-09-071-5/+9
* Make service workers talk to their serviceworkerglobalscopesRahul Sharma2016-09-071-0/+16
* Update SpiderMonkeyAnthony Ramine2016-05-031-2/+1
* Rustfmt some of script.Ms2ger2015-11-181-9/+17
* Support the updated spidermonkey bindingsMichael Wu2015-10-141-2/+2
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-3/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+2