Bug 1541017 - Update in-tree bugzilla components which used 'Android Background Services'. r=snorp

Differential Revision: https://phabricator.services.mozilla.com/D25765

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sebastian Hengst 2019-04-09 20:46:36 +00:00
Родитель 8cf98c5a84
Коммит 8c246c9332
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -29,7 +29,7 @@ with Files('java/org/mozilla/gecko/activitystream/**'):
BUG_COMPONENT = ('Firefox for Android', 'Awesomescreen')
with Files('java/org/mozilla/gecko/cleanup/**'):
BUG_COMPONENT = ('Android Background Services', 'Firefox Health Report Service')
BUG_COMPONENT = ('Firefox for Android', 'Firefox Health Report Service')
with Files('java/org/mozilla/gecko/distribution/**'):
BUG_COMPONENT = ('Firefox for Android', 'Distributions')

Просмотреть файл

@ -33,7 +33,7 @@ with Files('gradle/**'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
with Files('services/**'):
BUG_COMPONENT = ('Android Background Services', 'Android Sync')
BUG_COMPONENT = ('Firefox for Android', 'Android Sync')
with Files('themes/**'):
BUG_COMPONENT = ('Firefox for Android', 'Theme and Visual Design')

Просмотреть файл

@ -5,4 +5,4 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Android Background Services', 'Geolocation')
BUG_COMPONENT = ('Firefox for Android', 'General')