Closed
Bug 1166921
Opened 10 years ago
Closed 10 years ago
Support storage inspector stores-cleared event
Categories
(DevTools :: Storage Inspector, defect)
DevTools
Storage Inspector
Tracking
(firefox43 fixed)
RESOLVED
FIXED
Firefox 43
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | fixed |
People
(Reporter: harth, Assigned: ntim)
References
Details
Attachments
(1 file, 1 obsolete file)
|
2.54 KB,
patch
|
ntim
:
review+
|
Details | Diff | Splinter Review |
The localStorage inspector seems to update when keys are added to localStorage, but not when they're deleted. It would be great to have this to accurately reflect what's in localStorage.
| Assignee | ||
Comment 1•10 years ago
|
||
I can't reproduce (on latest Nightly at least), do you have a testcase ?
Flags: needinfo?(fayearthur)
| Assignee | ||
Comment 2•10 years ago
|
||
Looks like localStorage.clear() isn't supported.
Flags: needinfo?(fayearthur)
| Assignee | ||
Updated•10 years ago
|
Summary: Update localStorage inspector when a key is deleted → Support storage inspector stores-cleared event
| Assignee | ||
Comment 3•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Updated•10 years ago
|
Attachment #8647463 -
Flags: review?(mratcliffe) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
Tests will be added in bug 1195135 since they await the e10s test refactor in bug 1175850.
Keywords: checkin-needed
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 5•10 years ago
|
||
Forgot to remove the event listener on destroy in previous iteration.
Attachment #8647463 -
Attachment is obsolete: true
Attachment #8648527 -
Flags: review+
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•