From 2707fcbd6cf10405c3e6186cbce3a940a606035e Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Sun, 4 Nov 2018 12:57:04 +0000 Subject: [PATCH] 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 --- layout/ipc/moz.build | 2 +- layout/painting/moz.build | 2 +- testing/web-platform/moz.build | 2 +- view/moz.build | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layout/ipc/moz.build b/layout/ipc/moz.build index b1404bde5d10..be9ac82b7ea8 100644 --- a/layout/ipc/moz.build +++ b/layout/ipc/moz.build @@ -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', diff --git a/layout/painting/moz.build b/layout/painting/moz.build index 39f89119c4b4..f86e8c961a86 100644 --- a/layout/painting/moz.build +++ b/layout/painting/moz.build @@ -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', diff --git a/testing/web-platform/moz.build b/testing/web-platform/moz.build index ace1b7756e22..83b231f67aa0 100644 --- a/testing/web-platform/moz.build +++ b/testing/web-platform/moz.build @@ -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") diff --git a/view/moz.build b/view/moz.build index 32b8390b3669..d91234a6fc8a 100644 --- a/view/moz.build +++ b/view/moz.build @@ -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',