gecko-dev/devtools/client/storage
Luca Greco bf6f8c67db Bug 1578447 - Fix storage panel ui not refreshing on changes to items with string keys parsable as JSON. r=miker
In /devtools/client/storage/ui.js, handleChangedItems and handleDeletedItems should only JSON.parse string keys related to the indexedDB and Cache actors.

The string keys used by all the other storage actors are expected to be a simple string keys, and their valid values include strings that can be successfully parsed as JSON (e.g. "123" or "null" are both valid keys for the storage items related to the localStorage, extensionStorage etc.).

Differential Revision: https://phabricator.services.mozilla.com/D45197

--HG--
extra : moz-landing-system : lando
2019-09-26 12:28:06 +00:00
..
test Bug 1578447 - Fix storage panel ui not refreshing on changes to items with string keys parsable as JSON. r=miker 2019-09-26 12:28:06 +00:00
index.xul Bug 1582786 - Append the devtools theme stylesheet sheet after global.css in document.head if it exists instead of using an XML ProcessingInstruction r=nchevobbe 2019-09-25 18:16:28 +00:00
moz.build Bug 1469872 - update bugzilla products and components in moz.build files: devtools. r=nalexander 2018-06-20 21:34:40 +03:00
panel.js Bug 1568779 - Remove editors settings comments in devtools files. r=pbro. 2019-08-19 12:48:16 +00:00
ui.js Bug 1578447 - Fix storage panel ui not refreshing on changes to items with string keys parsable as JSON. r=miker 2019-09-26 12:28:06 +00:00