Bug 140813 - Web Inspector: Object Previews in Indexed DB tables
Summary: Web Inspector: Object Previews in Indexed DB tables
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-22 21:05 PST by Joseph Pecoraro
Modified: 2015-03-16 21:42 PDT (History)
7 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (9.73 KB, patch)
2015-03-16 15:36 PDT, Joseph Pecoraro
timothy: review+
Details | Formatted Diff | Diff
[IMAGE] UI - What it looks like (123.22 KB, image/png)
2015-03-16 15:37 PDT, Joseph Pecoraro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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