[Webkit-unassigned] [Bug 97471] Web Inspector: Cookie info in Network Resources Cookies tab shows "Invalid Date"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 06:18:50 PDT 2012


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


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |




--- Comment #5 from Yury Semikhatsky <yurys at chromium.org>  2012-09-26 06:19:17 PST ---
Reopening since the changed was rolled out in http://trac.webkit.org/changeset/129628 as it caused an exception in WebInspector.CookiesTable._createGridNode:

Uncaught TypeError: Property 'expires' of object #<Object> is not a function CookiesTable.js:205
WebInspector.CookiesTable._createGridNode CookiesTable.js:205
WebInspector.CookiesTable._populateNode CookiesTable.js:138
WebInspector.CookiesTable._rebuildTable CookiesTable.js:121
WebInspector.CookiesTable.setCookies CookiesTable.js:92
WebInspector.CookieItemsView._updateWithCookies CookieItemsView.js:93
mycallback CookieItemsView.js:216
InspectorBackendClass.dispatch InspectorBackend.js:186


cookie object in the failing method comes from protocol and doesn't have 'expires' method.

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