Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit b9abf01

Browse files
committed
Backed out changeset 9e0481c2413d (bug 1487190) for breaking Gecko Decision Task. CLOSED TREE
1 parent 447d464 commit b9abf01

9 files changed

Lines changed: 37 additions & 55 deletions

File tree

dom/locales/moz.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ with Files("en-US/chrome/layout/layout_errors.properties"):
2626
BUG_COMPONENT = ("Core", "DOM: Animation")
2727

2828
with Files("en-US/chrome/layout/MediaDocument.properties"):
29-
BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames")
29+
BUG_COMPONENT = ("Core", "Layout: Images")
3030

3131
with Files("en-US/chrome/layout/printing.properties"):
3232
BUG_COMPONENT = ("Core", "Printing: Output")
@@ -58,4 +58,4 @@ with Files("en-US/chrome/xslt/**"):
5858
with Files("en-US/chrome/plugins.properties"):
5959
BUG_COMPONENT = ("Core", "Plug-ins")
6060

61-
JAR_MANIFESTS += ['jar.mn']
61+
JAR_MANIFESTS += ['jar.mn']

dom/tests/moz.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ with Files("mochitest/orientation/**"):
8686
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
8787

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

9191
with Files("mochitest/pointerlock/**"):
9292
BUG_COMPONENT = ("Core", "DOM")

layout/base/moz.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ with Files('nsChangeHint.h'):
1414
BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
1515

1616
with Files('nsBidi*'):
17-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
17+
BUG_COMPONENT = ('Core', 'Layout: Text')
1818

1919
with Files('AccessibleCaret*'):
2020
BUG_COMPONENT = ('Core', 'Selection')

layout/generic/moz.build

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,52 +32,34 @@ with Files('MathML*'):
3232
BUG_COMPONENT = ('Core', 'MathML')
3333

3434
with Files('Text*'):
35-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
35+
BUG_COMPONENT = ('Core', 'Layout: Text')
3636

3737
with Files('nsText*'):
38-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
38+
BUG_COMPONENT = ('Core', 'Layout: Text')
3939

4040
with Files('nsFrameSetFrame*'):
41-
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
41+
BUG_COMPONENT = ('Core', 'Layout: HTML Frames')
4242

4343
with Files('nsSubDocumentFrame*'):
44-
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
45-
46-
with Files('nsFlex.*'):
47-
BUG_COMPONENT = ('Core', 'Layout: Flexbox')
44+
BUG_COMPONENT = ('Core', 'Layout: HTML Frames')
4845

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

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

55-
with Files('nsGrid.*'):
56-
BUG_COMPONENT = ('Core', 'Layout: Grid')
57-
5852
with Files('nsHTMLCanvasFrame.*'):
59-
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
53+
BUG_COMPONENT = ('Core', 'Layout: Images')
6054

6155
with Files('nsImage*'):
62-
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
56+
BUG_COMPONENT = ('Core', 'Layout: Images')
6357

6458
with Files('nsAbsoluteContainingBlock.*'):
65-
BUG_COMPONENT = ('Core', 'Layout: Positioned')
59+
BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
6660

6761
with Files('Sticky*'):
68-
BUG_COMPONENT = ('Core', 'Layout: Positioned')
69-
70-
with Files('nsRuby*'):
71-
BUG_COMPONENT = ('Core', 'Layout: Ruby')
72-
73-
with Files('Ruby*'):
74-
BUG_COMPONENT = ('Core', 'Layout: Ruby')
75-
76-
with Files('*Scroll*'):
77-
BUG_COMPONENT = ('Core', 'Layout: Scrolling and Overflow')
78-
79-
with Files('nsFont.*'):
80-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts')
62+
BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
8163

8264
with Files('nsPluginFrame.*'):
8365
BUG_COMPONENT = ('Core', 'Plug-ins')

layout/ipc/moz.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

77
with Files('**'):
8-
BUG_COMPONENT = ('Core', 'Layout: Web Painting')
8+
BUG_COMPONENT = ('Core', 'Layout: View Rendering')
99

1010
EXPORTS.mozilla.layout += [
1111
'RenderFrameChild.h',

layout/painting/moz.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

77
with Files('**'):
8-
BUG_COMPONENT = ('Core', 'Layout: Web Painting')
8+
BUG_COMPONENT = ('Core', 'Layout: View Rendering')
99

1010
EXPORTS += [
1111
'ActiveLayerTracker.h',

layout/reftests/moz.build

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ TEST_HARNESS_FILES.testing.mochitest.tests.fonts += [
5656
REFTEST_MANIFESTS += ['reftest.list']
5757

5858
with Files('abs-pos/**'):
59-
BUG_COMPONENT = ('Core', 'Layout: Positioned')
59+
BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
6060
with Files('async-scrolling/**'):
6161
BUG_COMPONENT = ('Core', 'Layout')
6262
with Files('backgrounds/**'):
6363
BUG_COMPONENT = ('Core', 'Layout')
6464
with Files('bidi/**'):
65-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts)
65+
BUG_COMPONENT = ('Core', 'Layout: Text')
6666
with Files('border-image/**'):
6767
BUG_COMPONENT = ('Core', 'Layout')
6868
with Files('border-radius/**'):
@@ -80,7 +80,7 @@ with Files('box-sizing/**'):
8080
with Files('bugs/**'):
8181
BUG_COMPONENT = ('Core', 'Layout')
8282
with Files('canvas/**'):
83-
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
83+
BUG_COMPONENT = ('Core', 'Layout: Images')
8484
with Files('columns/**'):
8585
BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
8686
with Files('counter-style/**'):
@@ -162,31 +162,31 @@ with Files('floats/**'):
162162
with Files('font-face/**'):
163163
BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
164164
with Files('font-features/**'):
165-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts)
165+
BUG_COMPONENT = ('Core', 'Layout: Text')
166166
with Files('font-inflation/**'):
167-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts)
167+
BUG_COMPONENT = ('Core', 'Layout: Text')
168168
with Files('font-loading-api/**'):
169169
BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
170170
with Files('font-matching/**'):
171-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts)
171+
BUG_COMPONENT = ('Core', 'Layout: Text')
172172
with Files('fonts/**'):
173-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts)
173+
BUG_COMPONENT = ('Core', 'Layout: Text')
174174
with Files('forms/**'):
175175
BUG_COMPONENT = ('Core', 'Layout: Form Controls')
176176
with Files('generated-content/**'):
177177
BUG_COMPONENT = ('Core', 'Layout')
178178
with Files('ib-split/**'):
179179
BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
180180
with Files('image/**'):
181-
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
181+
BUG_COMPONENT = ('Core', 'Layout: Images')
182182
with Files('image-element/**'):
183-
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
183+
BUG_COMPONENT = ('Core', 'Layout: Images')
184184
with Files('image-rect/**'):
185185
BUG_COMPONENT = ('Core', 'Layout')
186186
with Files('image-region/**'):
187-
BUG_COMPONENT = ('Core', 'Layout: Images, Video, and HTML Frames')
187+
BUG_COMPONENT = ('Core', 'Layout: Images')
188188
with Files('indic-shaping/**'):
189-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts)
189+
BUG_COMPONENT = ('Core', 'Layout: Text')
190190
with Files('inline/**'):
191191
BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
192192
with Files('inline-borderpadding/**'):
@@ -220,11 +220,11 @@ with Files('percent-overflow-sizing/**'):
220220
with Files('pixel-rounding/**'):
221221
BUG_COMPONENT = ('Core', 'Layout')
222222
with Files('position-dynamic-changes/**'):
223-
BUG_COMPONENT = ('Core', 'Layout: Positioned')
223+
BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
224224
with Files('position-relative/**'):
225-
BUG_COMPONENT = ('Core', 'Layout: Positioned')
225+
BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
226226
with Files('position-sticky/**'):
227-
BUG_COMPONENT = ('Core', 'Layout: Positioned')
227+
BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
228228
with Files('printing/**'):
229229
BUG_COMPONENT = ('Core', 'Printing: Output')
230230
with Files('reftest-sanity/**'):
@@ -236,7 +236,7 @@ with Files('selection/**'):
236236
with Files('svg/**'):
237237
BUG_COMPONENT = ('Core', 'SVG')
238238
with Files('tab-size/**'):
239-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts)
239+
BUG_COMPONENT = ('Core', 'Layout: Text')
240240
with Files('table-anonymous-boxes/**'):
241241
BUG_COMPONENT = ('Core', 'Layout: Tables')
242242
with Files('table-background/**'):
@@ -250,19 +250,19 @@ with Files('table-overflow/**'):
250250
with Files('table-width/**'):
251251
BUG_COMPONENT = ('Core', 'Layout: Tables')
252252
with Files('text/**'):
253-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts)
253+
BUG_COMPONENT = ('Core', 'Layout: Text')
254254
with Files('text-decoration/**'):
255255
BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
256256
with Files('text-indent/**'):
257257
BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
258258
with Files('text-overflow/**'):
259-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts)
259+
BUG_COMPONENT = ('Core', 'Layout: Text')
260260
with Files('text-shadow/**'):
261-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts)
261+
BUG_COMPONENT = ('Core', 'Layout: Text')
262262
with Files('text-svgglyphs/**'):
263263
BUG_COMPONENT = ('Core', 'SVG')
264264
with Files('text-transform/**'):
265-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts)
265+
BUG_COMPONENT = ('Core', 'Layout: Text')
266266
with Files('transform/**'):
267267
BUG_COMPONENT = ('Core', 'Layout')
268268
with Files('transform-3d/**'):
@@ -286,7 +286,7 @@ with Files('w3c-css/submitted/css21/**'):
286286
with Files('w3c-css/submitted/flexbox/**'):
287287
BUG_COMPONENT = ('Core', 'Layout')
288288
with Files('w3c-css/submitted/fonts3/**'):
289-
BUG_COMPONENT = ('Core', 'Layout: Text and Fonts)
289+
BUG_COMPONENT = ('Core', 'Layout: Text')
290290
with Files('w3c-css/submitted/ib-split/**'):
291291
BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
292292
with Files('w3c-css/submitted/images3/**'):

testing/web-platform/moz.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ with Files("tests/css/css-cascade/**"):
221221
BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
222222

223223
with Files("tests/css/css-font-loading/**"):
224-
BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
224+
BUG_COMPONENT = ("Core", "Layout: Text")
225225

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

229229
with Files("tests/css/css-paint-api/**"):
230230
BUG_COMPONENT = ("Core", "Layout: Web Painting")

view/moz.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

77
with Files('**'):
8-
BUG_COMPONENT = ('Core', 'Layout: Web Painting')
8+
BUG_COMPONENT = ('Core', 'Layout: View Rendering')
99

1010
EXPORTS += [
1111
'nsView.h',

0 commit comments

Comments
 (0)