Bug 279371

Summary: CollapsedBorderSide is redundant with LogicalBoxSide
Product: WebKit Reporter: fantasai <fantasai.bugs>
Component: Layout and RenderingAssignee: 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
Reported 2024-09-09 10:08:30 PDT
We should get rid of CollapsedBorderSide and physicalBorderSideForDirection in favor of LogicalBoxSide and mapLogicalSideToPhysicalSide.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-09-09 10:08:54 PDT
fantasai
Comment 2 2024-09-10 17:50:30 PDT
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;
Note You need to log in before you can comment on or make changes to this bug.