Re: Proposal: use MOZ_LOG instead of NS_WARNING for spammy warnings about huge nscoord values
Daniel Holbert <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout |
|---|---|
| Message-ID | <[email protected]> |
On 06/10/2015 02:12 AM, Jet Villegas wrote: > I didn't see any arguments against this change. Since this is the #1 > ignored warning in the Gecko tree, with thousands of logs per test run, > let's silence it except for those actively debugging Layout size bugs. erahm filed https://bugzilla.mozilla.org/show_bug.cgi?id=1171528 on suppressing the #1 warning (about nscoord overflow in a saturating math function within nsRect.h). While reviewing, I realized that this is really a straggling remnant of a family of warnings that we removed long ago, in bug 943448; so I recommended that he just remove this straggling one as well. I expect that should be landing soon. ~Daniel