Bug 140813

Summary: Web Inspector: Object Previews in Indexed DB tables
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix
timothy: review+
[IMAGE] UI - What it looks like none

Description Joseph Pecoraro 2015-01-22 21:05:43 PST
* SUMMARY
Objects in Indexed DB Tables should have previews. More useful at a glance.

* STEPS TO REPRODUCE
1. Inspect <http://www.html5rocks.com/en/tutorials/indexeddb/todo/>
2. Add a Todo item on the page
3. Select todo table in the Resources sidebar
  => table should show the object with a preview

* NOTES
- Object Previews support to be added in bug 129204
Comment 1 Radar WebKit Bug Importer 2015-01-22 21:06:15 PST
<rdar://problem/19574835>
Comment 2 Joseph Pecoraro 2015-03-16 15:36:53 PDT
Created attachment 248756 [details]
[PATCH] Proposed Fix
Comment 3 Joseph Pecoraro 2015-03-16 15:37:26 PDT
Created attachment 248757 [details]
[IMAGE] UI - What it looks like
Comment 4 Timothy Hatcher 2015-03-16 16:05:41 PDT
Comment on attachment 248756 [details]
[PATCH] Proposed Fix

Should tweak the border color shown between cells when the row is selected. It is too blue now. Maybe hsl(210, 90%, 80%)?
Comment 5 Joseph Pecoraro 2015-03-16 21:42:57 PDT
http://trac.webkit.org/changeset/181613