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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 13 20:39:35 PDT 2009


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





--- Comment #4 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-08-13 20:39:34 PDT ---
C++ NOTES:

  - changed getRawCookies to return a bool, true if implemented, false
otherwise
  - Custom Backend Binding will return jsUndefined if unimplemented
  - added deleteCookie, implemented on mac
  - added v8 stubs to prevent a crash

JavaScript NOTES:

  - if getRawCookies was unimplemented resort to fallback behavior
  - fallback behavior just shows cookies Name/Value, no delete button
  - normal behavior shows Name, Value, Domain, Path, Expires, Size, HTTP,
Secure
  - delete cookie button is allows for _any_ cookie

QUESTIONS:

  - is "HTTP" the best header name
  - should the UI be updated, for instance the Storage Panel's Sidebar
  - the DataGrid seems crowded when undocked, but looks awesome docked

Cheers

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