gecko-dev/devtools/client/storage
Julian Descottes 89386ea823 Bug 1654762 - Wait for store-objects-updated event in Storage Inspector init r=nchevobbe
Depends on D84689

The test failures are coming from a race condition which became visible with the previous patch in the stack.
The storage inspector head.js waits for an event emitted by the UI when opening the panel.
But now that we don't have to wait for the 4 actorHasMethod calls, the event is emitted before the test can listen for it.

One option is to let onTargetAvailable wait for the event instead, so that the Storage panel is only initialized when the store-objects-updated was fired.
This way, the test harness no longer has to wait for this event.

Differential Revision: https://phabricator.services.mozilla.com/D84788
2020-07-24 11:37:31 +00:00
..
test Bug 1654762 - Wait for store-objects-updated event in Storage Inspector init r=nchevobbe 2020-07-24 11:37:31 +00:00
utils Bug 1646945 - Fixed MDN URLs linked to from the storage types. r=jdescottes 2020-06-22 18:03:57 +00:00
VariablesView.jsm
index.xhtml Bug 1652997: Package all devtools css files and load them using the internal chrome: protocol. r=nchevobbe 2020-07-15 16:02:28 +00:00
moz.build Bug 1309824 - Show proper descriptions for storage types. r=jdescottes,fluent-reviewers,flod 2020-05-19 17:24:06 +00:00
panel.js
ui.js Bug 1654762 - Wait for store-objects-updated event in Storage Inspector init r=nchevobbe 2020-07-24 11:37:31 +00:00