[Webkit-unassigned] [Bug 28269] Inspector: Improve Cookie DataGrid to Show Hidden Data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 18 11:23:03 PDT 2009


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





--- Comment #22 from Pavel Feldman <pfeldman at chromium.org>  2009-08-18 11:23:00 PDT ---
Sounds good.

>   InspectorBackend.getCookies(callId) // Starting point in IDL
>    -> InspectorController.getCookies(callid) // To get the Document for
> cookiesUrl

You can skip this one and talk to m_domAgent from within InspectorBackend.cpp.
They are friends with InspectorController. It is more of a convention thingy
that declares InspectorController's interface to the frontend.

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