Closed Bug 1455071 Opened 6 years ago Closed 6 years ago

Structured clone refactoring

Categories

(Core :: JavaScript Engine, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla61
Tracking Status
firefox61 --- fixed

People

(Reporter: sfink, Assigned: sfink)

Details

Attachments

(6 files)

Structured cloning has weird layering that is getting in the way of some changes I'd like to make.
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Then move JSStructuredCloneWriter's callbacks, callback data, and refsHeld into its SCOutput's JSStructuredCloneData. This removes the loose fields from JSStructuredCloneWriter and allows using move construction to remove a bunch of code.
Comment on attachment 8969015 [details] [diff] [review]
Allow synthetic clone buffers to contain transferables,

Carrying over r=jorendorff on all these patches.
Attachment #8969015 - Flags: review+
Attachment #8969016 - Flags: review+
Attachment #8969017 - Flags: review+
Attachment #8969018 - Flags: review+
Attachment #8969019 - Flags: review+
Attachment #8969020 - Flags: review+
Comment on attachment 8969020 [details] [diff] [review]
Use delegation rather than inheritance for the BufferList in JSStructuredCloneData,

Review of attachment 8969020 [details] [diff] [review]:
-----------------------------------------------------------------

Andrea, this is probably just a rubber stamp, but previously I only asked for (and received) feedback+ on this, so I'd like an r+ before landing. Thanks!
Attachment #8969020 - Flags: review+ → review?(amarchesini)
Attachment #8969020 - Flags: review?(amarchesini) → review+
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/897e368bab8c
Allow synthetic clone buffers to contain transferables, r=jorendorff
https://hg.mozilla.org/integration/mozilla-inbound/rev/9f5ed3cd4d91
Bulk up SCOutput by changing it from storing a bare BufferList to a full JSStructuredCloneData, r=jorendorff
https://hg.mozilla.org/integration/mozilla-inbound/rev/b932696b192a
Remove unused alternate callback option to JSAutoStructuredCloneBuffer::clear, r=jorendorff
https://hg.mozilla.org/integration/mozilla-inbound/rev/c544503c6ae6
Comment the purpose of JSAutoStructuredCloneBuffer, r=jorendorff
https://hg.mozilla.org/integration/mozilla-inbound/rev/544004ece6c4
Remove unused JSAutoStructuredCloneBuffer::copy, r=jorendorff
https://hg.mozilla.org/integration/mozilla-inbound/rev/482a42df57ac
Use delegation rather than inheritance for the BufferList in JSStructuredCloneData, r=jorendorff,r=baku
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/837f9a0480fb
tier 2 bustage followup - s/WriteBytes/AppendBytes/
You need to log in before you can comment on or make changes to this bug.