aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/structuredclone.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+0
* sort all usesJohann Tuffe2015-08-201-2/+2
* Upgrade to SM 39Michael Wu2015-06-191-8/+7
* auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyukibors-servo2015-01-281-2/+0
|\
| * Require documentation for all code in dom::bindings (excluding dom::bindings:...Ms2ger2015-01-251-2/+0
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-0/+2
|/
* Document structuredclone.rs.Ms2ger2015-01-201-0/+10
* Make StructuredCloneData an opaque struct.Ms2ger2015-01-101-4/+2
* Implement StructuredCloneData::read.Ms2ger2015-01-101-1/+15
* Implement StructuredCloneData::write.Ms2ger2015-01-101-0/+28
* Create a StructuredCloneData struct to encapsulate the result of a structured...Ms2ger2015-01-101-0/+12