Skip to content

Commit

Permalink
Bug 1339232 - annotate more dom/* moz.build files with BUG_COMPONENT.…
Browse files Browse the repository at this point in the history
… r=overholt

MozReview-Commit-ID: 2HbPxGkrVfv
  • Loading branch information
jmaher committed Mar 1, 2017
1 parent 4a5d2dd commit f297f17
Show file tree
Hide file tree
Showing 61 changed files with 429 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dom/audiochannel/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

XPIDL_SOURCES += [
'nsIAudioChannelAgent.idl',
'nsIAudioChannelService.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/base/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

TEST_DIRS += ['test']

XPIDL_SOURCES += [
Expand Down
3 changes: 3 additions & 0 deletions dom/encoding/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "Internationalization")

EXPORTS.mozilla.dom += [
'EncodingUtils.h',
'FallbackEncoding.h',
Expand Down
3 changes: 3 additions & 0 deletions dom/events/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM: Events")

MOCHITEST_MANIFESTS += [
'test/mochitest.ini',
'test/pointerevents/mochitest.ini',
Expand Down
3 changes: 3 additions & 0 deletions dom/fetch/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

EXPORTS.mozilla.dom += [
'BodyExtractor.h',
'ChannelInfo.h',
Expand Down
3 changes: 3 additions & 0 deletions dom/file/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

DIRS += ['ipc']

XPIDL_SOURCES += [
Expand Down
3 changes: 3 additions & 0 deletions dom/filehandle/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

EXPORTS.mozilla.dom.filehandle += [
'ActorsChild.h',
'ActorsParent.h',
Expand Down
3 changes: 3 additions & 0 deletions dom/filesystem/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

DIRS += ['compat']

TEST_DIRS += ['tests']
Expand Down
3 changes: 3 additions & 0 deletions dom/grid/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "CSS Parsing and Computation")

MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']

EXPORTS.mozilla.dom += [
Expand Down
3 changes: 3 additions & 0 deletions dom/html/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

MOCHITEST_MANIFESTS += [
'test/forms/mochitest.ini',
'test/imports/mochitest.ini',
Expand Down
15 changes: 15 additions & 0 deletions dom/imptests/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
# 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", "DOM")

with Files("html/webgl/**"):
BUG_COMPONENT = ("Core", "Canvas 2D")

with Files("html/typedarrays/**"):
BUG_COMPONENT = ("Core", "Javascript: Standard Library")

with Files("html/js/**"):
BUG_COMPONENT = ("Core", "Javascript: Standard Library")

with Files("html/html/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")

MOCHITEST_MANIFESTS += [
'html/mochitest.ini',
'webapps/mochitest.ini',
Expand Down
3 changes: 3 additions & 0 deletions dom/indexedDB/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM: IndexedDB")

TEST_DIRS += ['test/extensions']

MOCHITEST_MANIFESTS += ['test/mochitest.ini']
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/base/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

XPIDL_SOURCES += [
'domstubs.idl',
'nsIBrowser.idl',
Expand Down
6 changes: 6 additions & 0 deletions dom/interfaces/canvas/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
# 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", "Canvas: 2D")

with Files("nsIDOMWebGLRenderingContext.idl"):
BUG_COMPONENT = ("Core", "Canvas: WebGL")

XPIDL_SOURCES += [
'nsIDOMCanvasRenderingContext2D.idl',
'nsIDOMWebGLRenderingContext.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/core/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

XPIDL_SOURCES += [
'nsIDOMAttr.idl',
'nsIDOMCDATASection.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/css/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM: CSS Object Model")

XPIDL_SOURCES += [
'nsIDOMCounter.idl',
'nsIDOMCSSConditionRule.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/events/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM: Events")

XPIDL_SOURCES += [
'nsIDOMAnimationEvent.idl',
'nsIDOMBeforeUnloadEvent.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/geolocation/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "Geolocation")

XPIDL_SOURCES += [
'nsIDOMGeoGeolocation.idl',
'nsIDOMGeoPosition.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/html/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

XPIDL_SOURCES += [
'nsIDOMHTMLAnchorElement.idl',
'nsIDOMHTMLAppletElement.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/json/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "JavaScript Engine")

XPIDL_SOURCES += [
'nsIJSON.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/notification/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

XPIDL_SOURCES += [
'nsINotificationStorage.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/offline/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

XPIDL_SOURCES += [
'nsIDOMOfflineResourceList.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/push/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM: Push Notifications")

XPIDL_SOURCES += [
'nsIPushErrorReporter.idl',
'nsIPushNotifier.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/range/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

XPIDL_SOURCES += [
'nsIDOMRange.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/security/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM: Security")

XPIDL_SOURCES += [
'nsIContentSecurityManager.idl',
'nsIContentSecurityPolicy.idl'
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/settings/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM: Device Interfaces")

XPIDL_SOURCES += [
'nsISettingsService.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/sidebar/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

XPIDL_SOURCES += [
'nsIWebContentHandlerRegistrar.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/smil/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "SVG")

XPIDL_SOURCES += [
'nsIDOMTimeEvent.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/storage/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM")

XPIDL_SOURCES += [
'nsIDOMStorage.idl',
'nsIDOMStorageManager.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/stylesheets/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM: CSS Object Model")

XPIDL_SOURCES += [
'nsIDOMMediaList.idl',
'nsIDOMStyleSheet.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/svg/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "SVG")

XPIDL_SOURCES += [
'nsIDOMSVGElement.idl',
'nsIDOMSVGLength.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/traversal/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM: Core & HTML")

XPIDL_SOURCES += [
'nsIDOMNodeFilter.idl',
'nsIDOMNodeIterator.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/xbl/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "XBL")

XPIDL_SOURCES += [
'nsIDOMDocumentXBL.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/xpath/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "XSLT")

XPIDL_SOURCES += [
'nsIDOMXPathEvaluator.idl',
'nsIDOMXPathResult.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/interfaces/xul/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "XUL")

XPIDL_SOURCES += [
'nsIDOMXULButtonElement.idl',
'nsIDOMXULCheckboxElement.idl',
Expand Down
3 changes: 3 additions & 0 deletions dom/ipc/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "DOM: Content Processes")

XPIDL_SOURCES += [
'nsIHangReport.idl',
]
Expand Down
3 changes: 3 additions & 0 deletions dom/json/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "JavaScript Engine")

EXPORTS += [
'nsJSON.h',
]
Expand Down
3 changes: 3 additions & 0 deletions dom/jsurl/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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", "Document Navigation")

EXPORTS += [
'nsJSProtocolHandler.h',
]
Expand Down
Loading

0 comments on commit f297f17

Please sign in to comment.