WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
72290
Towards 8 bit strings - Add 8 bit paths to StringImpl methods
https://bugs.webkit.org/show_bug.cgi?id=72290
Summary
Towards 8 bit strings - Add 8 bit paths to StringImpl methods
Michael Saboff
Reported
2011-11-14 11:14:35 PST
StringImpl methods like simplifyMatchedCharactersToSpace(), simplifyWhiteSpace() and the various toInt() and toDouble() flavors do not have an 8 bit path.
Attachments
Patch
(17.90 KB, patch)
2011-11-14 11:53 PST
,
Michael Saboff
oliver
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Michael Saboff
Comment 1
2011-11-14 11:53:06 PST
Created
attachment 114996
[details]
Patch This patch doesn't have changes for simplifyMatchedCharactersToSpace(), simplifyWhiteSpace() as they have been implemented with a templates StringBuffer class that ripples changes to WebCore classes. That will be handled in another patch. This patch does include updated find and reverseFind methods.
Michael Saboff
Comment 2
2011-11-14 14:42:52 PST
Committed
r100195
: <
http://trac.webkit.org/changeset/100195
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug