Bug 1541017 - Update in-tree bugzilla components for geolocation and dom/commandhandler/. r=mossop

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sebastian Hengst 2019-04-02 16:39:03 +00:00
Родитель 89435f2ad4
Коммит 8cf98c5a84
5 изменённых файлов: 11 добавлений и 11 удалений

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

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Core", "Embedding: APIs")
BUG_COMPONENT = ("Core", "User events and focus handling")
EXPORTS += [
'nsBaseCommandController.h',

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

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
EXPORTS += [
'nsGeoPosition.h',

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

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
XPIDL_SOURCES += [
'nsIDOMGeoPosition.idl',

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

@ -12,22 +12,22 @@ with Files("*OSFile*"):
BUG_COMPONENT = ("Toolkit", "OS.File")
with Files("*ocationProvider*"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("windows/*LocationProvider*"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("mac/*LocationProvider*"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("mac/*OSPermissionRequest*"):
BUG_COMPONENT = ("Firefox", "Device Permissions")
with Files("linux/*LocationProvider*"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("android/*LocationProvider*"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("tests/chrome.ini"):
BUG_COMPONENT = ("Toolkit", "OS.File")

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

@ -71,7 +71,7 @@ with Files("ConvolverNode.webidl"):
BUG_COMPONENT = ("Core", "Web Audio")
with Files("Coordinates.webidl"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("Crypto.webidl"):
BUG_COMPONENT = ("Core", "DOM: Security")
@ -113,7 +113,7 @@ with Files("FormData.webidl"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
with Files("Geolocation.webidl"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("GainNode.webidl"):
BUG_COMPONENT = ("Core", "Web Audio")
@ -236,7 +236,7 @@ with Files("PopStateEvent.webidl*"):
BUG_COMPONENT = ("Core", "DOM: Events")
with Files("Position*"):
BUG_COMPONENT = ("Core", "Geolocation")
BUG_COMPONENT = ("Core", "DOM: Geolocation")
with Files("ProfileTimelineMarker.webidl"):
BUG_COMPONENT = ("DevTools", "Performance Tools (Profiler/Timeline)")