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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 16 07:18:08 PDT 2008


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


alp at nuanti.com changed:

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




------- Comment #18 from alp at nuanti.com  2008-09-16 07:18 PDT -------
Created an attachment (id=23471)
 --> (https://bugs.webkit.org/attachment.cgi?id=23471&action=view)
Deprecate String::format()

        Use UString::from() instead of String::format() in String::number()
        functions where possible.

        Start to replace uses of String::format() in WebCore with
        StringBuilder and direct concatenation.

        As a side-effect, several incorrect or needless string conversions
        that were done by String::format() callers are now avoided.

        String::format() should not be used in new code.

Note: These changes need to be checked for regressions with the Mac layout
tests before going in.


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



More information about the webkit-unassigned mailing list