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

Issue 2903133002: [IndexedDB] Adding uma for transaction aborts (Closed)

Created:
3 years, 7 months ago by dmurph
Modified:
3 years, 6 months ago
Reviewers:
Mark P, jsbell
CC:
chromium-reviews, jam, jsbell+idb_chromium.org, darin-cc_chromium.org, asvitkine+watch_chromium.org, cmumford
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[IndexedDB] Adding uma for transaction aborts R=jsbell BUG=520256 Review-Url: https://codereview.chromium.org/2903133002 Cr-Commit-Position: refs/heads/master@{#475647} Committed: https://chromium.googlesource.com/chromium/src/+/4df5f9a8a6e3322faf4c1e5cada87d499ba13e9c

Patch Set 1 #

Total comments: 10

Patch Set 2 : comments #

Total comments: 2

Patch Set 3 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -0 lines) Patch
M content/browser/indexed_db/indexed_db_transaction.cc View 1 3 chunks +40 lines, -0 lines 0 comments Download
M tools/metrics/histograms/enums.xml View 1 1 chunk +10 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (17 generated)
dmurph
Josh, can you PTAL?
3 years, 7 months ago (2017-05-24 22:49:26 UTC) #1
jsbell
I don't think doing this in the front end will be sufficient. The timeout aborts ...
3 years, 7 months ago (2017-05-25 16:49:44 UTC) #2
jsbell
https://codereview.chromium.org/2903133002/diff/1/tools/metrics/histograms/enums.xml File tools/metrics/histograms/enums.xml (right): https://codereview.chromium.org/2903133002/diff/1/tools/metrics/histograms/enums.xml#newcode18645 tools/metrics/histograms/enums.xml:18645: +<enum name="IDBWebException" type="int"> I'd remove 'Web' here - doesn't ...
3 years, 7 months ago (2017-05-25 16:52:24 UTC) #3
dmurph
I think you missed something - this is happening in the backend :) On Thu, ...
3 years, 7 months ago (2017-05-25 16:58:48 UTC) #4
jsbell
On 2017/05/25 16:58:48, dmurph wrote: > I think you missed something - this is happening ...
3 years, 7 months ago (2017-05-25 17:05:36 UTC) #5
jsbell
okay, lgtm with some nits Again, sorry about that. Thanks for your patience (and humor) ...
3 years, 7 months ago (2017-05-25 17:08:58 UTC) #6
dmurph
Thanks! Np - you look busy today :) https://codereview.chromium.org/2903133002/diff/1/content/browser/indexed_db/indexed_db_transaction.cc File content/browser/indexed_db/indexed_db_transaction.cc (right): https://codereview.chromium.org/2903133002/diff/1/content/browser/indexed_db/indexed_db_transaction.cc#newcode43 content/browser/indexed_db/indexed_db_transaction.cc:43: UmaIDBExceptionConstraintError, ...
3 years, 7 months ago (2017-05-25 17:33:08 UTC) #9
dmurph
+Mark for histograms - can you please take a look? Thanks :)
3 years, 7 months ago (2017-05-25 17:34:49 UTC) #11
Mark P
lgtm modulo nit --mark https://codereview.chromium.org/2903133002/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2903133002/diff/20001/tools/metrics/histograms/histograms.xml#newcode80684 tools/metrics/histograms/histograms.xml:80684: + Recorded on the browser ...
3 years, 7 months ago (2017-05-25 19:49:48 UTC) #16
dmurph
Thanks! https://codereview.chromium.org/2903133002/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2903133002/diff/20001/tools/metrics/histograms/histograms.xml#newcode80684 tools/metrics/histograms/histograms.xml:80684: + Recorded on the browser side (back end) ...
3 years, 7 months ago (2017-05-25 20:01:11 UTC) #18
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/2903133002/40001
3 years, 7 months ago (2017-05-25 20:01:48 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/223721)
3 years, 7 months ago (2017-05-25 21:51:39 UTC) #24
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/2903133002/40001
3 years, 7 months ago (2017-05-25 22:05:12 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/303711)
3 years, 7 months ago (2017-05-26 02:01:12 UTC) #28
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/2903133002/40001
3 years, 6 months ago (2017-05-30 18:10:19 UTC) #30
commit-bot: I haz the power
3 years, 6 months ago (2017-05-30 20:14:11 UTC) #33
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/4df5f9a8a6e3322faf4c1e5cada8...

Powered by Google App Engine
This is Rietveld 408576698