gecko-dev/devtools/client/webconsole
Nicolas Chevobbe e415614486 Bug 1380512 - Fix intermittent on browser_webconsole_check_stubs_console_api; r=Honza
There was an error because of the console.dir call, which is calling
the server to fetch the properties of the inspected object.
But, since the console.dir call was the last command to be called,
the actor were cleared before the properties fetch call was done,
resulting in an error on the server (no such actor for ID).
To fix this, we wait for the properties fetch call to be done
before closing the tab.

MozReview-Commit-ID: 9bsh3vHVPVa

--HG--
extra : rebase_source : 4e9e40d2811ab8dd69872ba060654f5061aa01c9
2017-08-14 10:30:59 +02:00
..
bin Bug 1359597 - Set up new console with devtools-launchpad;r=Honza 2017-04-26 08:10:04 -07:00
configs Bug 1359597 - Set up new console with devtools-launchpad;r=Honza 2017-04-26 08:10:04 -07:00
local-dev Bug 1388368 - Fix the Console panel in Launchpad; r=nchevobbe 2017-08-10 10:00:35 +02:00
net Bug 1387123 - Replace all usages of require(promise).defer by require(devtools/shared/defer).defer. r=tromey 2017-08-08 15:24:04 +02:00
new-console-output Bug 1380512 - Fix intermittent on browser_webconsole_check_stubs_console_api; r=Honza 2017-08-14 10:30:59 +02:00
test Bug 1388552 - Save Browser Console state in session store;r=mikedeboer,nchevobbe 2017-08-11 09:16:59 -07:00
.babelrc Bug 1385791 - Babel support for async func; r=nchevobbe 2017-08-11 17:10:54 +02:00
console-commands.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
console-output.js Bug 1387123 - Replace all usages of require(promise).defer by require(devtools/shared/defer).defer. r=tromey 2017-08-08 15:24:04 +02:00
hudservice.js Bug 1388552 - Save Browser Console state in session store;r=mikedeboer,nchevobbe 2017-08-11 09:16:59 -07:00
jsterm.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
moz.build Backed out changeset 227ff88b9848 (bug 1326937) for timing out in browser_ext_devtools_inspectedWindow_eval_bindings.js. r=backout on A CLOSED TREE 2017-07-17 20:48:25 +02:00
new-webconsole.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
package.json Bug 1385791 - Babel support for async func; r=nchevobbe 2017-08-11 17:10:54 +02:00
panel.js Merge m-c to autoland a=merge 2017-08-11 13:39:17 -07:00
utils.js Bug 1364047 - Pull WebConsoleUtils.l10n into its own module;r=Honza 2017-05-17 14:07:03 -07:00
webconsole-connection-proxy.js Backed out 3 changesets (bug 1382968) for breaking browser_addons_debug_webextension.js a=backout 2017-08-08 09:17:56 -07:00
webconsole-l10n.js Bug 1364047 - Pull WebConsoleUtils.l10n into its own module;r=Honza 2017-05-17 14:07:03 -07:00
webconsole.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
webconsole.xhtml Bug 1386551 - Import component-frame.css in new frontend; r=bgrins. 2017-08-02 11:03:40 +02:00
webconsole.xul Backed out changeset 227ff88b9848 (bug 1326937) for timing out in browser_ext_devtools_inspectedWindow_eval_bindings.js. r=backout on A CLOSED TREE 2017-07-17 20:48:25 +02:00
webpack.config.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00