gecko-dev/layout/tables
L. David Baron f56a065e7d Bug 1353187 - Give frame properties the const-ness semantics of member variables. r=dholbert
This makes it so that, given a |const nsIFrame*|, a caller can retrieve
properties but not set or remove them, but with an |nsIFrame*| all
operations are allowed.  I believe this is sensible since properties act
as extended member variables for things that are needed rarely, and
these are the const-ness semantics of member variables.

This also avoids the need for const_cast<nsIFrame*> to cast away const
in the following patch, which guards property access with a frame state
bit.

MozReview-Commit-ID: IJ9JnGzdH51

--HG--
extra : transplant_source : %D4%DF%04%91_q%E6%CF%B3N%82%2C%A5%CB0%3A%B6%810%ED
2017-04-04 20:59:21 -07:00
..
crashtests Merge inbound to central, a=merge 2017-03-14 17:18:59 -07:00
reftests Bug 1343771. Fix stylo to properly update styles on the anonymous block inside a table cell. r=emilio 2017-03-03 16:14:39 -05:00
test Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
BasicTableLayoutStrategy.cpp Bug 1300369 part 11 - Move nsLayoutUtils::ComputeISizeValue to a nsIFrame method (idempotent patch). r=dholbert 2016-11-05 02:57:07 +01:00
BasicTableLayoutStrategy.h Bug 1277129 Part 7b - Rename various ReflowState variables to ReflowInput. r=dbaron 2016-07-21 18:36:39 +08:00
FixedTableLayoutStrategy.cpp Bug 1300369 part 11 - Move nsLayoutUtils::ComputeISizeValue to a nsIFrame method (idempotent patch). r=dholbert 2016-11-05 02:57:07 +01:00
FixedTableLayoutStrategy.h Bug 1277129 Part 7b - Rename various ReflowState variables to ReflowInput. r=dbaron 2016-07-21 18:36:39 +08:00
SpanningCellSorter.cpp Bug 1253085 - Remove the |PLDHashTable*| argument from PLDHash{HashKey,MatchEntry}. r=froydnj. 2016-03-16 15:33:44 +11:00
SpanningCellSorter.h Bug 1253085 - Remove the |PLDHashTable*| argument from PLDHash{HashKey,MatchEntry}. r=froydnj. 2016-03-16 15:33:44 +11:00
TableArea.h
celldata.h Bug 1242164 - Remove the implementation of colspan=0 (which is now dead code). r=dbaron 2016-01-27 17:02:12 +01:00
moz.build Bug 1318805 - Move the code for the Web Painting module to layout/painting; r=mattwoodrow 2016-11-21 20:01:15 -05:00
nsCellMap.cpp Bug 1320014 Part 2 - Rename Corner to LogicalCorner, and move it to nsStyleCoord.h. r=mats 2017-01-04 16:52:12 +08:00
nsCellMap.h Bug 1320014 Part 2 - Rename Corner to LogicalCorner, and move it to nsStyleCoord.h. r=mats 2017-01-04 16:52:12 +08:00
nsITableCellLayout.h
nsITableLayoutStrategy.h Bug 1277129 Part 7b - Rename various ReflowState variables to ReflowInput. r=dbaron 2016-07-21 18:36:39 +08:00
nsTableCellFrame.cpp Bug 1341101 part 4 - Specify a nsRenderingContext for nsCSSRendering::PaintStyleImageLayer r=mattwoodrow 2017-03-15 00:25:09 -04:00
nsTableCellFrame.h Bug 1343771. Fix stylo to properly update styles on the anonymous block inside a table cell. r=emilio 2017-03-03 16:14:39 -05:00
nsTableColFrame.cpp Bug 775624 Part 22 - Remove NS_FRAME_COMPLETE. r=dholbert 2017-02-14 17:55:48 +08:00
nsTableColFrame.h Bug 1342801 - Store the 'writing-mode' used value on nsIFrame and make GetWritingMode non-virtual. r=jfkthame 2017-02-28 18:58:30 +01:00
nsTableColGroupFrame.cpp Bug 1322570 Part 8 - Run debug code only if the style source is a gecko rule node. r=bholley 2017-03-20 17:05:16 +08:00
nsTableColGroupFrame.h Bug 1342801 - Store the 'writing-mode' used value on nsIFrame and make GetWritingMode non-virtual. r=jfkthame 2017-02-28 18:58:30 +01:00
nsTableFrame.cpp Bug 1353187 - Give frame properties the const-ness semantics of member variables. r=dholbert 2017-04-04 20:59:21 -07:00
nsTableFrame.h Bug 1353187 - Give frame properties the const-ness semantics of member variables. r=dholbert 2017-04-04 20:59:21 -07:00
nsTablePainter.cpp Bug 1341101 part 4 - Specify a nsRenderingContext for nsCSSRendering::PaintStyleImageLayer r=mattwoodrow 2017-03-15 00:25:09 -04:00
nsTablePainter.h
nsTableRowFrame.cpp Bug 1342801 - Store the 'writing-mode' used value on nsIFrame and make GetWritingMode non-virtual. r=jfkthame 2017-02-28 18:58:30 +01:00
nsTableRowFrame.h Bug 1285874 - Maintain a map of removed table-rows and use it to lazily recalculate row indices. r=dbaron 2017-03-02 15:09:30 -08:00
nsTableRowGroupFrame.cpp Bug 1285874 - Maintain a map of removed table-rows and use it to lazily recalculate row indices. r=dbaron 2017-03-02 15:09:30 -08:00
nsTableRowGroupFrame.h Bug 1285874 - Maintain a map of removed table-rows and use it to lazily recalculate row indices. r=dbaron 2017-03-02 15:09:30 -08:00
nsTableWrapperFrame.cpp Bug 775624 Part 22 - Remove NS_FRAME_COMPLETE. r=dholbert 2017-02-14 17:55:48 +08:00
nsTableWrapperFrame.h Bug 1312379 part 3 - [css-align][css-tables] Add methods for CSS Alignment first/last baseline of the table container. r=dholbert 2016-12-20 23:56:35 +01:00