[Webkit-unassigned] [Bug 12078] Clean up RenderTable*

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 4 06:30:59 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12078


sam at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12213|review?                     |review-
               Flag|                            |




------- Comment #4 from sam at webkit.org  2007-01-04 06:30 PDT -------
(From update of attachment 12213)
A couple more nits

In FixedTableLayout.cpp:

put spaces around the infix '+'

m_width[cCol+i].setRawValue(w.type(), w.rawValue() * eSpan);

and here

if (m_width[cCol+i].isAuto() && w.type() != Auto) {
    m_width[cCol+i].setRawValue(w.type(), w.rawValue() * eSpan);

and here around the infix '-'

+    m_table->columnPositions()[m_table->columnPositions().size()-1] = pos;


In RenderTableSection.cpp:

Convert to use max()

if (totalPercent > 100 * percentScaleFactor)
    totalPercent = 100 * percentScaleFactor;


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list