зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1351067 - add BUG_COMPONENT to toolkit/* files. r=myk,enndeakin,mossop
MozReview-Commit-ID: 8mv5Oed68JL
This commit is contained in:
Родитель
74eb2f2ba5
Коммит
bc070be3c8
|
@ -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']
|
||||
|
|
|
@ -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']
|
||||
|
|
|
@ -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 += [
|
||||
|
|
|
@ -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']
|
|
@ -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 += [
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -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 += [
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -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 += [
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -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 += [
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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':
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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 += [
|
||||
|
|
|
@ -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']
|
||||
|
|
|
@ -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 += [
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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']
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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']
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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']
|
||||
|
|
|
@ -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 += [
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
"use strict";
|
||||
|
||||
module.exports = {
|
||||
"extends": [
|
||||
"plugin:mozilla/xpcshell-test"
|
||||
]
|
||||
};
|
|
@ -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',
|
||||
]
|
||||
|
|
|
@ -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 += [
|
||||
|
|
|
@ -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']
|
||||
|
||||
|
|
|
@ -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', 'Safe Browsing')
|
||||
|
||||
TEST_DIRS += ['tests']
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
|
|
|
@ -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 += ['tests/unit/xpcshell.ini']
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
|
|
|
@ -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 += [
|
||||
'simpleServices.js',
|
||||
'utils.manifest',
|
||||
|
|
|
@ -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']
|
|
@ -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', 'Window Management')
|
||||
|
||||
TEST_DIRS += ['test']
|
||||
|
||||
if CONFIG['ENABLE_TESTS']:
|
||||
|
|
|
@ -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', 'Window Management')
|
||||
|
||||
TEST_DIRS += ['test']
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
|
|
|
@ -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')
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['tests/chrome/chrome.ini']
|
||||
XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']
|
||||
|
||||
|
|
|
@ -22,13 +22,266 @@ if CONFIG['MOZ_BUILD_APP'] == 'mobile/android':
|
|||
|
||||
JAR_MANIFESTS += ['jar.mn']
|
||||
|
||||
DEFINES['TOPOBJDIR'] = TOPOBJDIR
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
||||
with Files('aboutTelemetry.*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Telemetry')
|
||||
|
||||
with Files('customizeToolbar.*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Toolbars and Toolbar Customization')
|
||||
|
||||
with Files('aboutwebrtc/*'):
|
||||
BUG_COMPONENT = ('Core', 'WebRTC')
|
||||
|
||||
with Files('gmp-sources/*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
||||
with Files('tests/browser/browser_audio*'):
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
|
||||
|
||||
with Files('tests/browser/*block*'):
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
|
||||
|
||||
with Files('tests/browser/*silent*'):
|
||||
BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
|
||||
|
||||
with Files('tests/browser/*1170531*'):
|
||||
BUG_COMPONENT = ('Firefox', 'Menus')
|
||||
|
||||
with Files('tests/browser/*1198465*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/browser/*451286*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/browser/*594509*'):
|
||||
BUG_COMPONENT = ('Toolkit Graveyard', 'XULRunner')
|
||||
|
||||
with Files('tests/browser/*982298*'):
|
||||
BUG_COMPONENT = ('Core', 'Layout')
|
||||
|
||||
with Files('tests/browser/browser_content_url_annotation.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Breakpad Integration')
|
||||
|
||||
with Files('tests/browser/browser_default_image_filename.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'File Handling')
|
||||
|
||||
with Files('tests/browser/*caret*'):
|
||||
BUG_COMPONENT = ('Firefox', 'Keyboard Navigation')
|
||||
|
||||
with Files('tests/browser/*find*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/browser/browser_isSynthetic.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'Tabbed Browsing')
|
||||
|
||||
with Files('tests/browser/*mediaPlayback*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('tests/browser/*mute*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('tests/browser/*save*'):
|
||||
BUG_COMPONENT = ('Firefox', 'File Handling')
|
||||
|
||||
with Files('tests/browser/*scroll*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('tests/chrome/**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('tests/chrome/*networking*'):
|
||||
BUG_COMPONENT = ('Core', 'Networking')
|
||||
|
||||
with Files('tests/chrome/*autocomplete*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Autocomplete')
|
||||
|
||||
with Files('tests/chrome/*drop*'):
|
||||
BUG_COMPONENT = ('Core', 'Drag and Drop')
|
||||
|
||||
with Files('tests/chrome/*1048178*'):
|
||||
BUG_COMPONENT = ('Core', 'XUL')
|
||||
|
||||
with Files('tests/chrome/*253481*'):
|
||||
BUG_COMPONENT = ('Core', 'Editor')
|
||||
|
||||
with Files('tests/chrome/*263683*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/chrome/*304188*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/chrome/*331215*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/chrome/*360220*'):
|
||||
BUG_COMPONENT = ('Firefox', 'RSS Discovery and Preview')
|
||||
|
||||
with Files('tests/chrome/*360437*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/chrome/*409624*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/chrome/*418874*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/chrome/*429723*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/chrome/*437844*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
with Files('tests/chrome/rtlchrome/**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
||||
with Files('tests/chrome/*451540*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/chrome/*554279*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Toolbars and Toolbar Customization')
|
||||
with Files('tests/chrome/*585946*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Toolbars and Toolbar Customization')
|
||||
|
||||
with Files('tests/chrome/*557987*'):
|
||||
BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: Menus')
|
||||
with Files('tests/chrome/*562554*'):
|
||||
BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: Menus')
|
||||
|
||||
with Files('tests/chrome/*570192*'):
|
||||
BUG_COMPONENT = ('Firefox', 'Session Restore')
|
||||
|
||||
with Files('tests/chrome/*findbar*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/chrome/test_preferences*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Preferences')
|
||||
|
||||
with Files('tests/mochitest/*autocomplete*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Autocomplete')
|
||||
|
||||
with Files('tests/mochitest/*mousecapture*'):
|
||||
BUG_COMPONENT = ('Core', 'Event Handling')
|
||||
|
||||
with Files('tests/reftests/*progress*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('tests/reftests/*multiline*'):
|
||||
BUG_COMPONENT = ('Core', 'XBL')
|
||||
|
||||
with Files('tests/reftests/*videocontrols*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Video/Audio Controls')
|
||||
|
||||
with Files('tests/unit/**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
||||
|
||||
with Files('tests/widgets/*audiocontrols*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Video/Audio Controls')
|
||||
with Files('tests/widgets/*1319301*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Video/Audio Controls')
|
||||
with Files('tests/widgets/*898940*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Video/Audio Controls')
|
||||
|
||||
with Files('tests/widgets/*contextmenu*'):
|
||||
BUG_COMPONENT = ('Firefox', 'Menus')
|
||||
|
||||
with Files('tests/widgets/*editor*'):
|
||||
BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: XUL')
|
||||
|
||||
with Files('tests/widgets/*menubar*'):
|
||||
BUG_COMPONENT = ('Core', 'XUL')
|
||||
|
||||
with Files('tests/widgets/*capture*'):
|
||||
BUG_COMPONENT = ('Core', 'Event Handling')
|
||||
|
||||
with Files('tests/widgets/*popup*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
with Files('tests/widgets/*tree*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('tests/widgets/*videocontrols*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Video/Audio Controls')
|
||||
|
||||
with Files('widgets/*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
DEFINES['TOPOBJDIR'] = TOPOBJDIR
|
||||
with Files('TopLevelVideoDocument.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Video/Audio Controls')
|
||||
|
||||
with Files('about*'):
|
||||
BUG_COMPONENT = ('Firefox', 'General')
|
||||
|
||||
with Files('aboutNetworking*'):
|
||||
BUG_COMPONENT = ('Core', 'Networking')
|
||||
|
||||
with Files('aboutProfile*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Startup and Profile System')
|
||||
|
||||
with Files('aboutRights*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
||||
with Files('aboutService*'):
|
||||
BUG_COMPONENT = ('Core', 'DOM: Workers')
|
||||
|
||||
with Files('aboutSupport*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
||||
with Files('aboutTelemetry*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Telemetry')
|
||||
|
||||
with Files('autocomplete.css'):
|
||||
BUG_COMPONENT = ('Firefox', 'Search')
|
||||
|
||||
with Files('browser-*.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
||||
with Files('buildconfig.html'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Build Config')
|
||||
|
||||
with Files('contentAreaUtils.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
||||
with Files('customizeToolbar.*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Toolbars and Toolbar Customization')
|
||||
|
||||
with Files('*picker*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('direction*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('edit*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('*find*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('globalOverlay.*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
||||
with Files('menulist.css'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('minimal-xul.css'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('plugins*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('resetProfile*'):
|
||||
BUG_COMPONENT = ('Firefox', 'Migration')
|
||||
|
||||
with Files('textbox*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('timepicker*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'XUL Widgets')
|
||||
|
||||
with Files('treeUtils.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
||||
with Files('viewZoomOverlay.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
|
|
@ -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')
|
||||
|
||||
if CONFIG['MOZ_BUILD_APP'] == 'mobile/android':
|
||||
DEFINES['MOZ_FENNEC'] = True
|
||||
|
||||
|
|
|
@ -4,6 +4,160 @@
|
|||
# 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')
|
||||
|
||||
with Files('addons/**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'WebExtensions: General')
|
||||
|
||||
with Files('docs/**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Async Tooling')
|
||||
|
||||
with Files('subprocess/**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Async Tooling')
|
||||
|
||||
with Files('tests/browser/*AsyncPrefs*'):
|
||||
BUG_COMPONENT = ('Core', 'Security: Process Sandboxing')
|
||||
|
||||
with Files('tests/browser/*Finder*'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/xpcshell/test_Color.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/xpcshell/test_DeferredTask.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Async Tooling')
|
||||
|
||||
with Files('tests/xpcshell/test_FinderIterator.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('tests/xpcshell/test_Integration.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Async Tooling')
|
||||
|
||||
with Files('tests/xpcshell/test_JSONFile.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Form Manager')
|
||||
|
||||
with Files('tests/xpcshell/test_Match*.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'WebExtentions: General')
|
||||
|
||||
with Files('tests/xpcshell/test_NewTabUtils.js'):
|
||||
BUG_COMPONENT = ('Firefox', 'New Tab Page')
|
||||
|
||||
with Files('tests/xpcshell/test_UpdateUtils*.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
||||
with Files('tests/xpcshell/test_client_id.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Telemetry')
|
||||
|
||||
with Files('tests/xpcshell/test_session_recorder.js'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Telemetry')
|
||||
|
||||
with Files('AsyncPrefs.jsm'):
|
||||
BUG_COMPONENT = ('Core', 'Security: Process Sandboxing')
|
||||
|
||||
with Files('CharsetMenu.jsm'):
|
||||
BUG_COMPONENT = ('Firefox', 'Toolbars and Customization')
|
||||
|
||||
with Files('ClientID.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Telemetry')
|
||||
|
||||
with Files('Color.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('Console.jsm'):
|
||||
BUG_COMPONENT = ('Firefox', 'Developer Tools: Console')
|
||||
|
||||
with Files('DateTimePickerHelper.jsm'):
|
||||
BUG_COMPONENT = ('Core', 'Layout: Form Controls ')
|
||||
|
||||
with Files('DeferredTask.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Async Tooling')
|
||||
|
||||
with Files('Finder*.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('FormLikeFactory.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Password Manager')
|
||||
|
||||
with Files('IndexedDB.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Web Extensions: General')
|
||||
|
||||
with Files('InlineSpellChecker*.jsm'):
|
||||
BUG_COMPONENT = ('Core', 'Spell Checker')
|
||||
|
||||
with Files('Integration.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Async Tooling')
|
||||
|
||||
with Files('JSONFile.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Form Manager')
|
||||
|
||||
with Files('LightweightThemeConsumer.jsm'):
|
||||
BUG_COMPONENT = ('Firefox', 'Toolbars and Customization')
|
||||
|
||||
with Files('LoadContextInfo.jsm'):
|
||||
BUG_COMPONENT = ('Core', 'Networking: Cache')
|
||||
|
||||
with Files('Locale.jsm'):
|
||||
BUG_COMPONENT = ('Core', 'Internationalization')
|
||||
|
||||
with Files('Memory.jsm'):
|
||||
BUG_COMPONENT = ('Core', 'DOM: Content Processes')
|
||||
|
||||
with Files('NLP.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('NewTabUtils.jsm'):
|
||||
BUG_COMPONENT = ('Firefox', 'Tabbed Browser')
|
||||
|
||||
with Files('ObjectUtils.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Telemetry')
|
||||
|
||||
with Files('PageMenu.jsm'):
|
||||
BUG_COMPONENT = ('Firefox', 'Menus')
|
||||
|
||||
with Files('PermissionsUtils.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Add-ons Manager')
|
||||
|
||||
with Files('PopupNotifications.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Password Manager')
|
||||
|
||||
with Files('PrivateBrowsingUtils.jsm'):
|
||||
BUG_COMPONENT = ('Firefox', 'Private Browsing')
|
||||
|
||||
with Files('Promise*.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Async Tooling')
|
||||
|
||||
with Files('RemoteController.jsm'):
|
||||
BUG_COMPONENT = ('Core', 'Widget')
|
||||
|
||||
with Files('RemoteFinder.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
|
||||
|
||||
with Files('RemoteSecurityUI.jsm'):
|
||||
BUG_COMPONENT = ('Firefox', 'Tabbed Browser')
|
||||
|
||||
with Files('RemoteWebProgress.jsm'):
|
||||
BUG_COMPONENT = ('Core', 'Document Navigation')
|
||||
|
||||
with Files('ResponsivenessMonitor.jsm'):
|
||||
BUG_COMPONENT = ('Firefox', 'Migration')
|
||||
|
||||
with Files('SessionRecorder.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Telemetry')
|
||||
|
||||
with Files('ShortcutUtils.jsm'):
|
||||
BUG_COMPONENT = ('Firefox', 'Toolbars and Customization')
|
||||
|
||||
with Files('Sqlite.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Storage')
|
||||
|
||||
with Files('UpdateUtils.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Add-ons Manager')
|
||||
|
||||
with Files('WindowsRegistry.jsm'):
|
||||
BUG_COMPONENT = ('Toolkit', 'General')
|
||||
|
||||
|
||||
XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']
|
||||
BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']
|
||||
MOCHITEST_CHROME_MANIFESTS += ['tests/chrome/chrome.ini']
|
||||
|
|
|
@ -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', 'Downloads API')
|
||||
|
||||
TEST_DIRS += ['tests']
|
||||
|
||||
EXTRA_COMPONENTS += [
|
||||
|
|
|
@ -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', 'File Handling')
|
||||
|
||||
EXTRA_COMPONENTS += [
|
||||
'nsContentDispatchChooser.js',
|
||||
'nsContentDispatchChooser.manifest',
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# 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', 'Installer')
|
||||
|
||||
with Files('windows/**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'NSIS Installer')
|
|
@ -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']
|
|
@ -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 for Android', 'General')
|
||||
|
||||
SOURCES += [
|
||||
'nsAndroidSystemProxySettings.cpp',
|
||||
]
|
||||
|
|
|
@ -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', 'Shell Integration')
|
||||
|
||||
SOURCES += [
|
||||
'nsAlertsIconListener.cpp',
|
||||
'nsGnomeModule.cpp',
|
||||
|
|
|
@ -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', 'Networking')
|
||||
|
||||
TEST_DIRS += ['tests/gtest']
|
||||
|
||||
SOURCES += [
|
||||
|
|
|
@ -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', 'Networking')
|
||||
|
||||
if CONFIG['MOZ_ENABLE_LIBPROXY']:
|
||||
CXXFLAGS += CONFIG['MOZ_LIBPROXY_CFLAGS']
|
||||
SOURCES += [
|
||||
|
|
|
@ -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', 'Networking')
|
||||
|
||||
TEST_DIRS += ['tests/gtest']
|
||||
|
||||
SOURCES += [
|
||||
|
|
|
@ -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')
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
TEST_DIRS += ['test/win']
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче