[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 21:50:58 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28269
--- Comment #9 from Joseph Pecoraro <joepeck02 at gmail.com> 2009-08-13 21:50:58 PDT ---
(In reply to comment #7)
> > This does seem expensive for the case when it is implemented, sicne you get the
> > cookie array twice. Maybe you can store the cookies here for use later. Or
> > delate this until the first update is done?
Didn't do this. The extra check can be removed once other ports implement it
and the fallback behavior is not needed.
> > Maybe we can remove WebInspector.Cookie and just make inline objects to fake a
> > cookie.
Done.
> > Convert cookieName once to NSString * before the loop. Then do:
> >
> > if ([[cookie name] isEqualToString:cookieNameString])
Done.
--
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