Bug 1351074 - Part 1. AsyncSpellCheckTestHelper.jsm should not be shipped. r=masayuki draft
authorMakoto Kato <m_kato@ga2.so-net.ne.jp>
Fri, 31 Mar 2017 14:17:26 +0900
changeset 554912 4cd803fed4f9215f5237996c83128f5434aaad88
parent 554803 38894655c89e68bcd8f45d31a0d3005f2c2b53db
child 554913 a8553684f8f106c1dfb6e2d9b51df7ebeb15275d
push id52086
push userm_kato@ga2.so-net.ne.jp
push dateMon, 03 Apr 2017 08:14:55 +0000
reviewersmasayuki
bugs1351074
milestone55.0a1
Bug 1351074 - Part 1. AsyncSpellCheckTestHelper.jsm should not be shipped. r=masayuki AsyncSpellCheckTestHelper.jsm uses on mochitest and reftest, so we shouldn't ship it in release package MozReview-Commit-ID: CT8f8DRVwb
editor/moz.build
--- a/editor/moz.build
+++ b/editor/moz.build
@@ -33,14 +33,14 @@ XPIDL_SOURCES += [
 ]
 
 XPIDL_MODULE = 'editor'
 
 EXPORTS += [
     'nsEditorCID.h',
 ]
 
-EXTRA_JS_MODULES += [
+TESTING_JS_MODULES += [
     'AsyncSpellCheckTestHelper.jsm',
 ]
 
 with Files('**'):
     BUG_COMPONENT = ('Core', 'Editor')