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

Issue 2770443002: Reporting: Wrap context in service. (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: Wrap context in service. Reporting is a spec for delivering out-of-band reports from various other parts of the browser. See http://wicg.github.io/reporting/ for the spec, or https://goo.gl/pygX5I for details of the planned implementation in Chromium. This wraps the context in a service that keeps the implementation details of Reporting private while implementing and exposing the high-level operations that other components require from it. BUG=704259 Review-Url: https://codereview.chromium.org/2770443002 Cr-Commit-Position: refs/heads/master@{#462943} Committed: https://chromium.googlesource.com/chromium/src/+/381d77efd050a4ef04eba2ce52f06741ac0d1107

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 6

Patch Set 3 : Make requested changes. #

Total comments: 4

Patch Set 4 : Make requested changes. #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 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_service.h View 1 2 3 1 chunk +74 lines, -0 lines 0 comments Download
A net/reporting/reporting_service.cc View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
A net/reporting/reporting_service_unittest.cc View 1 2 3 1 chunk +78 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 30 (17 generated)
Julia Tuttle
PTAL, shivanisha.
3 years, 9 months ago (2017-03-24 16:35:16 UTC) #4
shivanisha
https://codereview.chromium.org/2770443002/diff/20001/net/reporting/reporting_service.h File net/reporting/reporting_service.h (right): https://codereview.chromium.org/2770443002/diff/20001/net/reporting/reporting_service.h#newcode28 net/reporting/reporting_service.h:28: class NET_EXPORT ReportingService { Comment describing the overall purpose ...
3 years, 8 months ago (2017-04-04 17:52:43 UTC) #10
Julia Tuttle
PTAL, shivanisha. https://codereview.chromium.org/2770443002/diff/20001/net/reporting/reporting_service.h File net/reporting/reporting_service.h (right): https://codereview.chromium.org/2770443002/diff/20001/net/reporting/reporting_service.h#newcode28 net/reporting/reporting_service.h:28: class NET_EXPORT ReportingService { On 2017/04/04 17:52:43, ...
3 years, 8 months ago (2017-04-04 18:37:16 UTC) #12
shivanisha
https://codereview.chromium.org/2770443002/diff/40001/net/reporting/reporting_service.cc File net/reporting/reporting_service.cc (right): https://codereview.chromium.org/2770443002/diff/40001/net/reporting/reporting_service.cc#newcode49 net/reporting/reporting_service.cc:49: NOTIMPLEMENTED(); Is it being implemented in a future reporting ...
3 years, 8 months ago (2017-04-05 16:59:30 UTC) #16
Julia Tuttle
PTAL, shivanisha. https://codereview.chromium.org/2770443002/diff/40001/net/reporting/reporting_service.cc File net/reporting/reporting_service.cc (right): https://codereview.chromium.org/2770443002/diff/40001/net/reporting/reporting_service.cc#newcode49 net/reporting/reporting_service.cc:49: NOTIMPLEMENTED(); On 2017/04/05 16:59:30, shivanisha wrote: > ...
3 years, 8 months ago (2017-04-06 17:09:49 UTC) #17
shivanisha
https://codereview.chromium.org/2770443002/diff/40001/net/reporting/reporting_service.cc File net/reporting/reporting_service.cc (right): https://codereview.chromium.org/2770443002/diff/40001/net/reporting/reporting_service.cc#newcode49 net/reporting/reporting_service.cc:49: NOTIMPLEMENTED(); On 2017/04/06 at 17:09:49, Julia Tuttle wrote: > ...
3 years, 8 months ago (2017-04-06 17:13:01 UTC) #18
Julia Tuttle
PTAL, shivanisha. https://codereview.chromium.org/2770443002/diff/40001/net/reporting/reporting_service.cc File net/reporting/reporting_service.cc (right): https://codereview.chromium.org/2770443002/diff/40001/net/reporting/reporting_service.cc#newcode49 net/reporting/reporting_service.cc:49: NOTIMPLEMENTED(); On 2017/04/06 17:13:01, shivanisha wrote: > ...
3 years, 8 months ago (2017-04-06 17:51:05 UTC) #19
shivanisha
On 2017/04/06 at 17:51:05, juliatuttle wrote: > PTAL, shivanisha. > > https://codereview.chromium.org/2770443002/diff/40001/net/reporting/reporting_service.cc > File net/reporting/reporting_service.cc ...
3 years, 8 months ago (2017-04-06 17:59:40 UTC) #20
Julia Tuttle
On 2017/04/06 17:59:40, shivanisha wrote: > On 2017/04/06 at 17:51:05, juliatuttle wrote: > > PTAL, ...
3 years, 8 months ago (2017-04-06 18:04:47 UTC) #21
Julia Tuttle
PTAL for committer signoff, csharrison.
3 years, 8 months ago (2017-04-06 18:21:25 UTC) #23
Charlie Harrison
RS LGTM
3 years, 8 months ago (2017-04-06 18:22:08 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/2770443002/80001
3 years, 8 months ago (2017-04-07 17:42:56 UTC) #27
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 18:55:10 UTC) #30
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/381d77efd050a4ef04eba2ce52f0...

Powered by Google App Engine
This is Rietveld 408576698