author | L. David Baron <dbaron@dbaron.org> |
Thu, 13 Oct 2016 11:41:51 -0700 | |
changeset 317906 | 4c3a2d9775068884d9cb15a88d63dba5e3cdbeca |
parent 317905 | 860ba5468626ee1c99780b3879f7c2009054c0b3 |
child 317907 | a7420b8839d209efd12fa95db6e43de75e6f6971 |
push id | 33170 |
push user | cbook@mozilla.com |
push date | Fri, 14 Oct 2016 10:37:07 +0000 |
treeherder | autoland@0d101ebfd95c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1277129 |
milestone | 52.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/layout/generic/moz.build +++ b/layout/generic/moz.build @@ -3,16 +3,20 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. with Files('nsBlock*'): # Parts of these files are really Layout: Floats BUG_COMPONENT = ('Core', 'Layout: Block and Inline') +with Files('Block*'): + # Parts of these files are really Layout: Floats + BUG_COMPONENT = ('Core', 'Layout: Block and Inline') + with Files('nsLine*'): # Parts of these files are really Layout: Floats BUG_COMPONENT = ('Core', 'Layout: Block and Inline') with Files('nsInlineFrame.*'): BUG_COMPONENT = ('Core', 'Layout: Block and Inline') with Files('nsBRFrame.*'): @@ -49,22 +53,28 @@ with Files('nsHTMLCanvasFrame.*'): BUG_COMPONENT = ('Core', 'Layout: Images') with Files('nsImage*'): BUG_COMPONENT = ('Core', 'Layout: Images') with Files('nsAbsoluteContainingBlock.*'): BUG_COMPONENT = ('Core', 'Layout: R & A Pos') +with Files('Sticky*'): + BUG_COMPONENT = ('Core', 'Layout: R & A Pos') + with Files('nsPluginFrame.*'): BUG_COMPONENT = ('Core', 'Plug-ins') with Files('nsVideoFrame.*'): BUG_COMPONENT = ('Core', 'Video/Audio') +with Files('*Selection*'): + BUG_COMPONENT = ('Core', 'Selection') + EXPORTS += [ 'AsyncScrollBase.h', 'nsCanvasFrame.h', 'nsContainerFrame.h', 'nsDirection.h', 'nsFrame.h', 'nsFrameIdList.h', 'nsFrameList.h',