[Webkit-unassigned] [Bug 66972] New: Factor out the code to get the first non-null RenderTableSection in RenderTable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 25 12:38:23 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66972
Summary: Factor out the code to get the first non-null
RenderTableSection in RenderTable
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Tables
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jchaffraix at webkit.org
Currently there is a lot of duplication in the table code when it comes to finding the first non-null section on the table. To make the code more readable, I propose to move the share this code.
While at it, I changed the signature of sectionAbove / sectionBelow to be more readable as it was easy to misunderstand what the boolean was about.
Patch forthcoming.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list