Bug 1345506 - add BUG_COMPONENT to uriloader/* files. r=paolo

MozReview-Commit-ID: JAaudrms7yi
This commit is contained in:
Joel Maher 2017-03-09 15:06:25 -05:00
Родитель 30d3752f7d
Коммит e958a77a71
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -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')
DIRS += [
'base',
'exthandler',

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

@ -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: Cache")
XPIDL_SOURCES += [
'nsIOfflineCacheUpdate.idl',
'nsIPrefetchService.idl',