Simon Montagu
|
fa16a00d09
|
Bug 1173958: whitespace and bracing changes to make FixedTableLayoutStrategy conform to local style, r=jfkthame
|
2015-06-26 09:03:12 -07:00 |
Simon Montagu
|
dc5f8159fe
|
Bug 1173958: convert FixedTableLayoutStrategy to logical coordinates, r=jfkthame
|
2015-06-26 08:58:22 -07:00 |
Jonathan Kew
|
0cb8df0560
|
Bug 1157569 - Followup to address review nits (renamings, comment updates) from parts 13 and 14.
|
2015-06-27 11:16:18 -07:00 |
Jonathan Kew
|
d22a7ebb8c
|
Bug 1157569 - part 14 - Finish conversion of border-collapse code in nsTableFrame to logical coordinates. r=dholbert
|
2015-06-27 11:16:10 -07:00 |
Jonathan Kew
|
f9a52f8a25
|
Bug 1157569 - part 13 - More conversion of physical to logical terminology in border-collapse calculations. r=dholbert
|
2015-06-27 11:16:03 -07:00 |
Jonathan Kew
|
8dcfdf89d6
|
Bug 1177606 - Correct the row positioning within rowGroups in vertical-rl tables when distributing extra width. r=dholbert
|
2015-06-26 16:50:38 -07:00 |
Jonathan Kew
|
6c2cc390da
|
Bug 1177600 - Properly adjust table row and cell positions when their containing block-size changes in vertical-rl writing mode. r=dholbert
|
2015-06-26 16:50:21 -07:00 |
Jonathan Kew
|
55b7401f32
|
Bug 1174711 patch 5 - Copy inline-size rather than width from prev-in-flow when initializing nsTableFrame. r=dholbert
|
2015-06-24 16:23:59 -07:00 |
Jonathan Kew
|
d6ddc659a1
|
Bug 1176523 - Convert Get/SetContinuousBCBorderWidth in nsTableColFrame and nsTableColGroupFrame to logical coordinates. r=dholbert
|
2015-06-24 09:56:54 -07:00 |
Jonathan Kew
|
2a63c0bc82
|
Bug 1176354 - Rename nsTableRowFrame::GetBSize to differentiate better from nsIFrame::BSize. r=dholbert
|
2015-06-23 13:41:31 -07:00 |
Jonathan Kew
|
d1f05cc84f
|
Bug 1176555 - Replace explicit bit-twiddling of frame state flags by human-readable nsIFrame state-manipulation methods in table layout code. r=dholbert
|
2015-06-23 13:41:29 -07:00 |
Jonathan Kew
|
442eb4da56
|
Bug 1176105 - Remove the (largely gutted) nsTableIterator class, and replace with simple frame-list iteration. r=dholbert
|
2015-06-23 11:47:45 -07:00 |
Jonathan Kew
|
1833a394b6
|
Bug 1176414 - Clean up/rename various column index variables in nsTableRowFrame and nsTableFrame. r=dholbert
|
2015-06-23 11:45:17 -07:00 |
Jonathan Kew
|
39c5f7f91a
|
Bug 1176337 - Remove unnecessarily gcc-4.4-specific cast from nsTableRowFrame::ReflowChildren(), now that we require newer gcc. r=dholbert
|
2015-06-23 11:44:59 -07:00 |
Jonathan Kew
|
fab7a6ae8d
|
Bug 1176070 - Optimize nsTableFrame's FirstInFlow() lookups from calls to GetColumnISize(). r=dholbert
|
2015-06-23 11:44:36 -07:00 |
Jonathan Kew
|
f0a5c3023f
|
Bug 1174711 - patch 4 - Rename mSpecialHeightReflow to mSpecialBSizeReflow, and update comments to match. r=dholbert
|
2015-06-22 10:33:34 +01:00 |
Jonathan Kew
|
2d252085be
|
Bug 1174711 - patch 3 - Rename a couple more frame-state bits from physical to logical. r=dholbert
|
2015-06-22 10:33:34 +01:00 |
Jonathan Kew
|
2c538d45a5
|
Bug 1174711 - patch 2 - Convert nsTableFrame to work with logical coordinates. r=dholbert
|
2015-06-22 10:33:34 +01:00 |
Jonathan Kew
|
10bd90547b
|
Bug 1174711 - patch 1 - Rename nsIPercentHeightObserver to nsIPercentBSizeObserver, and update related frame methods to match. r=dholbert
--HG--
rename : layout/base/nsIPercentHeightObserver.h => layout/base/nsIPercentBSizeObserver.h
|
2015-06-22 10:33:34 +01:00 |
Jonathan Kew
|
d2e0daf015
|
Bug 1174700 - patch 2 - Convert nsTableFrame::SetColumnDimensions to work with logical-order iteration over the table, so that column coordinates and collapsed borders are correct. r=dholbert
|
2015-06-20 21:00:33 +01:00 |
Jonathan Kew
|
31469f3572
|
Bug 1174700 - patch 1 - Convert nsTableRowFrame and nsTableRowGroupFrame to work with logical coordinates. r=dholbert
|
2015-06-20 21:00:26 +01:00 |
L. David Baron
|
2c5c24868e
|
Back out changesets ed293fc9596c and f18cb4c41578 (bug 1174700) for fatal assertions in all Windows debug reftest runs.
CLOSED TREE
Assertion failure: origKidNormalPosition.B(wm) == 0, at c:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/src/layout/tables/nsTableRowFrame.cpp:861
TEST-UNEXPECTED-FAIL | file:///C:/slave/test/build/tests/reftest/tests/layout/reftests/writing-mode/ua-style-sheet-size-1.html | application terminated with exit code 1
|
2015-06-20 22:41:07 -07:00 |
Jonathan Kew
|
cb44db0b95
|
Bug 1174700 - patch 2 - Convert nsTableFrame::SetColumnDimensions to work with logical-order iteration over the table, so that column coordinates and collapsed borders are correct. r=dholbert
|
2015-06-20 21:00:33 +01:00 |
Jonathan Kew
|
daf28cd1e7
|
Bug 1174700 - patch 1 - Convert nsTableRowFrame and nsTableRowGroupFrame to work with logical coordinates. r=dholbert
|
2015-06-20 21:00:26 +01:00 |
Jonathan Kew
|
bf0d1d0f6f
|
Bug 1173307 - Convert nsTableCellFrame to work with logical coordinates. r=dholbert
|
2015-06-18 10:11:40 +01:00 |
Jonathan Kew
|
a3380043e5
|
Bug 1174507 - Replace the frame flag CONTAINS_RELATIVE_HEIGHT with CONTAINS_RELATIVE_BSIZE, and adjust callsites appropriately. r=dholbert
|
2015-06-18 07:33:50 +01:00 |
Nicholas Nethercote
|
4bcd16152c
|
Bug 1174631 (part 3) - Replace SpanningCellSorter's uses of PL_DHashTableEnumerate() with PLDHashTable::Iterator. r=dholbert.
--HG--
extra : rebase_source : a84a8548d6d88e558d8ec1cdde09af2d2cb58084
|
2015-06-16 21:09:39 -07:00 |
Jonathan Kew
|
84d9d4e6f1
|
Bug 1157569 - part 12 - Convert physical values from BCPropertyData to logical when returning from Get[Included]OuterBCBorder. r=roc
|
2015-06-17 11:03:25 +01:00 |
Jonathan Kew
|
50566a67a3
|
Bug 1173305 - Convert BasicTableLayoutStrategy to work with logical coordinates. r=dholbert
|
2015-06-16 15:45:46 +01:00 |
Mats Palmgren
|
479bf4c89b
|
Bug 1174450 part 9 - Remove the nsRenderingContext* param from Intrinsic*SizeOffsets methods since it's unused. r=jfkthame
|
2015-06-16 11:21:04 +00:00 |
Simon Montagu
|
d4298ccd14
|
Bug 1172774: for a box with a writing mode orthogonal to its containing block, calculate positioning values (margin, padding and offsets) in the writing mode of the containing block, r=jfkthame
|
2015-06-10 23:42:56 -07:00 |
Xidorn Quan
|
6e3fc0bd96
|
Bug 1171328 - Convert nsTableFrame::GetChildAreaOffset() and its friends to use LogicalMargin. r=dholbert
--HG--
extra : source : 5d48d96995a1b2fd4aefc463d0f2fb2d156e0406
|
2015-06-10 13:13:49 +12:00 |
Daniel Holbert
|
de95224fec
|
Bug 1169432 part 5: Use range-based 'for' loops when walking frame lists, in nsTableFrame. r=mats
|
2015-06-05 15:39:35 -07:00 |
Daniel Holbert
|
fff00b71d3
|
Bug 1169432 part 4: Convert NS_ASSERTION(false, ...) to NS_ERROR(...) in nsTableFrame. r=mats
|
2015-06-05 15:39:27 -07:00 |
Daniel Holbert
|
b864ce9764
|
Bug 1169432 part 3: Use nsTArray::Contains instead of nsTArray::IndexOf(), for brevity, in nsTableFrame. r=mats
|
2015-06-05 15:39:13 -07:00 |
Daniel Holbert
|
d19a227430
|
Bug 1169432 part 2: Refactor nsTableFrame::Init. r=mats
|
2015-06-05 15:39:06 -07:00 |
Simon Montagu
|
7f1b0db94c
|
Bug 1147834: Use abstract coordinates in nsHTMLReflowState, r=jfkthame
|
2015-06-04 03:43:02 -07:00 |
Nicholas Nethercote
|
e849e6588b
|
Bug 1170416 (part 3) - Remove the PLDHashTable2 typedef. r=froydnj.
--HG--
extra : rebase_source : 9510ea47204fffa163cac43aeaaac6ae1ad80419
|
2015-05-19 16:46:17 -07:00 |
Ryan VanderMeulen
|
7dfbf70ce7
|
Backed out changeset 4126c66c9a80 (bug 1166728) for Gaia sound_manager_test.js failures.
CLOSED TREE
|
2015-05-29 15:16:53 -04:00 |
Kyle Zentner
|
f2ec992500
|
Bug 1166728 - Remove box-sizing: padding-box, as per CSS WG. r=dholbert
|
2015-05-29 09:17:00 -04:00 |
Ryan VanderMeulen
|
45b95898e0
|
Backed out changeset 541cd29ea626 (bug 1166728) because the updated patch wasn't posted to the bug.
|
2015-05-29 12:48:22 -04:00 |
Kyle Zentner
|
3bacc6993c
|
Bug 1166728 - Remove box-sizing: padding-box, as per CSS WG. r=dholbert
|
2015-05-27 09:57:00 -04:00 |
Ryan VanderMeulen
|
47df1bbfe3
|
Backed out changeset dd96df1da2b5 (bug 1166728) for making test_bug320799.html permafail on Mulet.
CLOSED TREE
--HG--
extra : rebase_source : 4ff4ea2d22a0beb2af011cec40f90efba2e452b9
|
2015-05-28 11:01:18 -04:00 |
Kyle Zentner
|
2e3823f252
|
Bug 1166728 - Remove box-sizing: padding-box, as per CSS WG. r=dholbert
--HG--
extra : rebase_source : 6103761cd36cbba2c8e048db2a0d6cd75cad2020
|
2015-05-27 09:57:00 -04:00 |
Daniel Holbert
|
7c9227860d
|
Bug 1167696 part 2: Remove nsTableReflowState's frame constructor-arg; get it from passed-in reflow state instead. r=mats
|
2015-05-25 19:43:50 -07:00 |
Daniel Holbert
|
98a086029d
|
Bug 1167696 part 1: Remove nsTableReflowState's unused constructor & nsPresContext arg. r=mats
|
2015-05-25 19:43:10 -07:00 |
Nicholas Nethercote
|
51dc9c3dc9
|
Bug 1166598 (part 2) - Use PLDHashTable2 in SpanningCellSorter. r=froydnj,dbaron.
--HG--
extra : rebase_source : 2ca65083c218523b8f6dba043979f61358a79ca1
|
2015-05-05 16:11:43 -07:00 |
Daniel Holbert
|
548da769cc
|
Bug 1167765: Misc whitespace cleanup in nsTableFrame.cpp. whitespace/rewrapping-only, no review, DONTBUILD
|
2015-05-22 14:23:44 -07:00 |
Xidorn Quan
|
64a7a40bf2
|
Bug 1159127 - Always redirect inserting col group frame to first-in-flow table frame. r=mats
--HG--
extra : source : 2f6fc7196b2bc0720035c3007bbafb63e2e974bd
|
2015-05-20 13:29:43 +12:00 |
Xidorn Quan
|
bf6ef0da30
|
Bug 1157569 part 12 - Remove useless m{Start,End}Side from BCMapCellInfo. r=roc
--HG--
extra : source : ac5101097059182858dc0f5d20fe0263b5d5ca7a
|
2015-05-04 19:09:25 +12:00 |