[Webkit-unassigned] [Bug 80367] [BlackBerry]New feature: support about:cookie for internal build.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 08:08:47 PST 2012


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





--- Comment #2 from Joe Mason <jmason at rim.com>  2012-03-06 08:08:47 PST ---
(From update of attachment 130286)
There's no reason to declare cookieMap outside the for loop, since it's not used again.
You also shouldn't call getAllCookies as well as getAllChildCookies, since getAllChildCookies calls getAllCookies already, so this goes through the top-level map twice.

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