RESOLVED WONTFIX 89691
[chromium] Move WebSerializedScriptValue into Platform and add forwarding header.
https://bugs.webkit.org/show_bug.cgi?id=89691
Summary [chromium] Move WebSerializedScriptValue into Platform and add forwarding hea...
Dave Tu
Reported 2012-06-21 14:51:39 PDT
[chromium] Move WebSerializedScriptValue into Platform and add forwarding header.
Attachments
Patch (10.52 KB, patch)
2012-06-21 14:52 PDT, Dave Tu
abarth: review-
Dave Tu
Comment 1 2012-06-21 14:52:35 PDT
WebKit Review Bot
Comment 2 2012-06-21 14:55:33 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
James Robinson
Comment 3 2012-06-21 14:59:50 PDT
Could you explain the dependency? There don't appear to be any current uses of WebSerializedScriptValue in Platform, are you planning to add one?
Dave Tu
Comment 4 2012-06-21 15:05:41 PDT
(In reply to comment #3) > Could you explain the dependency? There don't appear to be any current uses of WebSerializedScriptValue in Platform, are you planning to add one? Yes, in WebRenderingStats.h in https://bugs.webkit.org/show_bug.cgi?id=88268
Adam Barth
Comment 5 2012-06-21 15:19:14 PDT
Comment on attachment 148891 [details] Patch My initial reaction is that Platform shouldn't know anything about script. Originally I thought it was unavoidable, but it seems avoidable so we should try to avoid it.
Darin Fisher (:fishd, Google)
Comment 6 2012-06-21 21:54:44 PDT
(In reply to comment #5) > (From update of attachment 148891 [details]) > My initial reaction is that Platform shouldn't know anything about script. Originally I thought it was unavoidable, but it seems avoidable so we should try to avoid it. +1
Nat Duca
Comment 7 2012-06-22 01:53:01 PDT
We will manually serialize in chromium, I think. It sounds like our use case in rendering stats is a corner case rather than something commonplace. No worries, and thanks. :)
Note You need to log in before you can comment on or make changes to this bug.