Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Split the extra logical height distribution logic out of RenderTableS…
…ection::layoutRows https://bugs.webkit.org/show_bug.cgi?id=80671 Reviewed by Adrienne Walker. Refactoring only, no change in behavior expected. * rendering/RenderTableSection.cpp: (WebCore::RenderTableSection::layoutRows): Split the logic from here... (WebCore::RenderTableSection::distributeExtraLogicalHeightToPercentRows): (WebCore::RenderTableSection::distributeExtraLogicalHeightToAutoRows): (WebCore::RenderTableSection::distributeRemainingExtraLogicalHeight): (WebCore::RenderTableSection::distributeExtraLogicalHeightToRows): ... to those functions. Cleaned up the variable naming while at it and made them follow the same signature as this may be useful to fix another bug I have. * rendering/RenderTableSection.h: (RenderTableSection): Added the previous 4 new functions. Canonical link: https://commits.webkit.org/97931@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110336 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Julien Chaffraix
committed
Mar 9, 2012
1 parent
01b7cd6
commit 4c23753
Showing
3 changed files
with
130 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters