This commit is contained in:
kipp%netscape.com 1999-03-20 21:55:37 +00:00
Родитель 503c59ff13
Коммит de3a0d8646
4 изменённых файлов: 0 добавлений и 56 удалений

Просмотреть файл

@ -52,14 +52,6 @@ nsBlockBandData::Init(nsISpaceManager* aSpaceManager,
aSpaceManager->GetTranslation(mSpaceManagerX, mSpaceManagerY);
mSpace = aSpace;
#ifdef DEBUG_kipp
if (mSpace.width != NS_UNCONSTRAINEDSIZE) {
NS_ASSERTION((mSpace.width > -200000) && (mSpace.width < 200000), "oy");
}
if (mSpace.height != NS_UNCONSTRAINEDSIZE) {
NS_ASSERTION((mSpace.height > -200000) && (mSpace.height < 200000), "oy");
}
#endif
return NS_OK;
}
@ -187,14 +179,6 @@ nsBlockBandData::ComputeAvailSpaceRect()
if (NS_UNCONSTRAINEDSIZE == mSpace.width) {
mAvailSpace.width = NS_UNCONSTRAINEDSIZE;
}
#ifdef DEBUG_kipp
if (mAvailSpace.width != NS_UNCONSTRAINEDSIZE) {
NS_ASSERTION((mAvailSpace.width > -200000) && (mAvailSpace.width < 200000), "oy");
}
if (mAvailSpace.height != NS_UNCONSTRAINEDSIZE) {
NS_ASSERTION((mAvailSpace.height > -200000) && (mAvailSpace.height < 200000), "oy");
}
#endif
}
/**

Просмотреть файл

@ -766,12 +766,6 @@ nsHTMLReflowState::InitConstraints(nsIPresContext& aPresContext)
// XXX fix to provide 0,0 for the top&bottom margins for
// inline-non-replaced elements
ComputeMargin(containingBlockWidth);
#ifdef DEBUG_kipp
NS_ASSERTION((computedMargin.left > -200000) &&
(computedMargin.left < 200000), "oy");
NS_ASSERTION((computedMargin.right > -200000) &&
(computedMargin.right < 200000), "oy");
#endif
ComputePadding(containingBlockWidth);
if (!mStyleSpacing->GetBorder(mComputedBorderPadding)) {
// CSS2 has no percentage borders
@ -1096,12 +1090,6 @@ nsHTMLReflowState::CalculateLeftRightMargin(const nsHTMLReflowState* cbrs,
} else if (isAutoRightMargin) {
computedMargin.right = availMarginSpace - computedMargin.left;
}
#ifdef DEBUG_kipp
NS_ASSERTION((computedMargin.left > -200000) &&
(computedMargin.left < 200000), "oy");
NS_ASSERTION((computedMargin.right > -200000) &&
(computedMargin.right < 200000), "oy");
#endif
}
}

Просмотреть файл

@ -52,14 +52,6 @@ nsBlockBandData::Init(nsISpaceManager* aSpaceManager,
aSpaceManager->GetTranslation(mSpaceManagerX, mSpaceManagerY);
mSpace = aSpace;
#ifdef DEBUG_kipp
if (mSpace.width != NS_UNCONSTRAINEDSIZE) {
NS_ASSERTION((mSpace.width > -200000) && (mSpace.width < 200000), "oy");
}
if (mSpace.height != NS_UNCONSTRAINEDSIZE) {
NS_ASSERTION((mSpace.height > -200000) && (mSpace.height < 200000), "oy");
}
#endif
return NS_OK;
}
@ -187,14 +179,6 @@ nsBlockBandData::ComputeAvailSpaceRect()
if (NS_UNCONSTRAINEDSIZE == mSpace.width) {
mAvailSpace.width = NS_UNCONSTRAINEDSIZE;
}
#ifdef DEBUG_kipp
if (mAvailSpace.width != NS_UNCONSTRAINEDSIZE) {
NS_ASSERTION((mAvailSpace.width > -200000) && (mAvailSpace.width < 200000), "oy");
}
if (mAvailSpace.height != NS_UNCONSTRAINEDSIZE) {
NS_ASSERTION((mAvailSpace.height > -200000) && (mAvailSpace.height < 200000), "oy");
}
#endif
}
/**

Просмотреть файл

@ -766,12 +766,6 @@ nsHTMLReflowState::InitConstraints(nsIPresContext& aPresContext)
// XXX fix to provide 0,0 for the top&bottom margins for
// inline-non-replaced elements
ComputeMargin(containingBlockWidth);
#ifdef DEBUG_kipp
NS_ASSERTION((computedMargin.left > -200000) &&
(computedMargin.left < 200000), "oy");
NS_ASSERTION((computedMargin.right > -200000) &&
(computedMargin.right < 200000), "oy");
#endif
ComputePadding(containingBlockWidth);
if (!mStyleSpacing->GetBorder(mComputedBorderPadding)) {
// CSS2 has no percentage borders
@ -1096,12 +1090,6 @@ nsHTMLReflowState::CalculateLeftRightMargin(const nsHTMLReflowState* cbrs,
} else if (isAutoRightMargin) {
computedMargin.right = availMarginSpace - computedMargin.left;
}
#ifdef DEBUG_kipp
NS_ASSERTION((computedMargin.left > -200000) &&
(computedMargin.left < 200000), "oy");
NS_ASSERTION((computedMargin.right > -200000) &&
(computedMargin.right < 200000), "oy");
#endif
}
}