[Webkit-unassigned] [Bug 94058] [BlackBerry] [DRT] 5 tests failed for incorrect JS console message format

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 07:16:55 PDT 2012


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


Yong Li <yoli at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #158745|commit-queue?               |commit-queue+, review+
               Flag|                            |




--- Comment #7 from Yong Li <yoli at rim.com>  2012-08-16 07:17:27 PST ---
(From update of attachment 158745)
View in context: https://bugs.webkit.org/attachment.cgi?id=158745&action=review

> Tools/DumpRenderTree/blackberry/DumpRenderTree.cpp:662
> +    printf("%s\n", newMessage.utf8().data());

I have introduced a class ReadOnlyLatinString that will give better performance if you are sure latin1() won't lose any info and in most cases the String has a 8-bit internal buffer. But this is minor thing, especially this is only for DRT.

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