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)

51 Branch
enhancement

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: nobody → mratcliffe
Status: NEW → ASSIGNED
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+
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
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: