Bug 28620 - Inspector: Rename "Databases" Panel as "Storage"
Summary: Inspector: Rename "Databases" Panel as "Storage"
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-21 12:28 PDT by Joseph Pecoraro
Modified: 2009-08-21 13:41 PDT (History)
3 users (show)

See Also:


Attachments
[PATCH] Rename "Databases" Panel as "Storage" (80.62 KB, patch)
2009-08-21 13:13 PDT, Joseph Pecoraro
timothy: review+
Details | Formatted Diff | Diff

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