WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
46105
[BREWMP] Add TextBoundaries and TextBreakIterator
https://bugs.webkit.org/show_bug.cgi?id=46105
Summary
[BREWMP] Add TextBoundaries and TextBreakIterator
Kwang Yul Seo
Reported
2010-09-20 11:12:00 PDT
Copy the code from WinCE port.
Attachments
Patch
(12.32 KB, patch)
2010-09-20 11:13 PDT
,
Kwang Yul Seo
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kwang Yul Seo
Comment 1
2010-09-20 11:13:44 PDT
Created
attachment 68113
[details]
Patch
Kent Tamura
Comment 2
2010-10-13 17:16:54 PDT
Comment on
attachment 68113
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=68113&action=review
> WebCore/platform/text/brew/TextBoundariesBrew.cpp:37 > +int findNextWordFromIndex(const UChar * buffer, int len, int position, bool forward)
The position of "*" is noncommittal. We usually use "const UChar* buffer".
> WebCore/platform/text/brew/TextBoundariesBrew.cpp:43 > +void findWordBoundary(const UChar * buffer, int len, int position, int* start, int* end)
ditto.
Kwang Yul Seo
Comment 3
2010-10-13 17:50:12 PDT
Manually committed
r69722
:
http://trac.webkit.org/changeset/69722
Kwang Yul Seo
Comment 4
2010-10-13 17:55:54 PDT
Comment on
attachment 68113
[details]
Patch Clear flags on
attachment 68113
[details]
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