Closed
Bug 1363006
Opened 8 years ago
Closed 8 years ago
Make it possible to add local and session storage entries to the storage inspector
Categories
(DevTools :: Storage Inspector, enhancement, P2)
Tracking
(firefox55 fixed)
RESOLVED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: miker, Assigned: miker)
References
Details
(Whiteboard: [todo-mr])
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1363005 +++
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → mratcliffe
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8867172 [details]
Bug 1363006 - Make it possible to add local and session storage entries to the storage inspector
https://reviewboard.mozilla.org/r/138768/#review142422
::: devtools/server/actors/storage.js:1144
(Diff revision 1)
> + addItem: Task.async(function* (guid, host) {
> + let storage = this.hostVsStores.get(host);
> + if (!storage) {
> + return;
> + }
> + storage.setItem(guid, "value");
Can we move this default new value to a const at the top of the file please?
Attachment #8867172 -
Flags: review?(pbrosset) → review+
Comment hidden (mozreview-request) |
Pushed by mratcliffe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/819be40d9304
Make it possible to add local and session storage entries to the storage inspector r=pbro
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•