WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
68331
[chromium] frameContentAsPlainText shouldn't be using TextIterator
https://bugs.webkit.org/show_bug.cgi?id=68331
Summary
[chromium] frameContentAsPlainText shouldn't be using TextIterator
Ryosuke Niwa
Reported
2011-09-18 20:46:18 PDT
We should avoid using TextIterator directly in WebKit layer code. Justification for not using plainText is that: " // The text iterator will walk nodes giving us text. This is similar to // the plainText() function in TextIterator.h, but we implement the maximum // size and also copy the results directly into a wstring, avoiding the // string conversion." However, this comment is not true at all as the function currently takes Vector<UChar>.
Attachments
Add attachment
proposed patch, testcase, etc.
Stephen Chenney
Comment 1
2013-04-11 15:21:53 PDT
https://code.google.com/p/chromium/issues/detail?id=230629
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