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

Issue 2829683004: Reporting: Plumb from //chrome/browser/browsing_data. (Closed)

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

Description

Reporting: Plumb from //chrome/browser/browsing_data. 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 plumbs from Chromium's browsing data removal code to Reporting (and also makes a few tweaks to Reporting's browsing data removal). BUG=704259 Review-Url: https://codereview.chromium.org/2829683004 Cr-Commit-Position: refs/heads/master@{#469474} Committed: https://chromium.googlesource.com/chromium/src/+/aeb1abc9b5177c2817b21fe3a366fc0f23450607

Patch Set 1 #

Total comments: 6

Patch Set 2 : Make requested changes. #

Total comments: 4

Patch Set 3 : Make requested changes. #

Patch Set 4 : rebase #

Patch Set 5 : rebase, fix #

Patch Set 6 : rebase? #

Patch Set 7 : Fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+386 lines, -43 lines) Patch
M chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc View 1 2 3 4 5 chunks +36 lines, -1 line 0 comments Download
M chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc View 1 2 3 4 5 6 3 chunks +238 lines, -0 lines 0 comments Download
M net/reporting/reporting_browsing_data_remover.h View 2 chunks +15 lines, -6 lines 0 comments Download
M net/reporting/reporting_browsing_data_remover.cc View 1 1 chunk +61 lines, -33 lines 0 comments Download
M net/reporting/reporting_browsing_data_remover_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/reporting/reporting_context.h View 1 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download
M net/reporting/reporting_context.cc View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M net/reporting/reporting_service.h View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M net/reporting/reporting_service.cc View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M net/reporting/reporting_test_util.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 47 (34 generated)
Julia Tuttle
PTAL, shivanisha.
3 years, 8 months ago (2017-04-19 19:17:59 UTC) #5
shivanisha
https://codereview.chromium.org/2829683004/diff/1/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc File chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc (right): https://codereview.chromium.org/2829683004/diff/1/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc#newcode1013 chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc:1013: (BrowsingDataRemover::DATA_TYPE_COOKIES | DATA_TYPE_HISTORY)) { if ((remove_mask & DATA_TYPE_HISTORY) || ...
3 years, 8 months ago (2017-04-20 18:21:52 UTC) #8
Julia Tuttle
PTAL, shivanisha. Also, bauerb, can you take a look at //chrome/browser/browsing_data? If not, let me ...
3 years, 8 months ago (2017-04-21 13:34:53 UTC) #10
shivanisha
On 2017/04/21 at 13:34:53, juliatuttle wrote: > PTAL, shivanisha. > > Also, bauerb, can you ...
3 years, 8 months ago (2017-04-21 13:52:19 UTC) #13
Julia Tuttle
Thanks, shivanisha!
3 years, 8 months ago (2017-04-21 13:53:57 UTC) #14
Bernhard Bauer
https://codereview.chromium.org/2829683004/diff/20001/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc File chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc (right): https://codereview.chromium.org/2829683004/diff/20001/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc#newcode244 chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc:244: base::Callback<bool(const GURL&)> origin_filter) { Nit: Callbacks are usually passed ...
3 years, 8 months ago (2017-04-21 16:49:27 UTC) #17
Julia Tuttle
PTAL, bauerb. https://codereview.chromium.org/2829683004/diff/20001/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc File chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc (right): https://codereview.chromium.org/2829683004/diff/20001/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc#newcode244 chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc:244: base::Callback<bool(const GURL&)> origin_filter) { On 2017/04/21 16:49:26, ...
3 years, 8 months ago (2017-04-21 18:25:11 UTC) #18
Bernhard Bauer
lgtm
3 years, 8 months ago (2017-04-24 11:48:07 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/2829683004/60001
3 years, 7 months ago (2017-04-27 16:48:39 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/406195)
3 years, 7 months ago (2017-04-27 17:00:35 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/2829683004/120001
3 years, 7 months ago (2017-05-04 19:50:52 UTC) #43
Julia Tuttle
3 years, 7 months ago (2017-05-04 19:55:05 UTC) #44
commit-bot: I haz the power
3 years, 7 months ago (2017-05-04 21:14:54 UTC) #47
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/aeb1abc9b5177c2817b21fe3a366...

Powered by Google App Engine
This is Rietveld 408576698