зеркало из https://github.com/mozilla/gecko-dev.git
8e79b85243
The current request() method in test-actor-registry.js uses a deprecated API to fetch the source for the test actor which leads to failed assertions in debug tests. Since the DevToolsUtils module already contains a fetch method that doesn't use the deprecated APIs, there's no reason to duplicate the functionality in test-actor-registry.js. This changeset replaces the old source fetching code from test-actor- registry.js with a call to DevToolsUtils.fetch() that uses the NetUtil APIs in an up-to-date fashion. --HG-- extra : commitid : H0L3jaedtme |
||
---|---|---|
.. | ||
client | ||
docs | ||
server | ||
shared | ||
.eslintrc | ||
.eslintrc.mochitests | ||
.eslintrc.xpcshell | ||
moz.build | ||
templates.mozbuild |