gecko-dev/devtools/client
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
..
aboutdebugging Bug 1620467 - Part 4: Change internal uses of -moz-appearance to appearance and -moz-default-appearance. r=emilio,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,ntim,agi,miketaylr 2020-07-16 22:04:14 +00:00
accessibility Bug 1620467 - Part 4: Change internal uses of -moz-appearance to appearance and -moz-default-appearance. r=emilio,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,ntim,agi,miketaylr 2020-07-16 22:04:14 +00:00
application Bug 1639605 - Part 2: Add a new ManifestUrlItem component to show manifest URLs correctly in RTL mode r=jdescottes 2020-07-24 13:25:44 +00:00
bin Bug 1628599 - Fixing all links pointing to docs.firefox-dev.tools r=Honza,remote-protocol-reviewers,perftest-reviewers,maja_zf,davehunt 2020-06-01 10:58:38 +00:00
debugger Bug 1652440 - adjust devtools to work with object.is() instead of ==. r=rcaliman,jdescottes 2020-07-22 14:53:16 +00:00
dom Bug 1652440 - adjust devtools to work with object.is() instead of ==. r=rcaliman,jdescottes 2020-07-22 14:53:16 +00:00
framework Bug 1652440 - adjust devtools to work with object.is() instead of ==. r=rcaliman,jdescottes 2020-07-22 14:53:16 +00:00
fronts Bug 1654762 - Use traits to detect DevTools storage actor supported methods r=nchevobbe,davidwalsh 2020-07-24 18:07:14 +00:00
inspector Bug 1652440 - adjust devtools to work with object.is() instead of ==. r=rcaliman,jdescottes 2020-07-22 14:53:16 +00:00
jsonview 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
locales Bug 1651630 - Part 2: Hide the debug button instead of disabling it r=jdescottes,fluent-reviewers 2020-07-16 13:41:24 +00:00
memory Bug 1649910 - Emit "switched-target" only after we fully attached to the new target. r=jdescottes 2020-07-13 14:03:24 +00:00
netmonitor Bug 1652440 - adjust devtools to work with object.is() instead of ==. r=rcaliman,jdescottes 2020-07-22 14:53:16 +00:00
performance Bug 1652440 - adjust devtools to work with object.is() instead of ==. r=rcaliman,jdescottes 2020-07-22 14:53:16 +00:00
performance-new Bug 1653181 - Enable Audio Callback Tracing in Media preset - r=canaltinova 2020-07-17 11:22:36 +00:00
preferences Bug 1603190 - Enable windowless-service-workers in Nightly r=jlast,Honza 2020-04-23 15:09:56 +00:00
responsive Bug 1620467 - Part 4: Change internal uses of -moz-appearance to appearance and -moz-default-appearance. r=emilio,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,ntim,agi,miketaylr 2020-07-16 22:04:14 +00:00
shared Bug 1531944 - Remove unused devtools/client/shared/sourceeditor/debugger.js. r=nchevobbe 2020-07-24 10:19:41 +00:00
storage Bug 1654762 - Wait for store-objects-updated event in Storage Inspector init r=nchevobbe 2020-07-24 11:37:31 +00:00
styleeditor Bug 1576459 - Set browser_styleeditor_bug_740541_iframes.js as passing with fission. r=gl DONTBUILD 2020-07-15 14:18:57 +00:00
themes Bug 1650901 - Vertically center the `open-inspector` button in the Layout panel r=nchevobbe 2020-07-20 15:06:47 +00:00
webconsole Bug 1654556 - Update webconsole tests to not produce cookie same-siteness rejection warnings and thus not fail, r=nhnt11 2020-07-23 14:50:19 +00:00
whats-new Bug 1646983 - Updated DevTools What's New for 79 and new CTA. r=victoria,Honza 2020-07-16 19:55:00 +00:00
.eslintrc.js
constants.js
definitions.js Bug 1650453 - Remove rejected words violations in devtools source code files r=nchevobbe 2020-07-07 17:10:13 +00:00
devtools-client.js Bug 1623283 - Rename Pool#actor into getActorByID. r=jdescottes. 2020-07-02 15:07:12 +00:00
devtools-fission-prefs.js Bug 1654010 - Add a reset button to devtools fission preferences popup r=nchevobbe 2020-07-21 08:49:42 +00:00
jar.mn Bug 1639605 - Part 2: Add a new ManifestUrlItem component to show manifest URLs correctly in RTL mode r=jdescottes 2020-07-24 13:25:44 +00:00
menus.js Bug 1649736 - Remove backwards compatibility checks for responsiveActor.setElementPickerState(). r=mtigley 2020-07-02 22:44:36 +00:00
moz.build