зеркало из https://github.com/mozilla/gecko-dev.git
89386ea823
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 |
||
---|---|---|
.. | ||
test | ||
utils | ||
VariablesView.jsm | ||
index.xhtml | ||
moz.build | ||
panel.js | ||
ui.js |