servo/components/script/dom/bindings
bors-servo 7be9f0e7c4 Auto merge of #15519 - gterzian:implement_structuredclone_callbacks, r=jdm
implement structured clone callbacks - support Blob cloning

<!-- Please describe your changes on the following line: -->
1. Implement stubs for structured clone callbacks.
2. Support Blob cloning.

Partial implementation of https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #15021 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15519)
<!-- Reviewable:end -->
2017-03-21 21:17:25 -07:00
..
codegen Auto merge of #15659 - gregkatz:eliminate_transmute_find_enum, r=Ms2ger 2017-02-21 04:28:32 -08:00
callback.rs removing mutHeapJs references 2017-03-07 17:37:44 +08:00
cell.rs Introduce PendingScript 2017-01-11 17:37:19 +01:00
constant.rs Remove and allow some dead code. 2016-12-22 16:06:22 +01:00
conversions.rs The ArrayBufferViewContents trait was removed 2017-02-19 21:01:56 +03:00
error.rs Don't return early from report_pending_exception() if the value is an unexpected object. 2016-11-27 10:27:11 +01:00
guard.rs Removed util. 2016-12-14 18:04:37 -06:00
inheritance.rs Rename Reflectable to DomObject. 2016-12-08 08:50:35 -10:00
interface.rs Update js, AGAIN 2016-11-27 12:19:19 +01:00
iterable.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
js.rs removing mutHeapJs references 2017-03-07 17:37:44 +08:00
mod.rs Implement the entry global. 2017-01-06 12:56:35 +01:00
mozmap.rs Implement JSTraceable for more types. 2017-02-16 11:03:22 +01:00
namespace.rs Implement WebIDL namespaces 2016-09-08 11:01:34 +02:00
num.rs Use heapsize_derive instead of heapsize_plugin 2016-11-03 01:10:32 +01:00
proxyhandler.rs Make {get,ensure}_expando_object unsafe. 2017-02-07 11:44:38 +01:00
refcounted.rs Rename Reflectable to DomObject. 2016-12-08 08:50:35 -10:00
reflector.rs Replace inheritance_integrity by trait shenanigans 2017-02-15 22:11:20 +01:00
settings_stack.rs Perform a microtask checkpoint after executing classic scripts and callbacks. 2017-02-01 12:54:33 -05:00
str.rs ext. filtering for lang matching 2017-03-07 10:20:16 +08:00
structuredclone.rs support structured cloning for Blob 2017-03-22 09:52:35 +08:00
trace.rs Move all PropertyDeclarationBlock from RwLock<_> to Locked<_> 2017-03-19 22:30:38 +01:00
utils.rs Eliminate a mem::transmute in CodeGen 2017-02-20 12:24:45 -05:00
weakref.rs squash: convert less interesting debug! logs to traces 2017-01-18 22:21:41 -07:00
xmlname.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00