Bug 30483 - Web Inspector: Always show the Local and Session Storage views
Summary: Web Inspector: Always show the Local and Session Storage views
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords:
Depends on:
Blocks: 116924
  Show dependency treegraph
 
Reported: 2009-10-17 13:51 PDT by Timothy Hatcher
Modified: 2013-06-03 07:54 PDT (History)
6 users (show)

See Also:


Attachments
Always Show Datagrid (38.40 KB, patch)
2009-10-29 11:02 PDT, Brian Weinstein
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2009-10-17 13:51:43 PDT
We should always show the local and session storage items in the Storage panel. They should also have an empty datagrid so you can insert new values from the UI without havign to poke it with the console first.
Comment 1 Brian Weinstein 2009-10-29 00:49:31 PDT
This is tricky because they are not added into the Web Inspector until they are accessed (if a script calls localStorage, or someone types something in the Console, and it tries to autocomplete to localStorage. I am not sure the best way to solve this, but would be open to suggestions. One thing that should be more straightforward, and I will work on is showing an empty datagrid instead of a "This Storage is Empty" view, since local and session storage are now R/W from the inspector.
Comment 2 Brian Weinstein 2009-10-29 11:02:18 PDT
Created attachment 42113 [details]
Always Show Datagrid
Comment 3 Brian Weinstein 2009-10-29 11:16:43 PDT
Part 1 landed in http://trac.webkit.org/changeset/50287.
Comment 4 Brian Weinstein 2009-10-29 11:17:06 PDT
Comment on attachment 42113 [details]
Always Show Datagrid

Landed, clearing review flag.
Comment 5 Rob Colburn 2012-06-11 10:03:42 PDT
Old bug.  What's the status here Brian?
Comment 6 Roland Takacs 2013-05-29 00:50:56 PDT
It works correctly at me.
I will close the bug if noone would mind.