forked from mirrors/gecko-dev
Tests that were using `evaluateJSAsync` are updated, either by using the new command, or by awaiting for the `evaluationResult` event. A couple chrome tests were moved to devtools/shared/commands/js/tests/ and turned into browser tests, and some of them were completely removed as we tested the features in mochitests as well. Differential Revision: https://phabricator.services.mozilla.com/D116248
10 lines
347 B
Text
10 lines
347 B
Text
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
DevToolsModules(
|
|
"script-command.js",
|
|
)
|
|
|
|
if CONFIG["MOZ_BUILD_APP"] != "mobile/android":
|
|
BROWSER_CHROME_MANIFESTS += ["tests/browser.ini"]
|