Skip to content

Commit

Permalink
Backed out changeset 834a75789c0a (bug 1487190) for bustage due to un…
Browse files Browse the repository at this point in the history
…used file pattern
  • Loading branch information
Archaeopteryx committed Sep 5, 2018
1 parent 38d937a commit 0003a3c
Showing 9 changed files with 37 additions and 55 deletions.
4 changes: 2 additions & 2 deletions dom/locales/moz.build
Original file line number Diff line number Diff line change
@@ -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, Video, and HTML Frames")
BUG_COMPONENT = ("Core", "Layout: Images")

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']
JAR_MANIFESTS += ['jar.mn']
2 changes: 1 addition & 1 deletion dom/tests/moz.build
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ with Files("mochitest/orientation/**"):
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")

with Files("mochitest/orientation/*507902*"):
BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames")
BUG_COMPONENT = ("Core", "Layout: Images")

with Files("mochitest/pointerlock/**"):
BUG_COMPONENT = ("Core", "DOM")
2 changes: 1 addition & 1 deletion layout/base/moz.build
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ with Files('nsChangeHint.h'):
BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')

with Files('nsBidi*'):
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')

with Files('AccessibleCaret*'):
BUG_COMPONENT = ('Core', 'Selection')
34 changes: 8 additions & 26 deletions layout/generic/moz.build
Original file line number Diff line number Diff line change
@@ -32,52 +32,34 @@ with Files('MathML*'):
BUG_COMPONENT = ('Core', 'MathML')

with Files('Text*'):
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')

with Files('nsText*'):
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')

with Files('nsFrameSetFrame*'):
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
BUG_COMPONENT = ('Core', 'Layout: HTML Frames')

with Files('nsSubDocumentFrame*'):
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')

with Files('nsFlex.*'):
BUG_COMPONENT = ('Core', 'Layout: Flexbox')
BUG_COMPONENT = ('Core', 'Layout: HTML Frames')

with Files('nsFloatManager.*'):
BUG_COMPONENT = ('Core', 'Layout: Floats')

with Files('nsIntervalSet.*'):
BUG_COMPONENT = ('Core', 'Layout: Floats')

with Files('nsGrid.*'):
BUG_COMPONENT = ('Core', 'Layout: Grid')

with Files('nsHTMLCanvasFrame.*'):
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
BUG_COMPONENT = ('Core', 'Layout: Images')

with Files('nsImage*'):
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
BUG_COMPONENT = ('Core', 'Layout: Images')

with Files('nsAbsoluteContainingBlock.*'):
BUG_COMPONENT = ('Core', 'Layout: Positioned')
BUG_COMPONENT = ('Core', 'Layout: R & A Pos')

with Files('Sticky*'):
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')
BUG_COMPONENT = ('Core', 'Layout: R & A Pos')

with Files('nsPluginFrame.*'):
BUG_COMPONENT = ('Core', 'Plug-ins')
2 changes: 1 addition & 1 deletion layout/ipc/moz.build
Original file line number Diff line number Diff line change
@@ -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', 'Layout: View Rendering')

EXPORTS.mozilla.layout += [
'RenderFrameChild.h',
2 changes: 1 addition & 1 deletion layout/painting/moz.build
Original file line number Diff line number Diff line change
@@ -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', 'Layout: View Rendering')

EXPORTS += [
'ActiveLayerTracker.h',
40 changes: 20 additions & 20 deletions layout/reftests/moz.build
Original file line number Diff line number Diff line change
@@ -56,13 +56,13 @@ TEST_HARNESS_FILES.testing.mochitest.tests.fonts += [
REFTEST_MANIFESTS += ['reftest.list']

with Files('abs-pos/**'):
BUG_COMPONENT = ('Core', 'Layout: Positioned')
BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
with Files('async-scrolling/**'):
BUG_COMPONENT = ('Core', 'Layout')
with Files('backgrounds/**'):
BUG_COMPONENT = ('Core', 'Layout')
with Files('bidi/**'):
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')
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, Video, and HTML Frames')
BUG_COMPONENT = ('Core', 'Layout: Images')
with Files('columns/**'):
BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
with Files('counter-style/**'):
@@ -162,31 +162,31 @@ with Files('floats/**'):
with Files('font-face/**'):
BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
with Files('font-features/**'):
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')
with Files('font-inflation/**'):
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')
with Files('font-loading-api/**'):
BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
with Files('font-matching/**'):
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')
with Files('fonts/**'):
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')
with Files('forms/**'):
BUG_COMPONENT = ('Core', 'Layout: Form Controls')
with Files('generated-content/**'):
BUG_COMPONENT = ('Core', 'Layout')
with Files('ib-split/**'):
BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
with Files('image/**'):
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
BUG_COMPONENT = ('Core', 'Layout: Images')
with Files('image-element/**'):
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
BUG_COMPONENT = ('Core', 'Layout: Images')
with Files('image-rect/**'):
BUG_COMPONENT = ('Core', 'Layout')
with Files('image-region/**'):
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
BUG_COMPONENT = ('Core', 'Layout: Images')
with Files('indic-shaping/**'):
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')
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: Positioned')
BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
with Files('position-relative/**'):
BUG_COMPONENT = ('Core', 'Layout: Positioned')
BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
with Files('position-sticky/**'):
BUG_COMPONENT = ('Core', 'Layout: Positioned')
BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
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 and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')
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 and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')
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 and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')
with Files('text-shadow/**'):
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')
with Files('text-svgglyphs/**'):
BUG_COMPONENT = ('Core', 'SVG')
with Files('text-transform/**'):
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')
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 and Fonts')
BUG_COMPONENT = ('Core', 'Layout: Text')
with Files('w3c-css/submitted/ib-split/**'):
BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
with Files('w3c-css/submitted/images3/**'):
4 changes: 2 additions & 2 deletions testing/web-platform/moz.build
Original file line number Diff line number Diff line change
@@ -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 and Fonts")
BUG_COMPONENT = ("Core", "Layout: Text")

with Files("tests/css/css-fonts/**"):
BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
BUG_COMPONENT = ("Core", "Layout: Text")

with Files("tests/css/css-paint-api/**"):
BUG_COMPONENT = ("Core", "Layout: Web Painting")
2 changes: 1 addition & 1 deletion view/moz.build
Original file line number Diff line number Diff line change
@@ -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', 'Layout: View Rendering')

EXPORTS += [
'nsView.h',

0 comments on commit 0003a3c

Please sign in to comment.