[Webkit-unassigned] [Bug 93443] Web Inspector: Protocol Extension: Add "regionLayoutUpdate" event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 03:45:25 PDT 2012


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





--- Comment #3 from Andrei Poenaru <poenaru at adobe.com>  2012-08-21 03:46:01 PST ---
(In reply to comment #2)
> (From update of attachment 158311 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=158311&action=review
> 
> > Source/WebCore/inspector/InspectorCSSAgent.cpp:838
> > +    if (!m_namedFlowCollectionsRequested.contains(documentNodeId)) {
> 
> I think m_namedFlowCollectionsRequested is superflous now that you have the more complete m_documentIdToNamedFlowSetMap.

I need a way to verify if the Named Flow Collection has been requested for a given document (to see if the NamedFlowCreated event should be dispatched).
A solution would be to add a NULL pointer to the NamedFlowSet when the Named Flow Collection for some document is sent to the front-end: this  will lead to a NamedFlowSet containing a single element.

-- 
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