[Webkit-unassigned] [Bug 18994] LANG/LC_ALL influences the result of element.style.opacity

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 15:32:29 PDT 2009


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


Evan Martin <evan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40916|review?                     |
               Flag|                            |




--- Comment #57 from Evan Martin <evan at chromium.org>  2009-10-08 15:32:28 PDT ---
(From update of attachment 40916)
This is my current plan.  Only four tests fail after this patch: all of them
are due to the %fs in the matrix printing.

The size-reservation code is a bit silly; I wonder if it'd be better to just
always reserve 8 characters (the expected number + decimal point + sign) and
have CSS where the values are obscene (like 20 digits long) cause us to
realloc.

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