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

Issue 2752523005: Reporting: Implement browsing data remover. (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 browsing data remover. 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. The browsing data remover removes reports and/or endpoints that match an (optional) origin filter, or all reports and/or endpoints. It will be called from Chromium's browsing_data_remover, potentially among other places. BUG=704259 Review-Url: https://codereview.chromium.org/2752523005 Cr-Commit-Position: refs/heads/master@{#463016} Committed: https://chromium.googlesource.com/chromium/src/+/1170eb931001e6307d73a250f8c7a7f2db2042a4

Patch Set 1 #

Patch Set 2 : NET_EXPORT ReportingBrowsingDataRemover::Params #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Patch Set 5 : Move after Context CL. #

Total comments: 4

Patch Set 6 : rebase #

Patch Set 7 : Make requested changes. #

Total comments: 1

Patch Set 8 : Make requested change. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+291 lines, -0 lines) Patch
M net/BUILD.gn View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
A net/reporting/reporting_browsing_data_remover.h View 1 2 3 4 5 6 1 chunk +36 lines, -0 lines 0 comments Download
A net/reporting/reporting_browsing_data_remover.cc View 1 2 3 4 5 6 7 1 chunk +59 lines, -0 lines 0 comments Download
A net/reporting/reporting_browsing_data_remover_unittest.cc View 1 2 3 4 5 6 1 chunk +193 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 28 (18 generated)
Julia Tuttle
PTAL, shivanisha.
3 years, 9 months ago (2017-03-22 19:19:49 UTC) #10
shivanisha
On 2017/03/22 at 19:19:49, juliatuttle wrote: > PTAL, shivanisha. lgtm % nits
3 years, 8 months ago (2017-04-07 15:10:15 UTC) #15
shivanisha
https://codereview.chromium.org/2752523005/diff/80001/net/reporting/reporting_browsing_data_remover.cc File net/reporting/reporting_browsing_data_remover.cc (right): https://codereview.chromium.org/2752523005/diff/80001/net/reporting/reporting_browsing_data_remover.cc#newcode19 net/reporting/reporting_browsing_data_remover.cc:19: bool remove_clients, nit: Enum in place of two boolean ...
3 years, 8 months ago (2017-04-07 15:10:31 UTC) #16
Julia Tuttle
Thanks shivanisha! PTAL csharrison for committer signoff. https://codereview.chromium.org/2752523005/diff/80001/net/reporting/reporting_browsing_data_remover.cc File net/reporting/reporting_browsing_data_remover.cc (right): https://codereview.chromium.org/2752523005/diff/80001/net/reporting/reporting_browsing_data_remover.cc#newcode19 net/reporting/reporting_browsing_data_remover.cc:19: bool remove_clients, ...
3 years, 8 months ago (2017-04-07 16:25:11 UTC) #18
Charlie Harrison
RS LGTM
3 years, 8 months ago (2017-04-07 16:32:27 UTC) #19
shivanisha
https://codereview.chromium.org/2752523005/diff/120001/net/reporting/reporting_browsing_data_remover.cc File net/reporting/reporting_browsing_data_remover.cc (right): https://codereview.chromium.org/2752523005/diff/120001/net/reporting/reporting_browsing_data_remover.cc#newcode21 net/reporting/reporting_browsing_data_remover.cc:21: bool remove_reports = !!(data_type_mask & DATA_TYPE_REPORTS); Why the 2 ...
3 years, 8 months ago (2017-04-07 16:42:49 UTC) #20
Julia Tuttle
On 2017/04/07 16:42:49, shivanisha wrote: > https://codereview.chromium.org/2752523005/diff/120001/net/reporting/reporting_browsing_data_remover.cc > File net/reporting/reporting_browsing_data_remover.cc (right): > > https://codereview.chromium.org/2752523005/diff/120001/net/reporting/reporting_browsing_data_remover.cc#newcode21 > ...
3 years, 8 months ago (2017-04-07 17:45:54 UTC) #21
shivanisha
On 2017/04/07 at 17:45:54, juliatuttle wrote: > On 2017/04/07 16:42:49, shivanisha wrote: > > https://codereview.chromium.org/2752523005/diff/120001/net/reporting/reporting_browsing_data_remover.cc ...
3 years, 8 months ago (2017-04-07 17:55:59 UTC) #22
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/2752523005/140001
3 years, 8 months ago (2017-04-07 20:18:30 UTC) #25
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 21:58:42 UTC) #28
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/1170eb931001e6307d73a250f8c7...

Powered by Google App Engine
This is Rietveld 408576698