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

Issue 116863002: Add feedback uploader to upload reports in a sequenced manner with retries. (Closed)

Created:
7 years ago by rkc
Modified:
7 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add feedback uploader to upload reports in a sequenced manner with retries. This is the first part of the CL that will enable re-sending feedback reports that were sent when the user was offline, across sessions. R=jcivelli@chromium.org, zork@chromium.org BUG=249853 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241962 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=242069

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : test fix. #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+540 lines, -125 lines) Patch
A chrome/browser/feedback/feedback_uploader.h View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
A chrome/browser/feedback/feedback_uploader.cc View 1 2 3 4 5 1 chunk +130 lines, -0 lines 0 comments Download
A chrome/browser/feedback/feedback_uploader_delegate.h View 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/browser/feedback/feedback_uploader_delegate.cc View 1 1 chunk +65 lines, -0 lines 0 comments Download
A chrome/browser/feedback/feedback_uploader_factory.h View 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/browser/feedback/feedback_uploader_factory.cc View 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/feedback/feedback_uploader_unittest.cc View 1 2 3 4 1 chunk +131 lines, -0 lines 0 comments Download
M chrome/browser/feedback/feedback_util.cc View 1 2 3 5 chunks +7 lines, -125 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
rkc
7 years ago (2013-12-17 00:00:53 UTC) #1
Zachary Kuznia
https://codereview.chromium.org/116863002/diff/1/chrome/browser/feedback/OWNERS File chrome/browser/feedback/OWNERS (right): https://codereview.chromium.org/116863002/diff/1/chrome/browser/feedback/OWNERS#newcode2 chrome/browser/feedback/OWNERS:2: zork@chromium.org This change should probably be in a separate ...
7 years ago (2013-12-17 01:12:57 UTC) #2
rkc
https://codereview.chromium.org/116863002/diff/1/chrome/browser/feedback/OWNERS File chrome/browser/feedback/OWNERS (right): https://codereview.chromium.org/116863002/diff/1/chrome/browser/feedback/OWNERS#newcode2 chrome/browser/feedback/OWNERS:2: zork@chromium.org On 2013/12/17 01:12:57, Zachary Kuznia wrote: > This ...
7 years ago (2013-12-17 23:26:00 UTC) #3
Zachary Kuznia
On 2013/12/17 23:26:00, Rahul Chaturvedi wrote: > https://codereview.chromium.org/116863002/diff/1/chrome/browser/feedback/OWNERS > File chrome/browser/feedback/OWNERS (right): > > https://codereview.chromium.org/116863002/diff/1/chrome/browser/feedback/OWNERS#newcode2 ...
7 years ago (2013-12-17 23:31:01 UTC) #4
Jay Civelli
LGTM for DEPS change
7 years ago (2013-12-18 00:20:10 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rkc@chromium.org/116863002/40001
7 years ago (2013-12-18 00:23:01 UTC) #6
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=206249
7 years ago (2013-12-18 01:24:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rkc@chromium.org/116863002/60001
7 years ago (2013-12-18 23:10:37 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=238041
7 years ago (2013-12-19 00:19:12 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rkc@chromium.org/116863002/60001
7 years ago (2013-12-19 19:34:53 UTC) #10
rkc
Committed patchset #5 manually as r241962 (presubmit successful).
7 years ago (2013-12-19 22:46:10 UTC) #11
rkc
A revert of this CL has been created in https://codereview.chromium.org/119603003/ by rkc@chromium.org. The reason for ...
7 years ago (2013-12-19 23:40:34 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rkc@chromium.org/116863002/100001
7 years ago (2013-12-20 00:07:18 UTC) #13
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=108393
7 years ago (2013-12-20 08:55:40 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rkc@chromium.org/116863002/100001
7 years ago (2013-12-20 09:16:21 UTC) #15
commit-bot: I haz the power
7 years ago (2013-12-20 12:18:05 UTC) #16
Message was sent while issue was closed.
Change committed as 242069

Powered by Google App Engine
This is Rietveld 408576698