Fix bug 1139679 - Make use of BUG_COMPONENT metadata. r=jcranmer
This commit is contained in:
Родитель
c90c70bdee
Коммит
484f89d635
|
@ -6,3 +6,6 @@
|
|||
EXTRA_COMPONENTS += [
|
||||
'calICALJSComponents.js',
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'ICAL.js Integration')
|
||||
|
|
|
@ -13,3 +13,5 @@ EXTRA_COMPONENTS += [
|
|||
'calBackendLoader.manifest',
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Internal Components')
|
||||
|
|
|
@ -18,3 +18,24 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
|||
DEFINES['THEME'] = 'osx'
|
||||
else:
|
||||
DEFINES['THEME'] = 'linux'
|
||||
|
||||
with Files('content/**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Calendar Views')
|
||||
|
||||
with Files('content/preferences/**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Preferences')
|
||||
|
||||
with Files('content/dialogs/**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Dialogs')
|
||||
|
||||
with Files('content/*task*'):
|
||||
BUG_COMPONENT = ('Calendar', 'Tasks')
|
||||
|
||||
with Files('content/dialogs/*alarm*'):
|
||||
BUG_COMPONENT = ('Calendar', 'Alarms')
|
||||
|
||||
with Files('content/widgets/*alarm*'):
|
||||
BUG_COMPONENT = ('Calendar', 'Alarms')
|
||||
|
||||
with Files('themes/**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Calendar Views')
|
||||
|
|
|
@ -54,3 +54,8 @@ EXPORTS += [
|
|||
'calBaseCID.h',
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Internal Components')
|
||||
|
||||
with Files('calIAlarm*'):
|
||||
BUG_COMPONENT = ('Calendar', 'Alarms')
|
||||
|
|
|
@ -20,3 +20,9 @@ EXTRA_COMPONENTS += [
|
|||
'calTimezoneService.manifest',
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Internal Components')
|
||||
|
||||
with Files('calAlarm*'):
|
||||
BUG_COMPONENT = ('Calendar', 'Alarms')
|
||||
|
||||
|
|
|
@ -9,3 +9,9 @@ EXTRA_COMPONENTS += [
|
|||
]
|
||||
|
||||
JAR_MANIFESTS += ['jar.mn']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Import and Export')
|
||||
|
||||
with Files('*Print*'):
|
||||
BUG_COMPONENT = ('Calendar', 'Printing')
|
||||
|
|
|
@ -8,3 +8,5 @@ EXTRA_COMPONENTS += [
|
|||
'calItipEmailTransport.manifest',
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'E-mail based Scheduling (iTIP/iMIP)')
|
||||
|
|
|
@ -4,3 +4,6 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
DIRS += ['src']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Internal Components')
|
||||
|
|
|
@ -31,3 +31,14 @@ JS_PREFERENCE_FILES += [
|
|||
'content/lightning.js',
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Lightning Only')
|
||||
|
||||
with Files('content/suite-*'):
|
||||
BUG_COMPONENT = ('Calendar', 'Lightning: SeaMonkey Integration')
|
||||
|
||||
with Files('build/**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Build Config')
|
||||
|
||||
with Files('application.ini'):
|
||||
BUG_COMPONENT = ('Calendar', 'Build Config')
|
||||
|
|
|
@ -13,3 +13,21 @@ if CONFIG['MOZ_CALENDAR']:
|
|||
|
||||
TEST_DIRS += ['test']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'General')
|
||||
|
||||
with Files('**/moz.build'):
|
||||
BUG_COMPONENT = ('Calendar', 'Build Config')
|
||||
FINAL = True
|
||||
|
||||
with Files('**/*.mk'):
|
||||
BUG_COMPONENT = ('Calendar', 'Build Config')
|
||||
FINAL = True
|
||||
|
||||
with Files('**/*manifest'):
|
||||
BUG_COMPONENT = ('Calendar', 'Build Config')
|
||||
FINAL = True
|
||||
|
||||
with Files('**/Makefile.in'):
|
||||
BUG_COMPONENT = ('Calendar', 'Build Config')
|
||||
FINAL = True
|
||||
|
|
|
@ -10,3 +10,5 @@ EXTRA_COMPONENTS += [
|
|||
'calDavCalendar.manifest',
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Provider: CalDAV')
|
||||
|
|
|
@ -41,3 +41,5 @@ JS_PREFERENCE_FILES += [
|
|||
'defaults/preferences.js',
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Provider: GData')
|
||||
|
|
|
@ -8,3 +8,5 @@ EXTRA_COMPONENTS += [
|
|||
'calICSCalendar.manifest',
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Provider: ICS/WebDAV')
|
||||
|
|
|
@ -13,3 +13,5 @@ EXTRA_JS_MODULES += [
|
|||
'calStorageUpgrade.jsm',
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Provider: Local Storage')
|
||||
|
|
|
@ -10,3 +10,5 @@ EXTRA_COMPONENTS += [
|
|||
'calWcapCalendarModule.manifest',
|
||||
]
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Calendar', 'Provider: WCAP')
|
||||
|
|
|
@ -12,3 +12,9 @@ else:
|
|||
|
||||
if CONFIG['MOZ_UPDATER']:
|
||||
DEFINES['MOZ_UPDATER'] = 1
|
||||
|
||||
with Files('content/*'):
|
||||
BUG_COMPONENT = ('Calendar', 'Dialogs')
|
||||
|
||||
with Files('content/datetimepickers/*'):
|
||||
BUG_COMPONENT = ('Calendar', 'Calendar Views')
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
# 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/.
|
||||
|
||||
# This file needs to stay here even if empty so that mach will work,
|
||||
# specifically commands like mach file-info.
|
Загрузка…
Ссылка в новой задаче