[Webkit-unassigned] [Bug 91607] Web Inspector: Protocol Extension: add getNamedFlowCollection command

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 08:19:52 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91607





--- Comment #5 from Pavel Feldman <pfeldman at chromium.org>  2012-07-18 08:19:50 PST ---
(From update of attachment 153016)
View in context: https://bugs.webkit.org/attachment.cgi?id=153016&action=review

> Source/WebCore/inspector/InspectorCSSAgent.cpp:794
> +    Document* document = m_domAgent->document();

You are currently getting flows from the main frame only. What if the page uses iframes or frame sets? You probably should pass context node id (from DOMAgent terms) into this method to get the flows for a given document.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list