Closed Bug 19943 Opened 25 years ago Closed 25 years ago

nsGfxButtonControlFrame::DoHaveQuirksReflow() spewing

Categories

(Core :: Layout: Form Controls, defect, P3)

Sun
Solaris
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: tor, Assigned: rods)

References

()

Details

(Whiteboard: waiting on reporter's feedback)

Your recent change to DoHaveQuirksReflow is spewing debug messages.
This shuts it up for anyone but you:

Index: nsGfxButtonControlFrame.cpp
===================================================================
RCS file: /cvsroot/mozilla/layout/html/forms/src/nsGfxButtonControlFrame.cpp,v
retrieving revision 1.11
diff -u -r1.11 nsGfxButtonControlFrame.cpp
--- nsGfxButtonControlFrame.cpp 1999/11/23 14:16:59     1.11
+++ nsGfxButtonControlFrame.cpp 1999/11/23 20:11:30
@@ -295,7 +295,9 @@
       aReflowState.reflowCommand->GetNext(nextFrame);
     }
   }
+#ifdef DEBUG_rods
   printf("             is: %d %d\n", aDesiredSize.width, aDesiredSize.height);
+#endif
   nsHTMLReflowMetrics childReflowMetrics(aDesiredSize);
   nsRect kidRect;
   firstKid->GetRect(kidRect);
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
removed the debug output - fixed
QA Contact update.
tor@cs.brown.edu, could you verify and comment?  Thanks!  -ckritzer
Whiteboard: waiting on reporter's feedback
Verified fixed.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.