Bug 176879 - Web Inspector: Sort by size issues with Cookies and ApplicationCache DataGrids
Summary: Web Inspector: Sort by size issues with Cookies and ApplicationCache DataGrids
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-09-13 16:09 PDT by Joseph Pecoraro
Modified: 2017-09-13 16:46 PDT (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (6.52 KB, patch)
2017-09-13 16:14 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-09-13 16:09:56 PDT
Sort by size issues with Cookies and ApplicationCache DataGrids

Steps to Reproduce: (Cookies)
1. Inspect a page with many cookies
2. Show Storage Tab
3. Select domain
4. Sort by size ascending
  => Works.
5. Reload
  => DataGrid shows sort by size but it isn't sorted by size

Steps to Reproduce: (ApplicationCache)
1. Inspect a page with an AppCache manifest and resources
2. Show Storage Tab
3. Select ApplicationCache manifest
4. Sort by size
  => Does not work

A few minor issues lurking in here.
Comment 1 Joseph Pecoraro 2017-09-13 16:10:06 PDT
<rdar://problem/34237096>
Comment 2 Joseph Pecoraro 2017-09-13 16:14:02 PDT
Created attachment 320705 [details]
[PATCH] Proposed Fix
Comment 3 Matt Baker 2017-09-13 16:17:17 PDT
Comment on attachment 320705 [details]
[PATCH] Proposed Fix

r=me
Comment 4 WebKit Commit Bot 2017-09-13 16:46:47 PDT
Comment on attachment 320705 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 320705

Committed r222001: <http://trac.webkit.org/changeset/222001>
Comment 5 WebKit Commit Bot 2017-09-13 16:46:49 PDT
All reviewed patches have been landed.  Closing bug.