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

Issue 1846363002: [BlobAsync] Adding better error reporting and some new tests. (Closed)

Created:
4 years, 8 months ago by dmurph
Modified:
4 years, 8 months ago
Reviewers:
kinuko, michaeln, jsbell
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[BlobAsync] Adding better error reporting and some new tests. R=michaeln@chromium.org,kinuko@chromium.org BUG=599416 Committed: https://crrev.com/e13cd7dcf1264b164c7a9e7cd463ff1885e4b68b Cr-Commit-Position: refs/heads/master@{#385254}

Patch Set 1 #

Patch Set 2 : fixed switch statement #

Total comments: 12

Patch Set 3 : Comments #

Patch Set 4 : rebase #

Patch Set 5 : fixed compile error #

Patch Set 6 : fixed compile error #

Total comments: 4

Patch Set 7 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+338 lines, -52 lines) Patch
M content/browser/blob_storage/blob_dispatcher_host.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/blob_storage/blob_dispatcher_host_unittest.cc View 1 2 13 chunks +241 lines, -13 lines 0 comments Download
M storage/browser/blob/blob_async_builder_host.h View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M storage/browser/blob/blob_async_builder_host.cc View 1 2 3 4 5 6 5 chunks +30 lines, -3 lines 0 comments Download
M storage/browser/blob/blob_data_handle.h View 1 2 3 4 chunks +7 lines, -5 lines 0 comments Download
M storage/browser/blob/blob_data_handle.cc View 1 2 3 3 chunks +9 lines, -19 lines 0 comments Download
M storage/browser/blob/blob_reader.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M storage/browser/blob/blob_reader.cc View 1 2 3 4 5 6 2 chunks +22 lines, -2 lines 0 comments Download
M storage/browser/blob/blob_storage_context.h View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M storage/browser/blob/blob_storage_context.cc View 1 2 3 2 chunks +5 lines, -4 lines 0 comments Download
M storage/browser/blob/blob_storage_registry.h View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M storage/common/blob_storage/blob_storage_constants.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
dmurph
Hello! I need some better error reporting in UMA to help debug some flaky failures ...
4 years, 8 months ago (2016-04-01 22:22:15 UTC) #2
dmurph
Added Kinuko for content/browser/blob_storage/*
4 years, 8 months ago (2016-04-01 22:44:25 UTC) #4
dmurph
+jsbell, if you have a free second can you PTAL? I'd like to get this ...
4 years, 8 months ago (2016-04-04 17:51:15 UTC) #6
jsbell
https://codereview.chromium.org/1846363002/diff/20001/content/browser/blob_storage/blob_dispatcher_host_unittest.cc File content/browser/blob_storage/blob_dispatcher_host_unittest.cc (right): https://codereview.chromium.org/1846363002/diff/20001/content/browser/blob_storage/blob_dispatcher_host_unittest.cc#newcode381 content/browser/blob_storage/blob_dispatcher_host_unittest.cc:381: EXPECT_TRUE(built) << static_cast<int>(error_code); Maybe add `<< "Error code: "` ...
4 years, 8 months ago (2016-04-04 20:41:20 UTC) #7
dmurph
Thanks! https://codereview.chromium.org/1846363002/diff/20001/content/browser/blob_storage/blob_dispatcher_host_unittest.cc File content/browser/blob_storage/blob_dispatcher_host_unittest.cc (right): https://codereview.chromium.org/1846363002/diff/20001/content/browser/blob_storage/blob_dispatcher_host_unittest.cc#newcode381 content/browser/blob_storage/blob_dispatcher_host_unittest.cc:381: EXPECT_TRUE(built) << static_cast<int>(error_code); On 2016/04/04 at 20:41:19, jsbell ...
4 years, 8 months ago (2016-04-04 22:17:43 UTC) #9
kinuko
lgtm https://codereview.chromium.org/1846363002/diff/100001/storage/browser/blob/blob_async_builder_host.cc File storage/browser/blob/blob_async_builder_host.cc (right): https://codereview.chromium.org/1846363002/diff/100001/storage/browser/blob/blob_async_builder_host.cc#newcode47 storage/browser/blob/blob_async_builder_host.cc:47: IPCBlobCreationCancelCode TransformReferencedBlobErrorToConstructingError( nit: I feel 'Convert' is more ...
4 years, 8 months ago (2016-04-05 09:42:35 UTC) #10
dmurph
https://codereview.chromium.org/1846363002/diff/100001/storage/browser/blob/blob_async_builder_host.cc File storage/browser/blob/blob_async_builder_host.cc (right): https://codereview.chromium.org/1846363002/diff/100001/storage/browser/blob/blob_async_builder_host.cc#newcode47 storage/browser/blob/blob_async_builder_host.cc:47: IPCBlobCreationCancelCode TransformReferencedBlobErrorToConstructingError( On 2016/04/05 at 09:42:35, kinuko wrote: > ...
4 years, 8 months ago (2016-04-05 18:15:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1846363002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1846363002/120001
4 years, 8 months ago (2016-04-05 18:16:43 UTC) #14
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 8 months ago (2016-04-05 19:27:58 UTC) #15
commit-bot: I haz the power
4 years, 8 months ago (2016-04-05 19:29:26 UTC) #17
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e13cd7dcf1264b164c7a9e7cd463ff1885e4b68b
Cr-Commit-Position: refs/heads/master@{#385254}

Powered by Google App Engine
This is Rietveld 408576698