This repository was archived by the owner on Jan 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
1515notifications :
1616 slack :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ skip-if = (os == 'linux' && debug && bits == 32)
55support-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
Original file line number Diff line number Diff line change 3434
3535// shared-head.js handles imports, constants, and utility functions
3636Services . 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+
4041var { Toolbox } = require ( "devtools/client/framework/toolbox" ) ;
4142const sourceUtils = {
4243 isLoaded : source => source . get ( "loadedState" ) === "loaded"
You can’t perform that action at this time.
0 commit comments