Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Issue 1323323002: IndexedDB: Various C++11isms and cleanup (Closed)

Created:
5 years, 3 months ago by jsbell
Modified:
5 years, 3 months ago
Reviewers:
cmumford
CC:
blink-reviews, jsbell+idb_chromium.org, dgrogan, cmumford
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

IndexedDB: Various C++11isms and cleanup * Initialize simple members in header files * Mark const members as such * Range-based iteration over containers * Remove unused typedefs * Use nullptr instead of 0 No behavior change. R=cmumford@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201850

Patch Set 1 #

Patch Set 2 : True, false, whatever #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -90 lines) Patch
M Source/modules/indexeddb/IDBCursor.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/indexeddb/IDBCursor.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/modules/indexeddb/IDBDatabase.h View 1 chunk +3 lines, -4 lines 2 comments Download
M Source/modules/indexeddb/IDBDatabase.cpp View 4 chunks +8 lines, -10 lines 0 comments Download
M Source/modules/indexeddb/IDBIndex.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/indexeddb/IDBIndex.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/indexeddb/IDBKeyRange.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/indexeddb/IDBObjectStore.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/indexeddb/IDBObjectStore.cpp View 6 chunks +17 lines, -18 lines 0 comments Download
M Source/modules/indexeddb/IDBRequest.h View 1 3 chunks +9 lines, -9 lines 2 comments Download
M Source/modules/indexeddb/IDBRequest.cpp View 1 chunk +0 lines, -10 lines 0 comments Download
M Source/modules/indexeddb/IDBTransaction.h View 2 chunks +6 lines, -9 lines 0 comments Download
M Source/modules/indexeddb/IDBTransaction.cpp View 4 chunks +11 lines, -17 lines 2 comments Download

Messages

Total messages: 7 (1 generated)
jsbell
cmumford@ - please take a look?
5 years, 3 months ago (2015-09-03 22:48:41 UTC) #1
cmumford
https://codereview.chromium.org/1323323002/diff/20001/Source/modules/indexeddb/IDBDatabase.h File Source/modules/indexeddb/IDBDatabase.h (left): https://codereview.chromium.org/1323323002/diff/20001/Source/modules/indexeddb/IDBDatabase.h#oldcode145 Source/modules/indexeddb/IDBDatabase.h:145: typedef HeapHashMap<int64_t, Member<IDBTransaction>> TransactionMap; Thank you - I hate ...
5 years, 3 months ago (2015-09-03 23:21:03 UTC) #2
jsbell
https://codereview.chromium.org/1323323002/diff/20001/Source/modules/indexeddb/IDBDatabase.h File Source/modules/indexeddb/IDBDatabase.h (left): https://codereview.chromium.org/1323323002/diff/20001/Source/modules/indexeddb/IDBDatabase.h#oldcode145 Source/modules/indexeddb/IDBDatabase.h:145: typedef HeapHashMap<int64_t, Member<IDBTransaction>> TransactionMap; On 2015/09/03 23:21:03, cmumford wrote: ...
5 years, 3 months ago (2015-09-03 23:29:54 UTC) #3
cmumford
lgtm
5 years, 3 months ago (2015-09-04 16:17:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1323323002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1323323002/20001
5 years, 3 months ago (2015-09-06 03:05:37 UTC) #6
commit-bot: I haz the power
5 years, 3 months ago (2015-09-06 04:15:41 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201850

Powered by Google App Engine
This is Rietveld 408576698