[Webkit-unassigned] [Bug 52699] Allow Fixed Length values to be floating point
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 8 20:06:01 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=52699
--- Comment #2 from Rik Cabanier <cabanier at gmail.com> 2011-02-08 20:06:01 PST ---
Created an attachment (id=81737)
--> (https://bugs.webkit.org/attachment.cgi?id=81737&action=review)
Extends the Length class so it can store floating point values.
The Length class now stores 8 bits for floating point and 16 for integer. This changes loses the range of values that this class takes and gives a limited range for floating. Another way of fixing this would be to add a union, but this would increase the memory footprint.
--
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