took out a dumb debug printf

git-svn-id: svn://10.0.0.236/trunk@15048 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1998-11-20 21:09:54 +00:00
parent 3e6c71822b
commit f8aed9d5de
3 changed files with 6 additions and 12 deletions

View File

@@ -969,7 +969,8 @@ HTMLStyleSheetImpl::ConstructTableFrame(nsIPresContext* aPresContext,
aPresContext->ResolvePseudoStyleContextFor (aContent,
nsHTMLAtoms::tablePseudo,
aStyleContext);
innerFrame->SetStyleContext(aPresContext, aStyleContext);//innerTableStyleContext);
innerFrame->SetStyleContext(aPresContext, aStyleContext);
// this should be "innerTableStyleContext" but I haven't tested that thoroughly yet
// Iterate the child content
nsIFrame* lastChildFrame = nsnull;
@@ -1677,9 +1678,6 @@ HTMLStyleSheetImpl::ConstructFrame(nsIPresContext* aPresContext,
// any frame at all.
const nsStyleDisplay* display = (const nsStyleDisplay*)
styleContext->GetStyleData(eStyleStruct_Display);
if (NS_STYLE_DISPLAY_TABLE==display->mDisplay) {
printf ("HELP!!!\n");
}
if (NS_STYLE_DISPLAY_NONE == display->mDisplay) {
aFrameSubTree = nsnull;
rv = NS_OK;

View File

@@ -969,7 +969,8 @@ HTMLStyleSheetImpl::ConstructTableFrame(nsIPresContext* aPresContext,
aPresContext->ResolvePseudoStyleContextFor (aContent,
nsHTMLAtoms::tablePseudo,
aStyleContext);
innerFrame->SetStyleContext(aPresContext, aStyleContext);//innerTableStyleContext);
innerFrame->SetStyleContext(aPresContext, aStyleContext);
// this should be "innerTableStyleContext" but I haven't tested that thoroughly yet
// Iterate the child content
nsIFrame* lastChildFrame = nsnull;
@@ -1677,9 +1678,6 @@ HTMLStyleSheetImpl::ConstructFrame(nsIPresContext* aPresContext,
// any frame at all.
const nsStyleDisplay* display = (const nsStyleDisplay*)
styleContext->GetStyleData(eStyleStruct_Display);
if (NS_STYLE_DISPLAY_TABLE==display->mDisplay) {
printf ("HELP!!!\n");
}
if (NS_STYLE_DISPLAY_NONE == display->mDisplay) {
aFrameSubTree = nsnull;
rv = NS_OK;

View File

@@ -969,7 +969,8 @@ HTMLStyleSheetImpl::ConstructTableFrame(nsIPresContext* aPresContext,
aPresContext->ResolvePseudoStyleContextFor (aContent,
nsHTMLAtoms::tablePseudo,
aStyleContext);
innerFrame->SetStyleContext(aPresContext, aStyleContext);//innerTableStyleContext);
innerFrame->SetStyleContext(aPresContext, aStyleContext);
// this should be "innerTableStyleContext" but I haven't tested that thoroughly yet
// Iterate the child content
nsIFrame* lastChildFrame = nsnull;
@@ -1677,9 +1678,6 @@ HTMLStyleSheetImpl::ConstructFrame(nsIPresContext* aPresContext,
// any frame at all.
const nsStyleDisplay* display = (const nsStyleDisplay*)
styleContext->GetStyleData(eStyleStruct_Display);
if (NS_STYLE_DISPLAY_TABLE==display->mDisplay) {
printf ("HELP!!!\n");
}
if (NS_STYLE_DISPLAY_NONE == display->mDisplay) {
aFrameSubTree = nsnull;
rv = NS_OK;