зеркало из https://github.com/mozilla/pjs.git
removed noisy debug
This commit is contained in:
Родитель
6fb3bcb3e6
Коммит
aa3801157a
|
@ -168,8 +168,9 @@ nsIFrame::ReflowStatus nsTableOuterFrame::ResizeReflow(nsIPresContext* aPresCont
|
|||
const nsSize& aMaxSize,
|
||||
nsSize* aMaxElementSize)
|
||||
{
|
||||
if (PR_TRUE==gsDebug) printf ("***table outer frame reflow \t\t%d\n", this);
|
||||
if (gsDebug==PR_TRUE)
|
||||
if (PR_TRUE==gsDebug)
|
||||
printf ("***table outer frame reflow \t\t%p\n", this);
|
||||
if (PR_TRUE==gsDebug)
|
||||
printf("nsTableOuterFrame::ResizeReflow : maxSize=%d,%d\n",
|
||||
aMaxSize.width, aMaxSize.height);
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "nsIView.h"
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
static PRBool gsDebug1 = PR_TRUE;
|
||||
static PRBool gsDebug1 = PR_FALSE;
|
||||
static PRBool gsDebug2 = PR_FALSE;
|
||||
//#define NOISY
|
||||
//#define NOISY_FLOW
|
||||
|
|
|
@ -168,8 +168,9 @@ nsIFrame::ReflowStatus nsTableOuterFrame::ResizeReflow(nsIPresContext* aPresCont
|
|||
const nsSize& aMaxSize,
|
||||
nsSize* aMaxElementSize)
|
||||
{
|
||||
if (PR_TRUE==gsDebug) printf ("***table outer frame reflow \t\t%d\n", this);
|
||||
if (gsDebug==PR_TRUE)
|
||||
if (PR_TRUE==gsDebug)
|
||||
printf ("***table outer frame reflow \t\t%p\n", this);
|
||||
if (PR_TRUE==gsDebug)
|
||||
printf("nsTableOuterFrame::ResizeReflow : maxSize=%d,%d\n",
|
||||
aMaxSize.width, aMaxSize.height);
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "nsIView.h"
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
static PRBool gsDebug1 = PR_TRUE;
|
||||
static PRBool gsDebug1 = PR_FALSE;
|
||||
static PRBool gsDebug2 = PR_FALSE;
|
||||
//#define NOISY
|
||||
//#define NOISY_FLOW
|
||||
|
|
Загрузка…
Ссылка в новой задаче