[Webkit-unassigned] [Bug 97036] A lot of ERROR messages in FractionalLayoutUnits when opening fast/overflow/overflow-height-float-not-removed-crash3.html regression test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 14:40:26 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97036





--- Comment #1 from Levi Weintraub <leviw at chromium.org>  2012-09-18 14:40:56 PST ---
We display this information on Debug builds as a tool to notify developers that we're overflowing a LayoutUnit, as this is often a source of bugs and improperly handled conditions. This particular warning shows that a negative number is being cast into an unsigned, which is rarely what one wants.

Are you suggesting we remove these warnings (/suppress them by default) or do you have a suggestion of a way to present this data in a more helpful, less distracting way?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list