aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/structuredclone.rs
Commit message (Expand)AuthorAgeFilesLines
* 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