Lines Matching full:cell
1211 Added fast/tables/fixed-cell-growth.html
1375 cell, row, isNull, mirrored, mirroredChar, operator char, >, >=, <, and <=
1410 (WebCore::HTMLTokenizer::parseEntity): Change callers that used cell and row to
2665 REGRESSION: Incomplete repaint when a cell's extra bottom margin grows
2676 bottom extra height increased, just repaint the entire cell.
2819 * manual-tests/table-cell-move.html: Removed.
4399 Removed setTextFieldState since it was updating the enabled state of the cell, which is only used in one place.
4436 Fix for bug 8449, incomplete repaint of table cell that moved. This
4442 * manual-tests/table-cell-move.html: Added.
7579 Test: fast/dom/Element/offsetTop-table-cell.html
7583 the offsets, since a table cell's yPos() is relative to the table
8143 in the ancestor chain, since a table cell's Y position is relative
12885 to make sure callers that want to deal with the content of a cell handle
12886 the cell's extra space correctly.
12967 WebKitSystemInterface function to just draw the border of the cell.
24542 table cell, but this is not necessarily the case. This fix checks
24543 that the renderer is actually a table cell before treating it as
24548 renderer is a table cell.
26736 Collapsed borders appear on the wrong side or on the wrong cell in RTL tables
27066 cell, insert into the cell.
27740 REGRESSION: Incomplete repaint when table cell width changes during layout
27744 (WebCore::RenderTableSection::setCellWidths): If during layout a cell changes from
28201 <rdar://problem/4287667> Insertion point goes before table instead of inside first cell
28229 - make sure empty cell has some height
28240 - handle childless block (e.g. empty table cell)
29399 Form element as display table-cell hangs Safari (will eventually crash)
29412 properly it has a table display style (such as table-cell or table-row).
29425 tag logic. Also added an explicit check for the table-cell style so we
29431 Moved form tag logic inside render object type check so that a table cell
30876 a pointer to a table cell that was already destroyed. cellBelow() thinks