[Webkit-unassigned] [Bug 68744] Column width calculation wraps an unsigned int

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 15:42:30 PDT 2011


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





--- Comment #2 from Levi Weintraub <leviw at chromium.org>  2011-10-13 15:42:29 PST ---
> I'm a little confused why we need unsigned values here, but it seems bad to be relying on wrapping!

Alright, I understand in this 2nd case why we may want unsigned (these are indexes), but it still doesn't make sense to me to pass an index like 4 billion to columnRectAt when we actually only have 2 columns.

-- 
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