RESOLVED FIXED 51353
Need to support serialisation of cyclic graphs in the internal structured cloning algorithm
https://bugs.webkit.org/show_bug.cgi?id=51353
Summary Need to support serialisation of cyclic graphs in the internal structured clo...
Oliver Hunt
Reported 2010-12-20 13:47:47 PST
Need to support serialisation of cyclic graphs in the internal structured cloning algorithm
Attachments
Patch (15.24 KB, patch)
2010-12-20 14:26 PST, Oliver Hunt
darin: review+
Oliver Hunt
Comment 1 2010-12-20 14:26:32 PST
Darin Adler
Comment 2 2010-12-20 14:28:20 PST
Comment on attachment 77035 [details] Patch 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?
Oliver Hunt
Comment 3 2010-12-20 14:41:05 PST
Note You need to log in before you can comment on or make changes to this bug.