gecko-dev/devtools
Nicolas Chevobbe 1743e61c78 Bug 1707823 - [devtools] Replace usage of navigateTo in browser_toolbox_backward_forward_navigation.js. r=ochameau.
the test document has a script that adds dom nodes, js sources and stylesheet
to the document every 200ms. It might that the navigateTo call we were using to navigate
to the document would never resolve, as the load event won't fire because of the constant
addition of stylesheets and scripts.
This is fixed by not using navigateTo, as we don't really need the document to be ready,
but only register the navigation so later in the test we can do backward and forward navigations.

Differential Revision: https://phabricator.services.mozilla.com/D113480
2021-04-29 05:10:13 +00:00
..
client Bug 1707823 - [devtools] Replace usage of navigateTo in browser_toolbox_backward_forward_navigation.js. r=ochameau. 2021-04-29 05:10:13 +00:00
docs Bug 1698541 - [devtools] Stop emitting now unused tabDetached event. r=nchevobbe,devtools-backward-compat-reviewers 2021-04-13 13:44:25 +00:00
platform Bug 1676365 - Move SpinEventLoopUntil to separate header. r=#xpcom-reviewers 2020-11-23 16:10:41 +00:00
server Bug 1705751: fix Remove Buildsettings Code from Screenshots r=emalysz 2021-04-28 21:44:00 +00:00
shared Bug 1705605 - Implement accent-color in nsNativeBasicTheme. r=mstange 2021-04-27 10:41:00 +00:00
startup Backed out changeset e01ec8694924 (bug 1700957) as requested. CLOSED TREE 2021-04-28 18:09:01 +03:00
.eslintrc.js Bug 1705536 - [devtools] Add linter errors when using componentDidUnmount r=bomsy 2021-04-16 14:00:37 +00:00
.eslintrc.xpcshell.js Bug 1620537 - Fix eslint issues in devtools .eslintrc*.js files now that ESLint 7 will lint them. r=mossop 2020-07-24 20:39:07 +00:00
CODE_OF_CONDUCT.md
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
templates.mozbuild
tsconfig.json