No bug - fix typos in Bugzilla components metadata in moz.build files. r=me DONTBUILD

--HG--
extra : rebase_source : 84edd9cf02be27e8f36d462136c5f1beb824d971
This commit is contained in:
Sebastian Hengst 2018-04-19 15:50:31 +03:00
Родитель e1c13f7d47
Коммит 195b75c6b6
3 изменённых файлов: 6 добавлений и 6 удалений

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

@ -8,13 +8,13 @@ with Files("**"):
BUG_COMPONENT = ("Core", "DOM")
with Files("html/webgl/**"):
BUG_COMPONENT = ("Core", "Canvas 2D")
BUG_COMPONENT = ("Core", "Canvas: 2D")
with Files("html/typedarrays/**"):
BUG_COMPONENT = ("Core", "Javascript: Standard Library")
BUG_COMPONENT = ("Core", "JavaScript: Standard Library")
with Files("html/js/**"):
BUG_COMPONENT = ("Core", "Javascript: Standard Library")
BUG_COMPONENT = ("Core", "JavaScript: Standard Library")
with Files("html/html/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")

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

@ -218,7 +218,7 @@ with Files("OfflineAudio*"):
BUG_COMPONENT = ("Core", "Web Audio")
with Files("OffscreenCanvas.webidl"):
BUG_COMPONENT = ("Core", "Canvas 2D")
BUG_COMPONENT = ("Core", "Canvas: 2D")
with Files("OscillatorNode.webidl"):
BUG_COMPONENT = ("Core", "Web Audio")

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

@ -25,10 +25,10 @@ with Files("talos/**"):
SCHEDULES.exclusive = ['talos']
with Files("talos/talos/tests/v8_7/**"):
BUG_COMPONENT = ("Core", "Javascript Engine")
BUG_COMPONENT = ("Core", "JavaScript Engine")
with Files("talos/talos/tests/kraken/**"):
BUG_COMPONENT = ("Core", "Javascript Engine")
BUG_COMPONENT = ("Core", "JavaScript Engine")
with Files("talos/talos/tests/a11y/**"):
BUG_COMPONENT = ("Core", "Disability Access APIs")