gecko-dev/netwerk
Valentin Gosu d130f41722 Bug 1562388 - Remove legacy ICS handling from nsNotifyAddrListener r=mayhemer
This code was added in bug 465158 to deal with on-demand dial-up
connections. That scenario is hopefully not common anymore.
One benefit of the code was that it excludes network adapters
that share the computers network from being part of network
change notifications, network ID, etc. However, the code assumed
that only adapters with the address 192.168.0.1 would be a ICS
adapter, but trying to set up ICS on Windows 10 actually set the
LAN interface with 192.168.137.1 - so that assumption isn't
valid anymore. So the code is likely not even running for
adapters that are ICS. It may run for adapters which have the
IP 192.168.0.1, but probably that's quite rare as that's more
often a gateway IP than a client IP.

In any case, it's better to just get rid of it and if needed,
however unlikely, we'll replace it with a more modern API.

Depends on D52573

Differential Revision: https://phabricator.services.mozilla.com/D52574

--HG--
extra : moz-landing-system : lando
2019-11-12 18:21:48 +00:00
..
base Bug 1595271 - Display Http3 in about:networking. r=valentin,fluent-reviewers,flod,smaug 2019-11-12 08:27:38 +00:00
build Bug 1583044: Make nsMozIconURI serializeable. r=valentin 2019-10-21 14:16:49 +00:00
cache Bug 1585582 - Remove all pref observers in CacheService r=mayhemer 2019-10-21 09:35:19 +00:00
cache2 Bug 1586674 - Simplify 'static inline uint32_t PRTimeToSeconds(PRTime aTimeUsec)' in CacheEntry.h too r=valentin 2019-10-07 15:00:14 +00:00
cookie Bug 1584479 - Part 1: Add flag for blocked social cookies in the content blocking log. r=Ehsan,droeh 2019-11-01 23:24:25 +00:00
dns Bug 1567346 - Prevent stack overflow in TRRService::IsTRRBlacklisted r=JuniorHsu 2019-11-11 21:11:18 +00:00
ipc Bug 1589270 - Part 1: Allow passing a specific status when disconnecting the child side, but only pass it to nsDocumentOpenInfo, not the load group. r=bzbarsky 2019-11-11 21:02:46 +00:00
locales Bug 1581692 - Remove unused .properties from netwerk. CLOSED TREE 2019-09-18 19:38:50 +03:00
mime Bug 1490601 part 2 - Move C++ entry points to encoding_c_mem to mfbt/. r=jwalden 2019-09-18 08:26:34 +00:00
protocol Bug 1595271 - Display Http3 in about:networking. r=valentin,fluent-reviewers,flod,smaug 2019-11-12 08:27:38 +00:00
sctp Bug 1586593 - dispatch CloseInt on DataChannel Open ACK failure - r=bwc 2019-10-11 17:03:23 +00:00
socket Bug 1581637 - Part 12 - Add extra-bindgen-flags r=glandium 2019-11-01 14:55:57 +00:00
srtp
streamconv Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
system Bug 1562388 - Remove legacy ICS handling from nsNotifyAddrListener r=mayhemer 2019-11-12 18:21:48 +00:00
test Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
url-classifier Bug 1584479 - Part 1: Add flag for blocked social cookies in the content blocking log. r=Ehsan,droeh 2019-11-01 23:24:25 +00:00
wifi Bug 1458624 - Firefox on Linux now sends signal strength to geolocation API as RSSI dBm instead of a percentage. r=cpeterson 2019-07-17 19:11:19 +00:00
moz.build
necko-config.h.in