[Webkit-unassigned] [Bug 52699] Allow Fixed Length values to be floating point

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 18 12:49:03 PST 2011


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





--- Comment #12 from Dave Hyatt <hyatt at apple.com>  2011-02-18 12:49:03 PST ---
I would just make the Length always be a float and not have it be both.  Also the bitfield is completely useless now if you use the full 32 bits for the number (it's not saving you any space), so you can just turn those into bools.

Lots of style errors too.  You might want to flag for review just so you can see the style errors and fix them.

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