RESOLVED FIXED 34646
Web Inspector: simplify cookies view, introduce DataGrid::autoSizeColumns.
https://bugs.webkit.org/show_bug.cgi?id=34646
Summary Web Inspector: simplify cookies view, introduce DataGrid::autoSizeColumns.
Pavel Feldman
Reported 2010-02-05 06:01:51 PST
I brushed up CookiesView a bit (fixed sorting to preserve selection, delete to preserve sorting, general code brush up). I noticed fair amount of copypaste logic related to the auto-sizing of columns in DataGrid and fixed that as well.
Attachments
[PATCH] Proposed change. (27.05 KB, patch)
2010-02-05 06:09 PST, Pavel Feldman
no flags
[PATCH] Same with a minor fix for platforms with no raw cookie access. (27.38 KB, patch)
2010-02-05 06:53 PST, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2010-02-05 06:09:50 PST
Created attachment 48228 [details] [PATCH] Proposed change.
Pavel Feldman
Comment 2 2010-02-05 06:53:17 PST
Created attachment 48230 [details] [PATCH] Same with a minor fix for platforms with no raw cookie access.
Pavel Feldman
Comment 3 2010-02-05 11:30:30 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/CookieItemsView.js M WebCore/inspector/front-end/DOMStorageItemsView.js M WebCore/inspector/front-end/DataGrid.js M WebCore/inspector/front-end/DatabaseQueryView.js M WebCore/inspector/front-end/DatabaseTableView.js M WebCore/inspector/front-end/StoragePanel.js Committed r54436
Note You need to log in before you can comment on or make changes to this bug.