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

Issue 2785293003: Reporting: Make DeliveryAgent self-scheduling. (Closed)

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

Description

Reporting: Make DeliveryAgent self-scheduling. 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 makes the existing DeliveryAgent class self-scheduling using the ReportingObserver interface: when reports are added to the cache, or periodically while reports are still queued, it automatically runs the "send reports" algorithm described in the spec. BUG=704259 Review-Url: https://codereview.chromium.org/2785293003 Cr-Commit-Position: refs/heads/master@{#465663} Committed: https://chromium.googlesource.com/chromium/src/+/830962ad03b788b02aa7ac6d8dd02f0a38ba6d4b

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : Make DeliveryAgent self-scheduling #

Patch Set 4 : Remove vestigal delivery scheduler #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -135 lines) Patch
M net/reporting/reporting_context.cc View 1 2 3 4 5 4 chunks +8 lines, -2 lines 0 comments Download
M net/reporting/reporting_delivery_agent.h View 1 2 3 4 5 2 chunks +13 lines, -42 lines 0 comments Download
M net/reporting/reporting_delivery_agent.cc View 1 2 3 4 5 2 chunks +147 lines, -68 lines 0 comments Download
M net/reporting/reporting_delivery_agent_unittest.cc View 1 2 12 chunks +29 lines, -19 lines 0 comments Download
M net/reporting/reporting_policy.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M net/reporting/reporting_policy.cc View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M net/reporting/reporting_test_util.h View 1 2 3 4 5 4 chunks +9 lines, -1 line 0 comments Download
M net/reporting/reporting_test_util.cc View 1 2 3 4 5 4 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 34 (24 generated)
Julia Tuttle
PTAL, shivanisha.
3 years, 8 months ago (2017-03-31 16:40:26 UTC) #3
Julia Tuttle
Note: I am considering making this a general-purpose "scheduler" class and having it call all ...
3 years, 8 months ago (2017-03-31 17:29:08 UTC) #8
Julia Tuttle
Actually, I talked to Randy, and I'm going to build scheduling into the DeliveryAgent, GarbageCollector, ...
3 years, 8 months ago (2017-03-31 18:25:51 UTC) #9
Julia Tuttle
Okay, this CL is no longer obsolete, but now depends on the ReportingSerializer CL, since ...
3 years, 8 months ago (2017-04-07 21:48:37 UTC) #11
Julia Tuttle
PTAL, shivanisha.
3 years, 8 months ago (2017-04-07 21:51:07 UTC) #12
shivanisha
On 2017/04/07 at 21:51:07, juliatuttle wrote: > PTAL, shivanisha. lgtm.
3 years, 8 months ago (2017-04-18 14:42:17 UTC) #21
Julia Tuttle
Thanks shivanisha! PTAL csharrison for committer signoff.
3 years, 8 months ago (2017-04-18 17:56:03 UTC) #23
Charlie Harrison
On 2017/04/18 17:56:03, Julia Tuttle wrote: > Thanks shivanisha! PTAL csharrison for committer signoff. RS ...
3 years, 8 months ago (2017-04-18 18:03:48 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/2785293003/120001
3 years, 8 months ago (2017-04-19 17:43:13 UTC) #31
commit-bot: I haz the power
3 years, 8 months ago (2017-04-19 17:50:16 UTC) #34
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/830962ad03b788b02aa7ac6d8dd0...

Powered by Google App Engine
This is Rietveld 408576698