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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 14:01:42 PDT 2012


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





--- Comment #7 from Andrei Poenaru <poenaru at adobe.com>  2012-08-21 14:01:38 PST ---
(In reply to comment #6)
> So there will be a UI where user would type in the flow name?

I was thinking about dubroy's mockup:
https://bug-90789-attachments.webkit.org/attachment.cgi?id=152749

> I would suggest that you only leave getNamedFlowCollections. That would make front-end listen to created flows, but that is alright. As you mentioned, the traffic and cost of building the payloads is not high for these objects. Leaving only that method would simplify the backend code, reduce the API surface and reduce the overlap. What do you think?

It should be ok to remove the getFlowByName function. The front-end could keep a requested named flow collection in sync with the backend. In this case, the NamedFlowCreated and RegionLayoutUpdate events should send named flows, while NamedFlowRemoved should only send the name of the flow.

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