зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1839276 - Update moz.build with Files() sections to use sys.mjs for already-migrated files. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D181426
This commit is contained in:
Родитель
d556f2dc10
Коммит
09135083e3
|
@ -10,7 +10,7 @@ with Files("**"):
|
|||
with Files("ContentSearch*.sys.mjs"):
|
||||
BUG_COMPONENT = ("Firefox", "Search")
|
||||
|
||||
with Files("AboutReaderParent.jsm"):
|
||||
with Files("AboutReaderParent.sys.mjs"):
|
||||
BUG_COMPONENT = ("Toolkit", "Reader Mode")
|
||||
|
||||
with Files("LightweightThemeChild.sys.mjs"):
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
with Files("**"):
|
||||
BUG_COMPONENT = ("Toolkit", "General")
|
||||
|
||||
with Files("AutoScroll*.jsm"):
|
||||
with Files("AutoScroll*.sys.mjs"):
|
||||
BUG_COMPONENT = ("Core", "Panning and Zooming")
|
||||
|
||||
with Files("Finder*.jsm"):
|
||||
with Files("Finder*.sys.mjs"):
|
||||
BUG_COMPONENT = ("Toolkit", "Find Toolbar")
|
||||
|
||||
with Files("KeyPressEventModelCheckerChild.sys.mjs"):
|
||||
|
|
|
@ -57,7 +57,7 @@ with Files("Color.sys.mjs"):
|
|||
with Files("Console.sys.mjs"):
|
||||
BUG_COMPONENT = ("DevTools", "Console")
|
||||
|
||||
with Files("DateTimePicker*.jsm"):
|
||||
with Files("DateTimePicker*.sys.mjs"):
|
||||
BUG_COMPONENT = ("Core", "Layout: Form Controls")
|
||||
|
||||
with Files("DeferredTask.sys.mjs"):
|
||||
|
@ -69,7 +69,7 @@ with Files("E10SUtils.sys.mjs"):
|
|||
with Files("nsIE10SUtils.idl"):
|
||||
BUG_COMPONENT = ("Core", "Security: Process Sandboxing")
|
||||
|
||||
with Files("Finder*.jsm"):
|
||||
with Files("Finder*.sys.mjs"):
|
||||
BUG_COMPONENT = ("Toolkit", "Find Toolbar")
|
||||
|
||||
with Files("FormLikeFactory.sys.mjs"):
|
||||
|
@ -78,7 +78,7 @@ with Files("FormLikeFactory.sys.mjs"):
|
|||
with Files("IndexedDB.sys.mjs"):
|
||||
BUG_COMPONENT = ("Toolkit", "Async Tooling")
|
||||
|
||||
with Files("InlineSpellChecker*.jsm"):
|
||||
with Files("InlineSpellChecker*.sys.mjs"):
|
||||
BUG_COMPONENT = ("Core", "Spelling checker")
|
||||
|
||||
with Files("Integration.sys.mjs"):
|
||||
|
@ -108,7 +108,7 @@ with Files("PopupNotifications.sys.mjs"):
|
|||
with Files("PrivateBrowsingUtils.sys.mjs"):
|
||||
BUG_COMPONENT = ("Firefox", "Private Browsing")
|
||||
|
||||
with Files("Promise*.jsm"):
|
||||
with Files("Promise*.sys.mjs"):
|
||||
BUG_COMPONENT = ("Toolkit", "Async Tooling")
|
||||
|
||||
with Files("ResponsivenessMonitor.sys.mjs"):
|
||||
|
|
Загрузка…
Ссылка в новой задаче