Closed
Bug 741451
Opened 13 years ago
Closed 12 years ago
Create a local storage inspector
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: miker, Unassigned)
Details
Attachments
(1 file)
|
81.08 KB,
patch
|
Details | Diff | Splinter Review |
The inspector should list the following:
- cookies (including session cookies)
- localStorage
- sessionStorage
- IndexedDB
- AppCache
One important point is that the tables displayed should have:
- Sortable columns
- Reorder-able columns
- Hide / show columns
- Double-click to edit a property
- Live view
The attached patch contains the XUL trees necessary for this implementation and a basic cookie / localStorage view. The code for the cookie tree is buggy but live e.g. session cookies disappear when edited. The code for localStorage is not so buggy but is not live as there are no observers at this time.
Comment 1•13 years ago
|
||
Bug triage, filter on PINKISBEAUTIFUL
Component: Developer Tools: Inspector → Developer Tools
| Reporter | ||
Comment 2•12 years ago
|
||
This is so bitrotted that it would be easier to rewrite it from scratch, removing this until we decide to create the panel.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•