[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 Sep 18 09:15:44 PDT 2008


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





------- Comment #22 from darin at apple.com  2008-09-18 09:15 PDT -------
(In reply to comment #21)
> How about using TextStream.h? Although it uses snprintf() now it looks like it
> has good optimisation potential, as long as code like this isn't objectionable:

Yes, that'd be OK. I do worry that we end up with too many different options,
between Vector<UChar>, StringBuffer, and TextStream. I was hoping to phase out
TextStream. If we can make it efficient and a great option then I think many
will like using the stream-style syntax. I don't think the name of TextStream
is very clear -- the fact that it's for constructing a string seems subtle.

Maybe we can add the streaming syntax to StringBuffer instead?


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