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

Issue 1421433003: Fix CreateNetworks to stop it from signaling duplicate networks changed events (Closed)

Created:
5 years, 2 months ago by honghaiz3
Modified:
5 years ago
Reviewers:
pthatcher1, juberti
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fix two problems in network.cc: 1. It signals network changed events whenever there are more than one IP address in a network. 2. It does not signal network changed events if a network disconnects and connects again. Also changed DumpNetworks for better debugging. BUG=webrtc:5096 Committed: https://crrev.com/db8cf50c5994a1ca37f85d7ea17cadb96c1fb93a Cr-Commit-Position: refs/heads/master@{#11107}

Patch Set 1 #

Patch Set 2 : Fix the other half of the bug in network manager #

Total comments: 20

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -34 lines) Patch
M webrtc/base/network.h View 1 2 3 4 chunks +10 lines, -5 lines 2 comments Download
M webrtc/base/network.cc View 1 2 6 chunks +34 lines, -26 lines 0 comments Download
M webrtc/base/network_unittest.cc View 1 2 4 chunks +108 lines, -3 lines 0 comments Download

Messages

Total messages: 28 (18 generated)
honghaiz3
5 years, 2 months ago (2015-10-20 18:43:54 UTC) #4
pthatcher1
https://codereview.webrtc.org/1421433003/diff/220001/webrtc/base/network.cc File webrtc/base/network.cc (right): https://codereview.webrtc.org/1421433003/diff/220001/webrtc/base/network.cc#newcode295 webrtc/base/network.cc:295: } Is kv.second.active() always true? If not, should this ...
5 years ago (2015-12-08 19:40:24 UTC) #17
honghaiz3
PTAL. Thanks. https://codereview.webrtc.org/1421433003/diff/220001/webrtc/base/network.cc File webrtc/base/network.cc (right): https://codereview.webrtc.org/1421433003/diff/220001/webrtc/base/network.cc#newcode295 webrtc/base/network.cc:295: } On 2015/12/08 19:40:23, pthatcher1 wrote: > ...
5 years ago (2015-12-10 19:26:18 UTC) #18
pthatcher1
https://codereview.webrtc.org/1421433003/diff/240001/webrtc/base/network.cc File webrtc/base/network.cc (right): https://codereview.webrtc.org/1421433003/diff/240001/webrtc/base/network.cc#newcode466 webrtc/base/network.cc:466: current_networks[key] = network.get(); OK, I understand this now. But ...
5 years ago (2015-12-15 08:13:09 UTC) #19
honghaiz3
https://codereview.webrtc.org/1421433003/diff/240001/webrtc/base/network.cc File webrtc/base/network.cc (right): https://codereview.webrtc.org/1421433003/diff/240001/webrtc/base/network.cc#newcode466 webrtc/base/network.cc:466: current_networks[key] = network.get(); On 2015/12/15 08:13:09, pthatcher1 wrote: > ...
5 years ago (2015-12-15 20:04:53 UTC) #20
pthatcher1
lgtm https://codereview.webrtc.org/1421433003/diff/260001/webrtc/base/network.h File webrtc/base/network.h (right): https://codereview.webrtc.org/1421433003/diff/260001/webrtc/base/network.h#newcode364 webrtc/base/network.h:364: void set_active(bool active) { active_ = active; } ...
5 years ago (2015-12-18 22:03:39 UTC) #21
honghaiz3
https://codereview.webrtc.org/1421433003/diff/260001/webrtc/base/network.h File webrtc/base/network.h (right): https://codereview.webrtc.org/1421433003/diff/260001/webrtc/base/network.h#newcode364 webrtc/base/network.h:364: void set_active(bool active) { active_ = active; } On ...
5 years ago (2015-12-21 04:30:04 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1421433003/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1421433003/260001
5 years ago (2015-12-21 20:54:16 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:260001)
5 years ago (2015-12-21 21:08:50 UTC) #26
commit-bot: I haz the power
5 years ago (2015-12-21 21:09:03 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/db8cf50c5994a1ca37f85d7ea17cadb96c1fb93a
Cr-Commit-Position: refs/heads/master@{#11107}

Powered by Google App Engine
This is Rietveld 408576698