Skip to content

Commit

Permalink
Bug 1351067 - add BUG_COMPONENT to toolkit/* files. r=myk,enndeakin,m…
Browse files Browse the repository at this point in the history
…ossop

MozReview-Commit-ID: 8mv5Oed68JL
  • Loading branch information
jmaher committed Apr 9, 2017
1 parent 89adc05 commit f48011c
Show file tree
Hide file tree
Showing 60 changed files with 588 additions and 8 deletions.
3 changes: 3 additions & 0 deletions toolkit/components/aboutcache/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
# 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/.

with Files("**"):
BUG_COMPONENT = ('Core', 'Networking: Cache')

JAR_MANIFESTS += ['jar.mn']
3 changes: 3 additions & 0 deletions toolkit/components/aboutperformance/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Performance Monitoring')

JAR_MANIFESTS += ['jar.mn']

BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']
3 changes: 3 additions & 0 deletions toolkit/components/addoncompat/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Firefox', 'Extension Compatibility')

TEST_DIRS += ['tests']

EXTRA_COMPONENTS += [
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/apppicker/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Preferences')

JAR_MANIFESTS += ['jar.mn']
3 changes: 3 additions & 0 deletions toolkit/components/browser/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'General')

DIRS += ['build']

XPIDL_SOURCES += [
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/build/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Build Config')

EXPORTS += [
'nsToolkitCompsCID.h',
]
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/captivedetect/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Core', 'DOM: Device Interfaces')

XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']

XPIDL_SOURCES += [
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/contextualidentity/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Core', 'DOM: Security')

EXTRA_JS_MODULES += [
'ContextualIdentityService.jsm',
]
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/crashmonitor/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'General')

XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']

EXTRA_JS_MODULES += [
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/diskspacewatcher/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'General')

XPIDL_SOURCES += [
'nsIDiskSpaceWatcher.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/extensions/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'WebExtensions: General')

EXTRA_JS_MODULES += [
'Extension.jsm',
'ExtensionAPI.jsm',
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/exthelper/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'General')

XPIDL_SOURCES += [
'extIApplication.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/feeds/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Firefox', 'RSS Discovery and Preview')

MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']

XPIDL_SOURCES += [
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/filepicker/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Core', 'Widget: Gtk')

XPIDL_MODULE = 'filepicker'
XPIDL_SOURCES += [
'nsIFileView.idl',
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/filewatcher/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'OS.File')

XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']

if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/finalizationwitness/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Async Tooling')

SOURCES += [
'FinalizationWitnessService.cpp',
]
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/find/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')

XPIDL_SOURCES += [
'nsIFind.idl',
'nsIFindService.idl',
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/gfx/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Core', 'Graphics')

EXTRA_COMPONENTS += [
'GfxSanityTest.manifest',
'SanityTest.js',
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/lz4/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'OS.File')

XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']

EXTRA_JS_MODULES += [
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'General')

# These component dirs are built for all apps (including suite)
if CONFIG['MOZ_ENABLE_XREMOTE']:
DIRS += ['remote']
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/mozintl/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Core', 'Internationalization')

XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell.ini']

XPIDL_SOURCES += [
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/mozprotocol/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'General')

EXTRA_COMPONENTS += [
'mozProtocolHandler.js',
'mozProtocolHandler.manifest',
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/narrate/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Reader Mode')

EXTRA_JS_MODULES.narrate = [
'NarrateControls.jsm',
'Narrator.jsm',
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/parentalcontrols/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'General')

XPIDL_SOURCES += [
'nsIParentalControlsService.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/perf/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Core', 'JavaScript Engine')

SOURCES += [
'PerfMeasurement.cpp',
]
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/perfmonitoring/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Performance Monitoring')

BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']

XPIDL_MODULE = 'toolkit_perfmonitoring'
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/printingui/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Printing')

toolkit = CONFIG['MOZ_WIDGET_TOOLKIT']

DIRS += ['ipc']
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/privatebrowsing/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Core', 'DOM: Security')

XPIDL_SOURCES += [
'nsIPrivateBrowsingTrackingProtectionWhitelist.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/processsingleton/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'General')

EXTRA_COMPONENTS += [
'ContentProcessSingleton.js',
'MainProcessSingleton.js',
Expand Down
4 changes: 4 additions & 0 deletions toolkit/components/prompts/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# 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/.

# possibly Notifications and Alerts
with Files('**'):
BUG_COMPONENT = ('Toolkit', 'General')

DIRS += ['src']

MOCHITEST_MANIFESTS += ['test/mochitest.ini']
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/protobuf/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Core', 'General')

EXPORTS.google.protobuf += [
'src/google/protobuf/descriptor.h',
'src/google/protobuf/descriptor.pb.h',
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/reflect/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Core', 'JavaScript Engine')

SOURCES += [
'reflect.cpp',
]
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/remote/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Startup and Profile System')

XPIDL_SOURCES += [
'nsIRemoteService.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/remotebrowserutils/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Core', 'Document Navigation')

EXTRA_COMPONENTS += [
'remotebrowserutils.manifest',
'RemoteWebNavigation.js',
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/satchel/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Form Manager')

MOCHITEST_MANIFESTS += ['test/mochitest.ini']
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/securityreporter/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Firefox', 'General')

XPIDL_MODULE = 'toolkit_securityreporter'

XPIDL_SOURCES += [
Expand Down
7 changes: 0 additions & 7 deletions toolkit/components/social/test/xpcshell/.eslintrc.js

This file was deleted.

3 changes: 3 additions & 0 deletions toolkit/components/statusfilter/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Core', 'Document Navigation')

SOURCES += [
'nsBrowserStatusFilter.cpp',
]
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/terminator/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Async Tooling')

XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']

SOURCES += [
Expand Down
3 changes: 3 additions & 0 deletions toolkit/components/thumbnails/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# 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/.

with Files('**'):
BUG_COMPONENT = ('Firefox', 'New Tab Page')

BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell.ini']

Expand Down
Loading

0 comments on commit f48011c

Please sign in to comment.