Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit a81a6b4

Browse files
committed
backport - Bug 1436187 Move existing shared head files to devtools/client/shared.
1 parent d2198af commit a81a6b4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
global:
1111
- DISPLAY=':99.0'
1212
- YARN_VERSION='0.24.5'
13-
- MC_COMMIT='c3d2757a5343' # https://hg.mozilla.org/mozilla-central/shortlog
13+
- MC_COMMIT='00ef5405cd7e' # https://hg.mozilla.org/mozilla-central/shortlog
1414

1515
notifications:
1616
slack:

src/test/mochitest/browser.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ skip-if = (os == 'linux' && debug && bits == 32)
55
support-files =
66
head.js
77
!/devtools/client/commandline/test/helpers.js
8-
!/devtools/client/framework/test/shared-head.js
8+
!/devtools/client/shared/test/shared-head.js
99
examples/babel/polyfill-bundle.js
1010
examples/babel/fixtures/for-of/output.js
1111
examples/babel/fixtures/for-of/output.js.map

src/test/mochitest/head.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434

3535
// shared-head.js handles imports, constants, and utility functions
3636
Services.scriptloader.loadSubScript(
37-
"chrome://mochitests/content/browser/devtools/client/framework/test/shared-head.js",
37+
"chrome://mochitests/content/browser/devtools/client/shared/test/shared-head.js",
3838
this
3939
);
40+
4041
var { Toolbox } = require("devtools/client/framework/toolbox");
4142
const sourceUtils = {
4243
isLoaded: source => source.get("loadedState") === "loaded"

0 commit comments

Comments
 (0)