RESOLVED FIXED 28620
Inspector: Rename "Databases" Panel as "Storage"
https://bugs.webkit.org/show_bug.cgi?id=28620
Summary Inspector: Rename "Databases" Panel as "Storage"
Joseph Pecoraro
Reported 2009-08-21 12:28:28 PDT
"Storage" is more appropriate then "Databases" due to the ability to view localStorage, sessionStorage, and cookies.
Attachments
[PATCH] Rename "Databases" Panel as "Storage" (80.62 KB, patch)
2009-08-21 13:13 PDT, Joseph Pecoraro
timothy: review+
Joseph Pecoraro
Comment 1 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.
Timothy Hatcher
Comment 2 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.
Joseph Pecoraro
Comment 3 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
Note You need to log in before you can comment on or make changes to this bug.