Took outsome debug code which snuck in.

This commit is contained in:
dcone%netscape.com 2001-01-09 20:41:05 +00:00
parent 67c4987db9
commit 3b139c38ef
3 changed files with 3 additions and 6 deletions

View File

@ -935,7 +935,7 @@ DocumentViewerImpl::PrintContent(nsIWebShell * aParent,
// print any child documents // print any child documents
// like frameset frames or iframes // like frameset frames or iframes
parentAsNode->GetChildCount(&count); parentAsNode->GetChildCount(&count);
if(count< 0) { // DC EXPERIMENT if(count> 0) {
for(i=0;i<count;i++) { for(i=0;i<count;i++) {
nsCOMPtr<nsIDocShellTreeItem> child; nsCOMPtr<nsIDocShellTreeItem> child;
parentAsNode->GetChildAt(i, getter_AddRefs(child)); parentAsNode->GetChildAt(i, getter_AddRefs(child));
@ -951,7 +951,6 @@ DocumentViewerImpl::PrintContent(nsIWebShell * aParent,
// now complete printing the rest of the document // now complete printing the rest of the document
// if it doesn't contain any framesets // if it doesn't contain any framesets
doesContainFrameSet = PR_FALSE; // DC EXPERIMENT
if (!doesContainFrameSet) { if (!doesContainFrameSet) {
NS_ENSURE_SUCCESS( aDContext->BeginDocument(), NS_ERROR_FAILURE ); NS_ENSURE_SUCCESS( aDContext->BeginDocument(), NS_ERROR_FAILURE );
aDContext->GetDeviceSurfaceDimensions(width, height); aDContext->GetDeviceSurfaceDimensions(width, height);

View File

@ -935,7 +935,7 @@ DocumentViewerImpl::PrintContent(nsIWebShell * aParent,
// print any child documents // print any child documents
// like frameset frames or iframes // like frameset frames or iframes
parentAsNode->GetChildCount(&count); parentAsNode->GetChildCount(&count);
if(count< 0) { // DC EXPERIMENT if(count> 0) {
for(i=0;i<count;i++) { for(i=0;i<count;i++) {
nsCOMPtr<nsIDocShellTreeItem> child; nsCOMPtr<nsIDocShellTreeItem> child;
parentAsNode->GetChildAt(i, getter_AddRefs(child)); parentAsNode->GetChildAt(i, getter_AddRefs(child));
@ -951,7 +951,6 @@ DocumentViewerImpl::PrintContent(nsIWebShell * aParent,
// now complete printing the rest of the document // now complete printing the rest of the document
// if it doesn't contain any framesets // if it doesn't contain any framesets
doesContainFrameSet = PR_FALSE; // DC EXPERIMENT
if (!doesContainFrameSet) { if (!doesContainFrameSet) {
NS_ENSURE_SUCCESS( aDContext->BeginDocument(), NS_ERROR_FAILURE ); NS_ENSURE_SUCCESS( aDContext->BeginDocument(), NS_ERROR_FAILURE );
aDContext->GetDeviceSurfaceDimensions(width, height); aDContext->GetDeviceSurfaceDimensions(width, height);

View File

@ -935,7 +935,7 @@ DocumentViewerImpl::PrintContent(nsIWebShell * aParent,
// print any child documents // print any child documents
// like frameset frames or iframes // like frameset frames or iframes
parentAsNode->GetChildCount(&count); parentAsNode->GetChildCount(&count);
if(count< 0) { // DC EXPERIMENT if(count> 0) {
for(i=0;i<count;i++) { for(i=0;i<count;i++) {
nsCOMPtr<nsIDocShellTreeItem> child; nsCOMPtr<nsIDocShellTreeItem> child;
parentAsNode->GetChildAt(i, getter_AddRefs(child)); parentAsNode->GetChildAt(i, getter_AddRefs(child));
@ -951,7 +951,6 @@ DocumentViewerImpl::PrintContent(nsIWebShell * aParent,
// now complete printing the rest of the document // now complete printing the rest of the document
// if it doesn't contain any framesets // if it doesn't contain any framesets
doesContainFrameSet = PR_FALSE; // DC EXPERIMENT
if (!doesContainFrameSet) { if (!doesContainFrameSet) {
NS_ENSURE_SUCCESS( aDContext->BeginDocument(), NS_ERROR_FAILURE ); NS_ENSURE_SUCCESS( aDContext->BeginDocument(), NS_ERROR_FAILURE );
aDContext->GetDeviceSurfaceDimensions(width, height); aDContext->GetDeviceSurfaceDimensions(width, height);