зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1139942 - Define bug components for Downloads code. r=gps
This commit is contained in:
Родитель
9b7a7d2307
Коммит
b4fb5f75ce
|
@ -4,6 +4,9 @@
|
||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
with Files('*'):
|
||||||
|
BUG_COMPONENT = ('Firefox', 'Downloads Panel')
|
||||||
|
|
||||||
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
|
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
|
||||||
BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
|
BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,21 @@
|
||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
with Files('*'):
|
||||||
|
BUG_COMPONENT = ('Toolkit', 'Download Manager')
|
||||||
|
|
||||||
|
with Files('ApplicationReputation.*'):
|
||||||
|
BUG_COMPONENT = ('Core', 'DOM: Security')
|
||||||
|
|
||||||
|
with Files('csd.pb.*'):
|
||||||
|
BUG_COMPONENT = ('Core', 'DOM: Security')
|
||||||
|
|
||||||
|
with Files('generate_csd.sh'):
|
||||||
|
BUG_COMPONENT = ('Core', 'DOM: Security')
|
||||||
|
|
||||||
|
with Files('nsIApplicationReputation.idl'):
|
||||||
|
BUG_COMPONENT = ('Core', 'DOM: Security')
|
||||||
|
|
||||||
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
|
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
|
||||||
|
|
||||||
if not CONFIG['MOZ_JSDOWNLOADS']:
|
if not CONFIG['MOZ_JSDOWNLOADS']:
|
||||||
|
|
|
@ -4,6 +4,9 @@
|
||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
with Files('*'):
|
||||||
|
BUG_COMPONENT = ('Toolkit', 'Download Manager')
|
||||||
|
|
||||||
DIRS += ['public', 'src']
|
DIRS += ['public', 'src']
|
||||||
|
|
||||||
XPCSHELL_TESTS_MANIFESTS += ['test/data/xpcshell.ini', 'test/unit/xpcshell.ini']
|
XPCSHELL_TESTS_MANIFESTS += ['test/data/xpcshell.ini', 'test/unit/xpcshell.ini']
|
||||||
|
|
Загрузка…
Ссылка в новой задаче