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

Issue 538243003: proposed interface change at //net for webrtc (Closed)

Created:
6 years, 3 months ago by guoweis_webrtc
Modified:
6 years, 1 month ago
Reviewers:
pauljensen, lorenzo
CC:
chromium-reviews, cbentzel+watch_chromium.org, Ryan Sleevi, juberti2
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

proposed interface change for net_util.h for webrtc BUG=411086

Patch Set 1 #

Patch Set 2 : reduce the ipv6 flags exposed. #

Total comments: 6

Patch Set 3 : Define IPv6 Address flags and expose online_links_ from address tracker #

Total comments: 12

Patch Set 4 : Split address_tracker_linux into a different CL. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -41 lines) Patch
M chrome/browser/extensions/api/dial/dial_service_unittest.cc View 1 2 3 1 chunk +24 lines, -8 lines 0 comments Download
M chrome/browser/local_discovery/privet_traffic_detector.cc View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_settings_unittest.cc View 1 2 3 1 chunk +18 lines, -16 lines 0 comments Download
M content/common/p2p_messages.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/base/net_util.h View 1 2 3 2 chunks +26 lines, -0 lines 2 comments Download
M net/base/net_util.cc View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M net/base/net_util_posix.cc View 1 2 3 2 chunks +13 lines, -5 lines 0 comments Download
M net/base/net_util_win.cc View 1 2 3 1 chunk +13 lines, -8 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
Ryan Sleevi
https://codereview.chromium.org/538243003/diff/60001/net/base/net_util.h File net/base/net_util.h (right): https://codereview.chromium.org/538243003/diff/60001/net/base/net_util.h#newcode446 net/base/net_util.h:446: // This enum follows the IFA definition in if_addr.h ...
6 years, 3 months ago (2014-09-08 18:15:45 UTC) #4
guoweis_webrtc
Hi, Following up our discussion this morning, here is the code change to expose LocalLinks ...
6 years, 3 months ago (2014-09-08 22:44:00 UTC) #6
guoweis_webrtc
On 2014/09/08 22:44:00, guoweis wrote: > Hi, > > Following up our discussion this morning, ...
6 years, 3 months ago (2014-09-10 16:54:02 UTC) #7
pauljensen
I don't think this builds on non-posix hosts...they call NewtworkInterface's constructor, which you've changed. I'm ...
6 years, 3 months ago (2014-09-10 17:55:19 UTC) #8
lorenzo
I had expected to find code to convert between the ifaddrmsg structures reported/returned by AddressTrackerLinux ...
6 years, 3 months ago (2014-09-11 06:06:10 UTC) #9
guoweis_left_chromium
On 2014/09/11 06:06:10, lorenzo wrote: > I had expected to find code to convert between ...
6 years, 3 months ago (2014-09-11 06:12:35 UTC) #10
guoweis_webrtc
Please see the response to the comments. @Paul: I don't understand your point above about ...
6 years, 3 months ago (2014-09-12 23:55:22 UTC) #12
pauljensen
https://codereview.chromium.org/538243003/diff/140001/net/base/net_util.h File net/base/net_util.h (right): https://codereview.chromium.org/538243003/diff/140001/net/base/net_util.h#newcode441 net/base/net_util.h:441: // A subset of IP address attributes which is ...
6 years, 3 months ago (2014-09-18 14:29:54 UTC) #15
pauljensen
On 2014/09/12 23:55:22, guoweis wrote: > @Paul: I don't understand your point above about the ...
6 years, 3 months ago (2014-09-18 14:39:35 UTC) #16
guoweis2
6 years, 3 months ago (2014-09-18 21:05:45 UTC) #17
On 2014/09/18 14:39:35, pauljensen wrote:
> On 2014/09/12 23:55:22, guoweis wrote:
> > @Paul: I don't understand your point above about the attributes. Since these
> > attributes could be combined, I don't think, for example, concepts like MAX
> > applies very well here.
> Forget it.  I was forgetting that enums fit in ints.

I realized that I was using webrtc account to create this CL. Migrate to
https://codereview.chromium.org/580283002 instead.

Powered by Google App Engine
This is Rietveld 408576698