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

Issue 2388423003: reflow comments in modules/[fetch,indexeddb] (Closed)

Created:
4 years, 2 months ago by Nico
Modified:
4 years, 2 months ago
Reviewers:
haraken, jsbell, dcheng
CC:
chromium-reviews, tzik, nhiroki, cmumford, blink-reviews, jsbell+idb_chromium.org, kinuko+fileapi
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

reflow comments in modules/[fetch,indexeddb] BUG=563793 NOTRY=true Committed: https://crrev.com/3ef2412e118b0018ccb7291358391131894c4e23 Cr-Commit-Position: refs/heads/master@{#423151}

Patch Set 1 #

Total comments: 11

Patch Set 2 : comments #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -108 lines) Patch
M third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchManager.cpp View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchResponseData.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Request.cpp View 1 2 3 chunks +7 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/RequestInit.cpp View 1 chunk +8 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Response.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMFilePath.h View 2 chunks +7 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMFilePath.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.h View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.cpp View 5 chunks +16 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMFileSystemSync.cpp View 1 chunk +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DirectoryReader.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp View 1 chunk +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/FileWriter.cpp View 1 2 3 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBAny.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.h View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.h View 1 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp View 3 chunks +8 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBRequest.h View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp View 1 2 8 chunks +18 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp View 1 2 3 chunks +10 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/MockWebIDBDatabase.h View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 33 (19 generated)
Nico
dcheng: review haraken: owners
4 years, 2 months ago (2016-10-04 19:08:48 UTC) #3
jsbell
indexeddb lgtm https://codereview.chromium.org/2388423003/diff/1/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h File third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h (right): https://codereview.chromium.org/2388423003/diff/1/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h#newcode54 third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h:54: // They are placed here and in ...
4 years, 2 months ago (2016-10-04 20:10:30 UTC) #6
Nico
https://codereview.chromium.org/2388423003/diff/1/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h File third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h (right): https://codereview.chromium.org/2388423003/diff/1/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h#newcode54 third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h:54: // They are placed here and in all capital ...
4 years, 2 months ago (2016-10-04 20:16:01 UTC) #7
Nico
On 2016/10/04 20:16:01, Nico wrote: > https://codereview.chromium.org/2388423003/diff/1/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h > File third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h (right): > > https://codereview.chromium.org/2388423003/diff/1/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h#newcode54 > ...
4 years, 2 months ago (2016-10-04 22:15:25 UTC) #13
dcheng
LGTM with some random thoughts https://codereview.chromium.org/2388423003/diff/1/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp File third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp (right): https://codereview.chromium.org/2388423003/diff/1/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp#newcode318 third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp:318: // means the callback ...
4 years, 2 months ago (2016-10-04 23:03:04 UTC) #14
haraken
LGTM with the comments addressed.
4 years, 2 months ago (2016-10-05 01:11:40 UTC) #15
Nico
Thanks! https://codereview.chromium.org/2388423003/diff/1/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp File third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp (right): https://codereview.chromium.org/2388423003/diff/1/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp#newcode318 third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp:318: // means the callback will be on the ...
4 years, 2 months ago (2016-10-05 01:33:17 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2388423003/20001
4 years, 2 months ago (2016-10-05 01:33:44 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/305578)
4 years, 2 months ago (2016-10-05 03:02:22 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2388423003/20001
4 years, 2 months ago (2016-10-05 13:44:27 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/274132)
4 years, 2 months ago (2016-10-05 13:49:32 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2388423003/40001
4 years, 2 months ago (2016-10-05 14:03:08 UTC) #29
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-05 14:08:55 UTC) #31
commit-bot: I haz the power
4 years, 2 months ago (2016-10-05 14:12:24 UTC) #33
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3ef2412e118b0018ccb7291358391131894c4e23
Cr-Commit-Position: refs/heads/master@{#423151}

Powered by Google App Engine
This is Rietveld 408576698