Bug 1504521 - rename in-tree mentions of bugzilla metadata for product and component "Core :: Layout: Web Painting" to "Core :: Web Painting" r=kats

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sebastian Hengst 2018-11-04 12:57:04 +00:00
Родитель 7f1ff917d9
Коммит 2707fcbd6c
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Core', 'Layout: Web Painting')
BUG_COMPONENT = ('Core', 'Web Painting')
EXPORTS.mozilla.layout += [
'RenderFrameChild.h',

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

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

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

@ -222,7 +222,7 @@ with Files("tests/css/css-fonts/**"):
BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
with Files("tests/css/css-paint-api/**"):
BUG_COMPONENT = ("Core", "Layout: Web Painting")
BUG_COMPONENT = ("Core", "Web Painting")
with Files("tests/css/css-scoping/**"):
BUG_COMPONENT = ("Core", "CSS Parsing and Computation")

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

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