RESOLVED FIXED 46454
Renames of a bunch of calcXXX methods.
https://bugs.webkit.org/show_bug.cgi?id=46454
Summary Renames of a bunch of calcXXX methods.
Dave Hyatt
Reported 2010-09-24 00:14:09 PDT
Just doing a bunch of renames together. Will list them all. calcReplacedWidth -> computeReplacedWidth calcHorizontalMargins -> computeInlineDirectionMargins calcVerticalMargins -> computeBlockDirectionMargins calcWidthUsing -> computeLogicalWidthUsing calcHeightUsing -> computeLogicalHeightUsing calcReplacedHeight/HeightUsing -> computeReplacedHeight/HeightUsing calcAbsoluteHorizontalValues -> computePositionedLogicalWidthUsing calcAbsoluteVerticalValues -> computePositionedLogicalHeightUsing calcAbsoluteHorizontal -> computePositionedLogicalWIdth calcAbsoluteVertical -> computePositionedLogicalHeight calcAbsoluteHorizontalReplaced -> computePositionedLogicalWidthReplaced calcAbsoluteVerticalReplaced -> computePositionedLogicalHeightReplaced calcBorderBoxWidth/Height -> computeBorderBoxLogicalWidth/LogicalHeight calcContentBoxWidth/Height -> computeContentBoxLogicalWidth/LogicalHeight shouldCalculateSizeAsReplaced -> shouldComputeSizeAsReplaced calcPercentageHeight -> computePercentageLogicalHeight
Attachments
Patch (74.27 KB, patch)
2010-09-24 00:19 PDT, Dave Hyatt
mjs: review+
Dave Hyatt
Comment 1 2010-09-24 00:19:36 PDT
Maciej Stachowiak
Comment 2 2010-09-24 00:23:06 PDT
Comment on attachment 68658 [details] Patch r=me
Dave Hyatt
Comment 3 2010-09-24 00:26:42 PDT
Fixed in r68239.
Note You need to log in before you can comment on or make changes to this bug.