Bug 1335181 - add BUG_COMPONENT to netwerk/* and dom/network/* files. r=mcmanus

MozReview-Commit-ID: AeIuBnLx6IF
This commit is contained in:
Joel Maher
2017-02-02 06:33:47 -05:00
parent 85c3e65983
commit 27b2a857f0
10 changed files with 30 additions and 0 deletions

View File

@@ -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')
DIRS += ['interfaces']
MOCHITEST_CHROME_MANIFESTS += ['tests/chrome.ini']

View File

@@ -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 += [
'nsICache.idl',
'nsICacheEntryDescriptor.idl',

View File

@@ -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 += [
'nsICacheEntry.idl',
'nsICacheEntryDoomCallback.idl',

View File

@@ -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: Cookies')
# export required interfaces, even if --disable-cookies has been given
XPIDL_SOURCES += [
'nsICookie.idl',

View File

@@ -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: DNS')
DIRS += [
'mdns',
]

View File

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

View File

@@ -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: File')
EXPORTS.mozilla.net += [
'nsFileProtocolHandler.h',
]

View File

@@ -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: FTP')
XPIDL_SOURCES += [
'nsIFTPChannel.idl',
'nsIFTPChannelParentInternal.idl',

View File

@@ -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: HTTP')
XPIDL_SOURCES += [
'nsIHstsPrimingCallback.idl',
'nsIHttpActivityObserver.idl',

View File

@@ -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: WebSockets')
XPIDL_SOURCES += [
'nsITransportProvider.idl',
'nsIWebSocketChannel.idl',