Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Refactor structured clone into serialize/deserialize steps #2421

Merged
merged 40 commits into from
Mar 20, 2017
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
d580c82
Add StructuredSerialize()
domenic Mar 7, 2017
5c27fd4
Re-do the model for platform objects
domenic Mar 7, 2017
37e5659
Change variable names from (input, output) to (value, serialized)
domenic Mar 7, 2017
e004ea3
Deserialize done now
domenic Mar 7, 2017
e208bce
OK, transfer/receivetransfer done
domenic Mar 8, 2017
eb13657
OK, I finally replaced StructuredClone
domenic Mar 8, 2017
2e2ec4a
Fix link error
domenic Mar 8, 2017
daab858
Use IDL [Serializable] and [Transferable] instead of type strings
domenic Mar 8, 2017
63ef273
Fix nits
domenic Mar 8, 2017
9ae5d5e
Don't use "let" to declare variables inside an "if" scope
domenic Mar 8, 2017
007a22b
OffscreenCanvas transfer updated
domenic Mar 8, 2017
6ab096e
ImageBitmap clone and transfer updated
domenic Mar 8, 2017
fe559d1
Copy ArrayBuffers at serialization time
domenic Mar 9, 2017
f4edf17
Genericize detached-checking
domenic Mar 9, 2017
d11aedf
Move MessagePort's [[Transfer]]() to transfer steps
domenic Mar 9, 2017
200cae6
Update File API monkeypatch; a few normative fixes
domenic Mar 9, 2017
47fb170
Define serialization for File, not just Blob
domenic Mar 9, 2017
e65cb80
Update ImageData [[Clone]]() -> (de)serialization steps
domenic Mar 9, 2017
a861483
Delete most of the old stuff
domenic Mar 9, 2017
ccdd204
Update "using from other specifications" with some usage guidance
domenic Mar 9, 2017
7cd1607
Add missing link
domenic Mar 9, 2017
76b63d6
Fix validation error/bad ID
domenic Mar 9, 2017
f3c2bbc
Update for latest code review
domenic Mar 14, 2017
1dd72af
Fix MessagePort and usage site of StructuredCloneWithTransfer
domenic Mar 14, 2017
8fba594
Make StructuredDeserializeWithTransfer usage a little simpler
domenic Mar 14, 2017
b6a1fe7
Inline IsTransferable
domenic Mar 14, 2017
c4db175
Inline StructuredTransfer
domenic Mar 14, 2017
24d8dd1
Inline StructuredReceiveTransfer; remove out of place note about allo…
domenic Mar 14, 2017
66c146a
Minor tweaks, mostly to notes around _memory_
domenic Mar 14, 2017
1a726a2
Update history.state to use serialize/deserialize
domenic Mar 14, 2017
bbaa65b
Update BroadcastChannel to use serialize/deserialize
domenic Mar 14, 2017
60ecdf8
Add explicit asserts that you can't deserialize a transfer twice
domenic Mar 14, 2017
84f4ddc
Fix link error
domenic Mar 14, 2017
4e8bea0
Remove StructuredClone
domenic Mar 15, 2017
3b89876
Fix IsTransferable inlining
domenic Mar 15, 2017
e3edc1d
Fix portMessage event vs. task reference
domenic Mar 15, 2017
169fdc3
Fix URL StructuredSerialize reference
domenic Mar 15, 2017
0be172f
Remove redundant word
domenic Mar 15, 2017
070631b
Fix nits found
domenic Mar 16, 2017
02c5ca4
Move Serializable annotation to the correct interface
annevk Mar 17, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading