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

Issue 2769083005: Reporting: Set up in ProfileImplIOData. (Closed)

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

Description

Reporting: Set up in ProfileImplIOData. 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 CL creates a barebones ChromeReportingDelegate, initializes the ReportingService in ProfileImplIOData::InitializeInternal, and sets the service on the URLRequestContext. BUG=704259 Review-Url: https://codereview.chromium.org/2769083005 Cr-Commit-Position: refs/heads/master@{#468038} Committed: https://chromium.googlesource.com/chromium/src/+/1d92f015d0b85e071f0040c53ccd8f145b55e4c1

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Patch Set 6 : Create separate ReportingServices for isolated app contexts. #

Patch Set 7 : Move after async persistence CL. #

Patch Set 8 : Remove persistence for now. #

Patch Set 9 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -10 lines) Patch
M chrome/browser/profiles/profile_browsertest.cc View 1 2 3 4 5 6 7 8 5 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 2 3 4 5 6 7 4 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.h View 1 2 3 4 5 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 6 7 8 3 chunks +12 lines, -0 lines 0 comments Download
M net/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A net/reporting/reporting_feature.h View 1 chunk +17 lines, -0 lines 0 comments Download
A net/reporting/reporting_feature.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M net/reporting/reporting_garbage_collector.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -5 lines 0 comments Download
M net/reporting/reporting_persister.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M net/reporting/reporting_persister_unittest.cc View 1 2 3 4 5 6 7 3 chunks +6 lines, -1 line 0 comments Download
M net/reporting/reporting_service.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 57 (34 generated)
Julia Tuttle
PTAL, shivanisha.
3 years, 9 months ago (2017-03-24 20:11:00 UTC) #2
shivanisha
On 2017/03/24 at 20:11:00, juliatuttle wrote: > PTAL, shivanisha. lgtm
3 years, 8 months ago (2017-04-20 18:33:13 UTC) #15
Julia Tuttle
Thanks, shivanisha! PTAL csharrison for committer signoff.
3 years, 8 months ago (2017-04-20 20:04:35 UTC) #16
Julia Tuttle
[+csharrison]
3 years, 8 months ago (2017-04-20 20:04:46 UTC) #18
Charlie Harrison
On 2017/04/20 20:04:46, Julia Tuttle wrote: > [+csharrison] RS LGTM
3 years, 8 months ago (2017-04-20 20:06:34 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/2769083005/80001
3 years, 8 months ago (2017-04-20 20:08:35 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/416812)
3 years, 8 months ago (2017-04-20 20:17:40 UTC) #23
Julia Tuttle
mmenke, can you take a look at the //chrome/browser/profiles changes here? (If not, I can ...
3 years, 8 months ago (2017-04-21 13:11:36 UTC) #25
mmenke
On 2017/04/21 13:11:36, Julia Tuttle wrote: > mmenke, can you take a look at the ...
3 years, 8 months ago (2017-04-21 15:19:05 UTC) #26
mmenke
On 2017/04/21 15:19:05, mmenke wrote: > On 2017/04/21 13:11:36, Julia Tuttle wrote: > > mmenke, ...
3 years, 8 months ago (2017-04-21 15:19:38 UTC) #27
Julia Tuttle
I haven't looked into incognito issues yet, but it's on my radar. Did you have ...
3 years, 8 months ago (2017-04-21 18:31:33 UTC) #28
mmenke
On 2017/04/21 18:31:33, Julia Tuttle wrote: > I haven't looked into incognito issues yet, but ...
3 years, 8 months ago (2017-04-21 18:40:30 UTC) #29
mmenke
On 2017/04/21 18:40:30, mmenke wrote: > On 2017/04/21 18:31:33, Julia Tuttle wrote: > > I ...
3 years, 8 months ago (2017-04-21 18:40:57 UTC) #30
mmenke
Julia pointed out that this is behind a flag, and she's already working on hooking ...
3 years, 8 months ago (2017-04-21 19:51:55 UTC) #31
Julia Tuttle
Matt, do you think we need to be able to persist Reporting data in app ...
3 years, 8 months ago (2017-04-24 14:49:16 UTC) #32
mmenke
On 2017/04/24 14:49:16, Julia Tuttle wrote: > Matt, do you think we need to be ...
3 years, 8 months ago (2017-04-25 17:57:58 UTC) #37
Julia Tuttle
PTAL, mmenke. I've punted the persistence stuff until I implement a centralized persistence system for ...
3 years, 8 months ago (2017-04-25 20:56:45 UTC) #38
mmenke
On 2017/04/25 20:56:45, Julia Tuttle wrote: > PTAL, mmenke. > > I've punted the persistence ...
3 years, 8 months ago (2017-04-26 20:17:12 UTC) #39
commit-bot: I haz the power
This CL has an open dependency (Issue 2835923005 Patch 1). Please resolve the dependency and ...
3 years, 7 months ago (2017-04-27 16:48:42 UTC) #43
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/2769083005/140001
3 years, 7 months ago (2017-04-28 14:18:52 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/258344)
3 years, 7 months ago (2017-04-28 14:22:32 UTC) #47
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/2769083005/160001
3 years, 7 months ago (2017-04-28 15:53:12 UTC) #54
commit-bot: I haz the power
3 years, 7 months ago (2017-04-28 17:19:39 UTC) #57
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/1d92f015d0b85e071f0040c53ccd...

Powered by Google App Engine
This is Rietveld 408576698