[Webkit-unassigned] [Bug 66286] Use String [] operator instead of indexing into String::characters() directly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 18 03:40:03 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66286
Xianzhu Wang <wangxianzhu at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #104162|0 |1
is obsolete| |
Attachment #104162|review? |
Flag| |
Attachment #104318| |review?
Flag| |
--- Comment #14 from Xianzhu Wang <wangxianzhu at chromium.org> 2011-08-18 03:40:02 PST ---
Created an attachment (id=104318)
--> (https://bugs.webkit.org/attachment.cgi?id=104318&action=review)
StringIterator as the returning type of characters()
For now StringIterator is just typedefed to const UChar*. In the future it will be defined as a class that can handle 8 and 16-bit buffers.
The subject of this bug should be updated, but I'd like to hear your opinions about the patch and will update the subject if the patch looks good to you.
--
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