зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1345506 - add BUG_COMPONENT to uriloader/* files. r=paolo
MozReview-Commit-ID: JAaudrms7yi
This commit is contained in:
Родитель
30d3752f7d
Коммит
e958a77a71
|
@ -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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче