This commit is contained in:
buster 1998-04-16 22:25:09 +00:00
Родитель 6fb3bcb3e6
Коммит aa3801157a
4 изменённых файлов: 8 добавлений и 6 удалений

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

@ -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