Bug 136541 - Use WTFString::find(char) in more places
Summary: Use WTFString::find(char) in more places
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-04 12:42 PDT by Joseph Pecoraro
Modified: 2014-09-04 14:07 PDT (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (5.41 KB, patch)
2014-09-04 12:43 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff
[PATCH] Proposed Fix (5.38 KB, patch)
2014-09-04 12:55 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2014-09-04 12:42:22 PDT
Instead of WTFString::find(const char *) or variants which do extra work.
Comment 1 Joseph Pecoraro 2014-09-04 12:43:27 PDT
Created attachment 237639 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2014-09-04 12:45:27 PDT
Attachment 237639 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Joseph Pecoraro 2014-09-04 12:55:32 PDT
Created attachment 237641 [details]
[PATCH] Proposed Fix
Comment 4 WebKit Commit Bot 2014-09-04 14:07:15 PDT
Comment on attachment 237641 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 237641

Committed r173278: <http://trac.webkit.org/changeset/173278>
Comment 5 WebKit Commit Bot 2014-09-04 14:07:19 PDT
All reviewed patches have been landed.  Closing bug.