Bug 28620

Summary: Inspector: Rename "Databases" Panel as "Storage"
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, joepeck, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Rename "Databases" Panel as "Storage" timothy: review+

Description Joseph Pecoraro 2009-08-21 12:28:28 PDT
"Storage" is more appropriate then "Databases" due to the ability to view localStorage, sessionStorage, and cookies.
Comment 1 Joseph Pecoraro 2009-08-21 13:13:30 PDT
Created attachment 38389 [details]
[PATCH] Rename "Databases" Panel as "Storage"

I gave it some good tests.  I didn't run into any problems.  Even "inspect(localStorage)" worked.  I tested remembering the last panel that was open and it works.
Comment 2 Timothy Hatcher 2009-08-21 13:20:38 PDT
Comment on attachment 38389 [details]
[PATCH] Rename "Databases" Panel as "Storage"

A stray console.log.

+                 console.log(panelName);

Remove before landing.
Comment 3 Joseph Pecoraro 2009-08-21 13:41:44 PDT
(In reply to comment #2)
> A stray console.log.
> 
> +                 console.log(panelName);
> 
> Remove before landing.

Done.

---

Landed in r47639 = b31502222828f09e44b4ae0041c1f6cb94d1d78d
http://trac.webkit.org/changeset/47639