Closed
Bug 642695
Opened 15 years ago
Closed 15 years ago
Debug logging in nsSVGForeignObjectFrame::DoReflow()
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
Attachments
(1 file)
|
1.10 KB,
patch
|
jwatt
:
review+
|
Details | Diff | Splinter Review |
There's a debug printf at http://mxr.mozilla.org/mozilla-central/source/layout/svg/base/src/nsSVGForeignObjectFrame.cpp#564
560 void
561 nsSVGForeignObjectFrame::DoReflow()
562 {
563 #ifdef DEBUG
564 printf("**nsSVGForeignObjectFrame::DoReflow()\n");
565 #endif
566
...
This runs a lot when I'm running the <video> reftests, can we remove it?
| Assignee | ||
Comment 1•15 years ago
|
||
Updated•15 years ago
|
Attachment #520106 -
Flags: review?(jwatt) → review+
| Assignee | ||
Updated•15 years ago
|
Whiteboard: [needs landing post ff4]
| Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [needs landing post ff4]
Target Milestone: --- → mozilla2.2
You need to log in
before you can comment on or make changes to this bug.
Description
•