Dactyloidae/layout/tables
wolfbeast 4630022115 Issue #1309 - Fix handling of display rows where the elements are not
forming a monotonically increasing sequence (e.g. with position:sticky)

Relative positioning can cause table parts to move, which can cause
issues with the cursor position to know which rows can be skipped.
To make this work, use the max difference between the frame's rect and
the union of the frame's "normal" position and the overflow rect to
cover the area of relatively positioned elements even if they are out of
order.

This resolves #1309.
2019-12-02 15:46:02 +08:00
..
crashtests import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
reftests import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
test import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
BasicTableLayoutStrategy.cpp import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
BasicTableLayoutStrategy.h import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
celldata.h import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
FixedTableLayoutStrategy.cpp import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
FixedTableLayoutStrategy.h import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
moz.build Issue #146 - Part 2: Remove custom table painting component. 2019-11-05 10:42:54 +08:00
nsCellMap.cpp import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
nsCellMap.h import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
nsITableCellLayout.h import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
nsITableLayoutStrategy.h import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
nsTableCellFrame.cpp Issue #146 - Part 2: Remove custom table painting component. 2019-11-05 10:42:54 +08:00
nsTableCellFrame.h Issue #146 - Part 2: Remove custom table painting component. 2019-11-05 10:42:54 +08:00
nsTableColFrame.cpp Issue #146 - Part 1: Draw each table's background on their own display 2019-11-05 10:42:52 +08:00
nsTableColFrame.h Issue #146 - Part 1: Draw each table's background on their own display 2019-11-05 10:42:52 +08:00
nsTableColGroupFrame.cpp Issue #146 - Part 1: Draw each table's background on their own display 2019-11-05 10:42:52 +08:00
nsTableColGroupFrame.h Issue #146 - Part 1: Draw each table's background on their own display 2019-11-05 10:42:52 +08:00
nsTableFrame.cpp Issue #146 - Part 3: Create nsDisplayTableFixedPosition to avoid display 2019-11-05 10:42:57 +08:00
nsTableFrame.h Issue #146 - Part 2: Remove custom table painting component. 2019-11-05 10:42:54 +08:00
nsTableRowFrame.cpp Issue #146 - Part 6: Allow position: sticky on table elements. 2019-11-05 10:43:07 +08:00
nsTableRowFrame.h Issue #146 - Part 2: Remove custom table painting component. 2019-11-05 10:42:54 +08:00
nsTableRowGroupFrame.cpp Issue #1309 - Fix handling of display rows where the elements are not 2019-12-02 15:46:02 +08:00
nsTableRowGroupFrame.h Issue #146 - Part 2: Remove custom table painting component. 2019-11-05 10:42:54 +08:00
nsTableWrapperFrame.cpp Issue #146 - Part 1: Draw each table's background on their own display 2019-11-05 10:42:52 +08:00
nsTableWrapperFrame.h import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
SpanningCellSorter.cpp import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
SpanningCellSorter.h import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
TableArea.h import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00