DescriptionReporting: Implement garbage collector.
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 implements the garbage collector, which cleans out reports that
haven't been delivered for too long or through too many attempts (and
also clears reports on network changes, if so configured).
BUG=704259
Review-Url: https://codereview.chromium.org/2740833004
Cr-Commit-Position: refs/heads/master@{#463359}
Committed: https://chromium.googlesource.com/chromium/src/+/9f970c02c1feef9d61eff3fd52db7253eab1d9d9
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : rebase #
Total comments: 4
Patch Set 4 : Make requested changes. #
Total comments: 1
Patch Set 5 : rebase #Patch Set 6 : Move after Context CL. #Patch Set 7 : Add scheduling, etc. #Patch Set 8 : rebase #
Total comments: 1
Patch Set 9 : Make GarbageCollector own Timer. #Patch Set 10 : rebase #
Messages
Total messages: 56 (35 generated)
|