зеркало из https://github.com/mozilla/gecko-dev.git
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
This commit is contained in:
Родитель
59c2439982
Коммит
447d464a1a
|
@ -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']
|
||||
JAR_MANIFESTS += ['jar.mn']
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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/**'):
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче