зеркало из https://github.com/mozilla/gecko-dev.git
Removed some cruft
This commit is contained in:
Родитель
503c59ff13
Коммит
de3a0d8646
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче