Bug 34646 - Web Inspector: simplify cookies view, introduce DataGrid::autoSizeColumns.
Summary: Web Inspector: simplify cookies view, introduce DataGrid::autoSizeColumns.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-05 06:01 PST by Pavel Feldman
Modified: 2010-02-05 11:30 PST (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed change. (27.05 KB, patch)
2010-02-05 06:09 PST, Pavel Feldman
no flags Details | Formatted Diff | Diff
[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+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 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.
Comment 1 Pavel Feldman 2010-02-05 06:09:50 PST
Created attachment 48228 [details]
[PATCH] Proposed change.
Comment 2 Pavel Feldman 2010-02-05 06:53:17 PST
Created attachment 48230 [details]
[PATCH] Same with a minor fix for platforms with no raw cookie access.
Comment 3 Pavel Feldman 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