[webkit-reviews] review denied: [Bug 107951] Web Inspector: [Canvas] support instrumenting canvases in iframes (backend side) : [Attachment 184972] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 03:02:44 PST 2013


Pavel Feldman <pfeldman at chromium.org> has denied Andrey Adaikin
<aandrey at chromium.org>'s request for review:
Bug 107951: Web Inspector: [Canvas] support instrumenting canvases in iframes
(backend side)
https://bugs.webkit.org/show_bug.cgi?id=107951

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

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=184972&action=review


> Source/WebCore/inspector/InspectorCanvasAgent.cpp:284
>      ScriptProfiler::visitNodeWrappers(&nodeVisitor);

What are you trying to do here? You should not depend on profiler. Do you want
to traverse frame tree and collect all the canvases using querySelectorAll?


More information about the webkit-reviews mailing list