gecko-dev/layout/xul/grid
Mats Palmgren 1242172259 Bug 1364805 part 2 - Add a nsIFrame::mClass field and propagate the concrete class' value up the ctor chain. r=jfkthame
nsIFrame::mClass is of type enum class nsQueryFrame::ClassID which is
a strict subset of the nsQueryFrame::FrameIID values.  For a concrete
frame class, its FrameIID is the same numeric value as its ClassID.

MozReview-Commit-ID: 1N0AkCGo1ol
2017-05-26 12:11:11 +02:00
..
crashtests
examples
reftests Bug 1361645 - Change reftest condition stylo to styloVsGecko r=dbaron 2017-05-25 11:26:12 +08:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
nsGrid.cpp
nsGrid.h
nsGridCell.cpp
nsGridCell.h
nsGridLayout2.cpp
nsGridLayout2.h
nsGridRow.cpp
nsGridRow.h
nsGridRowGroupFrame.cpp
nsGridRowGroupFrame.h Bug 1364805 part 2 - Add a nsIFrame::mClass field and propagate the concrete class' value up the ctor chain. r=jfkthame 2017-05-26 12:11:11 +02:00
nsGridRowGroupLayout.cpp
nsGridRowGroupLayout.h
nsGridRowLayout.cpp
nsGridRowLayout.h
nsGridRowLeafFrame.cpp
nsGridRowLeafFrame.h Bug 1364805 part 2 - Add a nsIFrame::mClass field and propagate the concrete class' value up the ctor chain. r=jfkthame 2017-05-26 12:11:11 +02:00
nsGridRowLeafLayout.cpp
nsGridRowLeafLayout.h
nsIGridPart.h