[Webkit-unassigned] [Bug 28269] Inspector: Improve Cookie DataGrid to Show Hidden Data
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 17 09:44:06 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28269
Pavel Feldman <pfeldman at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pfeldman at chromium.org
--- Comment #16 from Pavel Feldman <pfeldman at chromium.org> 2009-08-17 09:44:05 PDT ---
Sorry for jumping in late. Few comments from my side:
- I don't see why JSValue JSInspectorBackend::deleteCookie needs to be custom.
It can be generated.
- JSValue JSInspectorBackend::cookies can also be implemented in
InspectorBackend and only have custom accessors (see
InspectorBackend::highlight). Otherwise produces too much duplicated code.
- InspectorController.cookies() should not be called synchronously from the
frontend. It is actually not clear how it relates to
InjectedScript.getCookies() that is asynchronous. Should latter call into it?
--
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