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

Issue 2723563002: Reporting: Implement uploader. (Closed)

Created:
3 years, 9 months ago by Julia Tuttle
Modified:
3 years, 8 months ago
CC:
cbentzel+watch_chromium.org, chromium-reviews, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Reporting: Implement uploader. Reporting is a spec for delivering out-of-band reports from various other parts of the browser. See http://wicg.github.io/reporting/. The uploader handles the network side of report delivery: it takes the assembled JSON and an endpoint URL, and handles sending the URL request and categorizing the response according to the Reporting spec. BUG=704259 Review-Url: https://codereview.chromium.org/2723563002 Cr-Commit-Position: refs/heads/master@{#460846} Committed: https://chromium.googlesource.com/chromium/src/+/2f46b5780970e186eda8641be9138ec551e3f1db

Patch Set 1 #

Patch Set 2 : Tidy things up a bit. #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Total comments: 10

Patch Set 5 : Make requested changes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+528 lines, -0 lines) Patch
M net/BUILD.gn View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
A net/reporting/reporting_uploader.h View 1 2 3 4 1 chunk +46 lines, -0 lines 0 comments Download
A net/reporting/reporting_uploader.cc View 1 2 3 4 1 chunk +154 lines, -0 lines 0 comments Download
A net/reporting/reporting_uploader_unittest.cc View 1 2 3 4 1 chunk +325 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 33 (21 generated)
Julia Tuttle
PTAL, shivanisha.
3 years, 9 months ago (2017-03-06 16:50:51 UTC) #3
shivanisha
https://codereview.chromium.org/2723563002/diff/60001/net/reporting/reporting_uploader.cc File net/reporting/reporting_uploader.cc (right): https://codereview.chromium.org/2723563002/diff/60001/net/reporting/reporting_uploader.cc#newcode29 net/reporting/reporting_uploader.cc:29: class ReportingUploaderImpl : public ReportingUploader, URLRequest::Delegate { Why is ...
3 years, 8 months ago (2017-03-28 19:57:15 UTC) #15
Julia Tuttle
PTAL, shivanisha. https://codereview.chromium.org/2723563002/diff/60001/net/reporting/reporting_uploader.cc File net/reporting/reporting_uploader.cc (right): https://codereview.chromium.org/2723563002/diff/60001/net/reporting/reporting_uploader.cc#newcode29 net/reporting/reporting_uploader.cc:29: class ReportingUploaderImpl : public ReportingUploader, URLRequest::Delegate { ...
3 years, 8 months ago (2017-03-28 20:36:34 UTC) #16
Julia Tuttle
Ping?
3 years, 8 months ago (2017-03-30 13:22:06 UTC) #17
shivanisha
On 2017/03/30 at 13:22:06, juliatuttle wrote: > Ping? On it.
3 years, 8 months ago (2017-03-30 16:49:02 UTC) #18
shivanisha
On 2017/03/30 at 16:49:02, shivanisha wrote: > On 2017/03/30 at 13:22:06, juliatuttle wrote: > > ...
3 years, 8 months ago (2017-03-30 17:36:26 UTC) #19
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/2723563002/80001
3 years, 8 months ago (2017-03-30 17:54:37 UTC) #23
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the ...
3 years, 8 months ago (2017-03-30 17:54:39 UTC) #25
Julia Tuttle
PTAL, rdsmith for committer review.
3 years, 8 months ago (2017-03-30 17:55:40 UTC) #27
Randy Smith (Not in Mondays)
LGTM based on Shivani's review.
3 years, 8 months ago (2017-03-30 17:55:58 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/2723563002/80001
3 years, 8 months ago (2017-03-30 17:56:48 UTC) #30
commit-bot: I haz the power
3 years, 8 months ago (2017-03-30 19:13:35 UTC) #33
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/2f46b5780970e186eda8641be913...

Powered by Google App Engine
This is Rietveld 408576698