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

Issue 691053003: Domain Reliability: Mark beacons from previous networks. (Closed)

Created:
6 years, 1 month ago by Deprecated (see juliatuttle)
Modified:
6 years, 1 month ago
Reviewers:
*davidben
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Domain Reliability: Mark beacons from previous networks. To help Domain Reliability collectors know whether the client's IP address is actually the address from which they experienced network issues, label beacons with '"network_changed": true' if the client's network connection changes between logging and reporting the beacon. BUG= Committed: https://crrev.com/743f4ae91ce9fb5fc523edd0acc4978c7ba5db85 Cr-Commit-Position: refs/heads/master@{#302655}

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Total comments: 5

Patch Set 3 : Fix Context unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -7 lines) Patch
M components/domain_reliability/beacon.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/domain_reliability/beacon.cc View 1 2 chunks +5 lines, -1 line 0 comments Download
M components/domain_reliability/context.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M components/domain_reliability/context.cc View 1 2 3 chunks +3 lines, -1 line 0 comments Download
M components/domain_reliability/context_unittest.cc View 1 2 4 chunks +47 lines, -2 lines 0 comments Download
M components/domain_reliability/monitor.h View 5 chunks +9 lines, -2 lines 0 comments Download
M components/domain_reliability/monitor.cc View 1 5 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
Deprecated (see juliatuttle)
PTAL, davidben.
6 years, 1 month ago (2014-10-30 18:18:30 UTC) #3
davidben
https://codereview.chromium.org/691053003/diff/1/components/domain_reliability/beacon.cc File components/domain_reliability/beacon.cc (right): https://codereview.chromium.org/691053003/diff/1/components/domain_reliability/beacon.cc#newcode44 components/domain_reliability/beacon.cc:44: beacon_value->SetBoolean("network_changed", true); If the beacon came up because the ...
6 years, 1 month ago (2014-10-30 21:18:00 UTC) #4
Deprecated (see juliatuttle)
PTAL, davidben. https://codereview.chromium.org/691053003/diff/1/components/domain_reliability/beacon.cc File components/domain_reliability/beacon.cc (right): https://codereview.chromium.org/691053003/diff/1/components/domain_reliability/beacon.cc#newcode44 components/domain_reliability/beacon.cc:44: beacon_value->SetBoolean("network_changed", true); On 2014/10/30 21:17:59, David Benjamin ...
6 years, 1 month ago (2014-10-31 22:01:02 UTC) #6
Deprecated (see juliatuttle)
PTAL, davidben.
6 years, 1 month ago (2014-11-03 14:36:57 UTC) #7
davidben
Hrm. Try jobs seem to be failing. I think this might be because URLRequest isn't ...
6 years, 1 month ago (2014-11-03 19:25:34 UTC) #8
Deprecated (see juliatuttle)
PTAL, davidben. https://codereview.chromium.org/691053003/diff/20001/components/domain_reliability/context.h File components/domain_reliability/context.h (right): https://codereview.chromium.org/691053003/diff/20001/components/domain_reliability/context.h#newcode39 components/domain_reliability/context.h:39: const base::TimeTicks* last_network_change_time, On 2014/11/03 19:25:33, David ...
6 years, 1 month ago (2014-11-04 17:56:52 UTC) #9
davidben
lgtm https://codereview.chromium.org/691053003/diff/20001/components/domain_reliability/monitor.cc File components/domain_reliability/monitor.cc (right): https://codereview.chromium.org/691053003/diff/20001/components/domain_reliability/monitor.cc#newcode152 components/domain_reliability/monitor.cc:152: last_network_change_time_ = time_->NowTicks(); On 2014/11/04 17:56:52, ttuttle wrote: ...
6 years, 1 month ago (2014-11-04 19:12:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/691053003/60001
6 years, 1 month ago (2014-11-04 19:17:22 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:60001)
6 years, 1 month ago (2014-11-04 20:22:40 UTC) #13
commit-bot: I haz the power
6 years, 1 month ago (2014-11-04 20:24:11 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/743f4ae91ce9fb5fc523edd0acc4978c7ba5db85
Cr-Commit-Position: refs/heads/master@{#302655}

Powered by Google App Engine
This is Rietveld 408576698