зеркало из https://github.com/mozilla/gecko-dev.git
just debug info
This commit is contained in:
Родитель
fa73a0db68
Коммит
7ef1be09f4
|
@ -1667,7 +1667,7 @@ NS_METHOD nsTableFrame::Reflow(nsIPresContext& aPresContext,
|
|||
// set aDesiredSize and aMaxElementSize
|
||||
}
|
||||
|
||||
if (gsDebugNT==PR_TRUE)
|
||||
if (PR_TRUE==gsDebug || PR_TRUE==gsDebugNT)
|
||||
{
|
||||
if (nsnull!=aDesiredSize.maxElementSize)
|
||||
printf("%p: Inner table reflow complete, returning aDesiredSize = %d,%d and aMaxElementSize=%d,%d\n",
|
||||
|
|
|
@ -222,7 +222,7 @@ void nsTableRowFrame::ResetMaxChildHeight()
|
|||
|
||||
void nsTableRowFrame::SetMaxChildHeight(nscoord aChildHeight, nscoord aTopMargin, nscoord aBottomMargin)
|
||||
{
|
||||
if (gsDebug) printf("Row ResetMaxChildHeight to %d\n", aChildHeight);
|
||||
if (gsDebug) printf("Row SetMaxChildHeight to %d\n", aChildHeight);
|
||||
if (mTallestCell<aChildHeight)
|
||||
mTallestCell = aChildHeight;
|
||||
|
||||
|
|
|
@ -1667,7 +1667,7 @@ NS_METHOD nsTableFrame::Reflow(nsIPresContext& aPresContext,
|
|||
// set aDesiredSize and aMaxElementSize
|
||||
}
|
||||
|
||||
if (gsDebugNT==PR_TRUE)
|
||||
if (PR_TRUE==gsDebug || PR_TRUE==gsDebugNT)
|
||||
{
|
||||
if (nsnull!=aDesiredSize.maxElementSize)
|
||||
printf("%p: Inner table reflow complete, returning aDesiredSize = %d,%d and aMaxElementSize=%d,%d\n",
|
||||
|
|
|
@ -222,7 +222,7 @@ void nsTableRowFrame::ResetMaxChildHeight()
|
|||
|
||||
void nsTableRowFrame::SetMaxChildHeight(nscoord aChildHeight, nscoord aTopMargin, nscoord aBottomMargin)
|
||||
{
|
||||
if (gsDebug) printf("Row ResetMaxChildHeight to %d\n", aChildHeight);
|
||||
if (gsDebug) printf("Row SetMaxChildHeight to %d\n", aChildHeight);
|
||||
if (mTallestCell<aChildHeight)
|
||||
mTallestCell = aChildHeight;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче