зеркало из https://github.com/mozilla/gecko-dev.git
Change |DEBUG_dbaron| to |DEBUG_dbaron_off| for stuff that I don't want to see anymore.
This commit is contained in:
Родитель
44acf1e60b
Коммит
5302be6eba
|
@ -930,7 +930,7 @@ NS_IMETHODIMP StyleSetImpl::EnableQuirkStyleSheet(PRBool aEnable)
|
||||||
#if defined(DEBUG_warren) || defined(DEBUG_attinasi)
|
#if defined(DEBUG_warren) || defined(DEBUG_attinasi)
|
||||||
printf( "%s Quirk StyleSheet\n", aEnable ? "Enabling" : "Disabling" );
|
printf( "%s Quirk StyleSheet\n", aEnable ? "Enabling" : "Disabling" );
|
||||||
#endif
|
#endif
|
||||||
#ifdef DEBUG_dbaron // XXX Make this |DEBUG| once it stops firing.
|
#ifdef DEBUG_dbaron_off // XXX Make this |DEBUG| once it stops firing.
|
||||||
PRUint32 count = 0;
|
PRUint32 count = 0;
|
||||||
if (mAgentRuleProcessors)
|
if (mAgentRuleProcessors)
|
||||||
mAgentRuleProcessors->Count(&count);
|
mAgentRuleProcessors->Count(&count);
|
||||||
|
|
|
@ -2119,7 +2119,7 @@ nsFrame::GetFrameForPoint(nsIPresContext* aPresContext,
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
nsFrame::WillReflow(nsIPresContext* aPresContext)
|
nsFrame::WillReflow(nsIPresContext* aPresContext)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG_dbaron
|
#ifdef DEBUG_dbaron_off
|
||||||
// bug 81268
|
// bug 81268
|
||||||
NS_ASSERTION(!(mState & NS_FRAME_IN_REFLOW),
|
NS_ASSERTION(!(mState & NS_FRAME_IN_REFLOW),
|
||||||
"nsFrame::WillReflow: frame is already in reflow");
|
"nsFrame::WillReflow: frame is already in reflow");
|
||||||
|
|
|
@ -2119,7 +2119,7 @@ nsFrame::GetFrameForPoint(nsIPresContext* aPresContext,
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
nsFrame::WillReflow(nsIPresContext* aPresContext)
|
nsFrame::WillReflow(nsIPresContext* aPresContext)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG_dbaron
|
#ifdef DEBUG_dbaron_off
|
||||||
// bug 81268
|
// bug 81268
|
||||||
NS_ASSERTION(!(mState & NS_FRAME_IN_REFLOW),
|
NS_ASSERTION(!(mState & NS_FRAME_IN_REFLOW),
|
||||||
"nsFrame::WillReflow: frame is already in reflow");
|
"nsFrame::WillReflow: frame is already in reflow");
|
||||||
|
|
|
@ -930,7 +930,7 @@ NS_IMETHODIMP StyleSetImpl::EnableQuirkStyleSheet(PRBool aEnable)
|
||||||
#if defined(DEBUG_warren) || defined(DEBUG_attinasi)
|
#if defined(DEBUG_warren) || defined(DEBUG_attinasi)
|
||||||
printf( "%s Quirk StyleSheet\n", aEnable ? "Enabling" : "Disabling" );
|
printf( "%s Quirk StyleSheet\n", aEnable ? "Enabling" : "Disabling" );
|
||||||
#endif
|
#endif
|
||||||
#ifdef DEBUG_dbaron // XXX Make this |DEBUG| once it stops firing.
|
#ifdef DEBUG_dbaron_off // XXX Make this |DEBUG| once it stops firing.
|
||||||
PRUint32 count = 0;
|
PRUint32 count = 0;
|
||||||
if (mAgentRuleProcessors)
|
if (mAgentRuleProcessors)
|
||||||
mAgentRuleProcessors->Count(&count);
|
mAgentRuleProcessors->Count(&count);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче