WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
145507
Use modern for-loops in WebCore/Modules - 1
https://bugs.webkit.org/show_bug.cgi?id=145507
Summary
Use modern for-loops in WebCore/Modules - 1
Hunseop Jeong
Reported
2015-05-31 22:31:32 PDT
Replaced for loops with range-based for loops in WebCore/Modules - 1 of 2.
Attachments
Patch
(47.92 KB, patch)
2015-05-31 23:45 PDT
,
Hunseop Jeong
no flags
Details
Formatted Diff
Diff
Patch
(47.91 KB, patch)
2015-06-01 19:01 PDT
,
Hunseop Jeong
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Hunseop Jeong
Comment 1
2015-05-31 23:45:51 PDT
Created
attachment 253989
[details]
Patch
Darin Adler
Comment 2
2015-06-01 10:19:22 PDT
Comment on
attachment 253989
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=253989&action=review
> Source/WebCore/Modules/indexeddb/IDBKey.h:72 > + for (auto& resultKey : result) {
Extra space here.
Hunseop Jeong
Comment 3
2015-06-01 19:01:20 PDT
Created
attachment 254040
[details]
Patch
WebKit Commit Bot
Comment 4
2015-06-01 20:13:50 PDT
Comment on
attachment 254040
[details]
Patch Clearing flags on attachment: 254040 Committed
r185101
: <
http://trac.webkit.org/changeset/185101
>
WebKit Commit Bot
Comment 5
2015-06-01 20:13:53 PDT
All reviewed patches have been landed. Closing bug.
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