RESOLVED FIXED 104893
Web Inspector: Network: Sorting cookies by size is broken.
https://bugs.webkit.org/show_bug.cgi?id=104893
Summary Web Inspector: Network: Sorting cookies by size is broken.
Eugene Klyuchnikov
Reported 2012-12-13 01:58:44 PST
Steps to reproduce the problem: 1. In devtools, open a network request with some request cookies. 2. click on header of the size column to sort by size What is the expected behavior? The cookies should be sorted by size. What went wrong? A couple of the cookies bounce around when the column is clicked, but they are definitely not sorted. Original issue: http://code.google.com/p/chromium/issues/detail?id=165571
Attachments
Patch (17.68 KB, patch)
2012-12-13 02:35 PST, Eugene Klyuchnikov
no flags
Patch (17.68 KB, patch)
2012-12-13 03:32 PST, Eugene Klyuchnikov
no flags
Eugene Klyuchnikov
Comment 1 2012-12-13 02:35:07 PST
Alexander Pavlov (apavlov)
Comment 2 2012-12-13 03:13:03 PST
Comment on attachment 179236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=179236&action=review > Source/WebCore/ChangeLog:8 > + Problem: cookie "size" is not a field now; its value is accesible accessible > Source/WebCore/ChangeLog:11 > + Solution: make cookie fields uniformly accesible (add getters for name, ditto
Eugene Klyuchnikov
Comment 3 2012-12-13 03:32:09 PST
Comment on attachment 179236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=179236&action=review >> Source/WebCore/ChangeLog:8 >> + Problem: cookie "size" is not a field now; its value is accesible > > accessible Done. >> Source/WebCore/ChangeLog:11 >> + Solution: make cookie fields uniformly accesible (add getters for name, > > ditto Fixed.
Eugene Klyuchnikov
Comment 4 2012-12-13 03:32:53 PST
WebKit Review Bot
Comment 5 2012-12-13 05:06:31 PST
Comment on attachment 179244 [details] Patch Clearing flags on attachment: 179244 Committed r137585: <http://trac.webkit.org/changeset/137585>
WebKit Review Bot
Comment 6 2012-12-13 05:06:36 PST
All reviewed patches have been landed. Closing bug.
Beth Dakin
Comment 7 2012-12-13 16:48:37 PST
This change caused http/tests/inspector/resource-main-cookies.php to start failing on the Mac. Can you please tell me if this test is now broken or if it needs updated results? http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK1%20(Tests)/r137585%20(4718)/http/tests/inspector/resource-main-cookies-pretty-diff.html
Beth Dakin
Comment 8 2012-12-13 17:06:16 PST
(In reply to comment #7) > This change caused http/tests/inspector/resource-main-cookies.php to start failing on the Mac. Can you please tell me if this test is now broken or if it needs updated results? > > http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK1%20(Tests)/r137585%20(4718)/http/tests/inspector/resource-main-cookies-pretty-diff.html I filed https://bugs.webkit.org/show_bug.cgi?id=104977
Note You need to log in before you can comment on or make changes to this bug.