Bug 279371
| Summary: | CollapsedBorderSide is redundant with LogicalBoxSide | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | fantasai <fantasai.bugs> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
fantasai
We should get rid of CollapsedBorderSide and physicalBorderSideForDirection in favor of LogicalBoxSide and mapLogicalSideToPhysicalSide.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/135555130>
fantasai
Tried writing a patch for this but had trouble compiling the switch from int to LogicalBoxSide in this data structure, so I didn't get very far:
HashMap<std::pair<const RenderTableCell*, int>, CollapsedBorderValue > m_cellsCollapsedBorders;