From bcdcf7554bc2cf7566b06393b727a2f270fb58cb Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Wed, 5 Sep 2018 11:16:02 +0000 Subject: [PATCH] Bug 1487190 - Update bugzilla metadata in moz.build files to reflect Layout components reorganization in bug 1484408. r=heycam Differential Revision: https://phabricator.services.mozilla.com/D4642 --HG-- extra : moz-landing-system : lando --- dom/locales/moz.build | 4 ++-- dom/tests/moz.build | 2 +- layout/base/moz.build | 2 +- layout/generic/moz.build | 34 ++++++++++++++++++++++------- layout/ipc/moz.build | 2 +- layout/painting/moz.build | 2 +- layout/reftests/moz.build | 40 +++++++++++++++++----------------- testing/web-platform/moz.build | 4 ++-- view/moz.build | 2 +- 9 files changed, 55 insertions(+), 37 deletions(-) diff --git a/dom/locales/moz.build b/dom/locales/moz.build index 71563c5bde68..ab9a04b5574f 100644 --- a/dom/locales/moz.build +++ b/dom/locales/moz.build @@ -26,7 +26,7 @@ with Files("en-US/chrome/layout/layout_errors.properties"): BUG_COMPONENT = ("Core", "DOM: Animation") with Files("en-US/chrome/layout/MediaDocument.properties"): - BUG_COMPONENT = ("Core", "Layout: Images") + BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames") with Files("en-US/chrome/layout/printing.properties"): BUG_COMPONENT = ("Core", "Printing: Output") @@ -58,4 +58,4 @@ with Files("en-US/chrome/xslt/**"): with Files("en-US/chrome/plugins.properties"): BUG_COMPONENT = ("Core", "Plug-ins") -JAR_MANIFESTS += ['jar.mn'] \ No newline at end of file +JAR_MANIFESTS += ['jar.mn'] diff --git a/dom/tests/moz.build b/dom/tests/moz.build index 69690709d396..334ca6324836 100644 --- a/dom/tests/moz.build +++ b/dom/tests/moz.build @@ -86,7 +86,7 @@ with Files("mochitest/orientation/**"): BUG_COMPONENT = ("Core", "DOM: Device Interfaces") with Files("mochitest/orientation/*507902*"): - BUG_COMPONENT = ("Core", "Layout: Images") + BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames") with Files("mochitest/pointerlock/**"): BUG_COMPONENT = ("Core", "DOM") diff --git a/layout/base/moz.build b/layout/base/moz.build index b3dcc607e573..5792972d791d 100644 --- a/layout/base/moz.build +++ b/layout/base/moz.build @@ -14,7 +14,7 @@ with Files('nsChangeHint.h'): BUG_COMPONENT = ('Core', 'CSS Parsing and Computation') with Files('nsBidi*'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('AccessibleCaret*'): BUG_COMPONENT = ('Core', 'Selection') diff --git a/layout/generic/moz.build b/layout/generic/moz.build index 21a88542d115..7614f079a3ca 100644 --- a/layout/generic/moz.build +++ b/layout/generic/moz.build @@ -32,16 +32,19 @@ with Files('MathML*'): BUG_COMPONENT = ('Core', 'MathML') with Files('Text*'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('nsText*'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('nsFrameSetFrame*'): - BUG_COMPONENT = ('Core', 'Layout: HTML Frames') + BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames') with Files('nsSubDocumentFrame*'): - BUG_COMPONENT = ('Core', 'Layout: HTML Frames') + BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames') + +with Files('nsFlex*'): + BUG_COMPONENT = ('Core', 'Layout: Flexbox') with Files('nsFloatManager.*'): BUG_COMPONENT = ('Core', 'Layout: Floats') @@ -49,17 +52,32 @@ with Files('nsFloatManager.*'): with Files('nsIntervalSet.*'): BUG_COMPONENT = ('Core', 'Layout: Floats') +with Files('nsGrid*'): + BUG_COMPONENT = ('Core', 'Layout: Grid') + with Files('nsHTMLCanvasFrame.*'): - BUG_COMPONENT = ('Core', 'Layout: Images') + BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames') with Files('nsImage*'): - BUG_COMPONENT = ('Core', 'Layout: Images') + BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames') with Files('nsAbsoluteContainingBlock.*'): - BUG_COMPONENT = ('Core', 'Layout: R & A Pos') + BUG_COMPONENT = ('Core', 'Layout: Positioned') with Files('Sticky*'): - BUG_COMPONENT = ('Core', 'Layout: R & A Pos') + BUG_COMPONENT = ('Core', 'Layout: Positioned') + +with Files('nsRuby*'): + BUG_COMPONENT = ('Core', 'Layout: Ruby') + +with Files('Ruby*'): + BUG_COMPONENT = ('Core', 'Layout: Ruby') + +with Files('*Scroll*'): + BUG_COMPONENT = ('Core', 'Layout: Scrolling and Overflow') + +with Files('nsFont*'): + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('nsPluginFrame.*'): BUG_COMPONENT = ('Core', 'Plug-ins') diff --git a/layout/ipc/moz.build b/layout/ipc/moz.build index d9cf962ca289..b1404bde5d10 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: View Rendering') + BUG_COMPONENT = ('Core', 'Layout: Web Painting') EXPORTS.mozilla.layout += [ 'RenderFrameChild.h', diff --git a/layout/painting/moz.build b/layout/painting/moz.build index c832f5c1a050..d437ddc1ab35 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: View Rendering') + BUG_COMPONENT = ('Core', 'Layout: Web Painting') EXPORTS += [ 'ActiveLayerTracker.h', diff --git a/layout/reftests/moz.build b/layout/reftests/moz.build index ee3713b42b2b..b9859427d7a4 100644 --- a/layout/reftests/moz.build +++ b/layout/reftests/moz.build @@ -56,13 +56,13 @@ TEST_HARNESS_FILES.testing.mochitest.tests.fonts += [ REFTEST_MANIFESTS += ['reftest.list'] with Files('abs-pos/**'): - BUG_COMPONENT = ('Core', 'Layout: R & A Pos') + BUG_COMPONENT = ('Core', 'Layout: Positioned') with Files('async-scrolling/**'): BUG_COMPONENT = ('Core', 'Layout') with Files('backgrounds/**'): BUG_COMPONENT = ('Core', 'Layout') with Files('bidi/**'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('border-image/**'): BUG_COMPONENT = ('Core', 'Layout') with Files('border-radius/**'): @@ -80,7 +80,7 @@ with Files('box-sizing/**'): with Files('bugs/**'): BUG_COMPONENT = ('Core', 'Layout') with Files('canvas/**'): - BUG_COMPONENT = ('Core', 'Layout: Images') + BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames') with Files('columns/**'): BUG_COMPONENT = ('Core', 'Layout: Block and Inline') with Files('counter-style/**'): @@ -162,15 +162,15 @@ with Files('floats/**'): with Files('font-face/**'): BUG_COMPONENT = ('Core', 'CSS Parsing and Computation') with Files('font-features/**'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('font-inflation/**'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('font-loading-api/**'): BUG_COMPONENT = ('Core', 'CSS Parsing and Computation') with Files('font-matching/**'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('fonts/**'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('forms/**'): BUG_COMPONENT = ('Core', 'Layout: Form Controls') with Files('generated-content/**'): @@ -178,15 +178,15 @@ with Files('generated-content/**'): with Files('ib-split/**'): BUG_COMPONENT = ('Core', 'Layout: Block and Inline') with Files('image/**'): - BUG_COMPONENT = ('Core', 'Layout: Images') + BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames') with Files('image-element/**'): - BUG_COMPONENT = ('Core', 'Layout: Images') + BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames') with Files('image-rect/**'): BUG_COMPONENT = ('Core', 'Layout') with Files('image-region/**'): - BUG_COMPONENT = ('Core', 'Layout: Images') + BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames') with Files('indic-shaping/**'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('inline/**'): BUG_COMPONENT = ('Core', 'Layout: Block and Inline') with Files('inline-borderpadding/**'): @@ -220,11 +220,11 @@ with Files('percent-overflow-sizing/**'): with Files('pixel-rounding/**'): BUG_COMPONENT = ('Core', 'Layout') with Files('position-dynamic-changes/**'): - BUG_COMPONENT = ('Core', 'Layout: R & A Pos') + BUG_COMPONENT = ('Core', 'Layout: Positioned') with Files('position-relative/**'): - BUG_COMPONENT = ('Core', 'Layout: R & A Pos') + BUG_COMPONENT = ('Core', 'Layout: Positioned') with Files('position-sticky/**'): - BUG_COMPONENT = ('Core', 'Layout: R & A Pos') + BUG_COMPONENT = ('Core', 'Layout: Positioned') with Files('printing/**'): BUG_COMPONENT = ('Core', 'Printing: Output') with Files('reftest-sanity/**'): @@ -236,7 +236,7 @@ with Files('selection/**'): with Files('svg/**'): BUG_COMPONENT = ('Core', 'SVG') with Files('tab-size/**'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('table-anonymous-boxes/**'): BUG_COMPONENT = ('Core', 'Layout: Tables') with Files('table-background/**'): @@ -250,19 +250,19 @@ with Files('table-overflow/**'): with Files('table-width/**'): BUG_COMPONENT = ('Core', 'Layout: Tables') with Files('text/**'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('text-decoration/**'): BUG_COMPONENT = ('Core', 'Layout: Block and Inline') with Files('text-indent/**'): BUG_COMPONENT = ('Core', 'Layout: Block and Inline') with Files('text-overflow/**'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('text-shadow/**'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('text-svgglyphs/**'): BUG_COMPONENT = ('Core', 'SVG') with Files('text-transform/**'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('transform/**'): BUG_COMPONENT = ('Core', 'Layout') with Files('transform-3d/**'): @@ -286,7 +286,7 @@ with Files('w3c-css/submitted/css21/**'): with Files('w3c-css/submitted/flexbox/**'): BUG_COMPONENT = ('Core', 'Layout') with Files('w3c-css/submitted/fonts3/**'): - BUG_COMPONENT = ('Core', 'Layout: Text') + BUG_COMPONENT = ('Core', 'Layout: Text and Fonts') with Files('w3c-css/submitted/ib-split/**'): BUG_COMPONENT = ('Core', 'Layout: Block and Inline') with Files('w3c-css/submitted/images3/**'): diff --git a/testing/web-platform/moz.build b/testing/web-platform/moz.build index df9b62fe0fcf..27081ee029fe 100644 --- a/testing/web-platform/moz.build +++ b/testing/web-platform/moz.build @@ -221,10 +221,10 @@ with Files("tests/css/css-cascade/**"): BUG_COMPONENT = ("Core", "CSS Parsing and Computation") with Files("tests/css/css-font-loading/**"): - BUG_COMPONENT = ("Core", "Layout: Text") + BUG_COMPONENT = ("Core", "Layout: Text and Fonts") with Files("tests/css/css-fonts/**"): - BUG_COMPONENT = ("Core", "Layout: Text") + BUG_COMPONENT = ("Core", "Layout: Text and Fonts") with Files("tests/css/css-paint-api/**"): BUG_COMPONENT = ("Core", "Layout: Web Painting") diff --git a/view/moz.build b/view/moz.build index afb283786384..32b8390b3669 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: View Rendering') + BUG_COMPONENT = ('Core', 'Layout: Web Painting') EXPORTS += [ 'nsView.h',