[webkit-reviews] review granted: [Bug 51353] Need to support serialisation of cyclic graphs in the internal structured cloning algorithm : [Attachment 77035] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 20 14:28:20 PST 2010


Darin Adler <darin at apple.com> has granted Oliver Hunt <oliver at apple.com>'s
request for review:
Bug 51353: Need to support serialisation of cyclic graphs in the internal
structured cloning algorithm
https://bugs.webkit.org/show_bug.cgi?id=51353

Attachment 77035: Patch
https://bugs.webkit.org/attachment.cgi?id=77035&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=77035&action=review

> WebCore/bindings/js/SerializedScriptValue.cpp:94
> -static const unsigned int CurrentVersion = 1;
> +static const unsigned int CurrentVersion = 2;

Can we still decode version 1 serialized data? Is there any use of this that is
persistent?


More information about the webkit-reviews mailing list