summaryrefslogtreecommitdiffstats
path: root/net/base/network_change_notifier.cc
Commit message (Expand)AuthorAgeFilesLines
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-5/+7
* Determine connection type in NetworkChangeNotifierLinux.derekjchow2015-01-311-0/+21
* Cleanup: Better constify some strings in net/.thestig2015-01-241-1/+1
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-201-4/+3
* [NetInfo] Add a MaxBandwidthChangeObserver and Android implementationjkarlin2014-12-161-11/+44
* Add MaxBandwidth support to Android's NetworkChangeNotifier as defined in the...jkarlin2014-12-021-0/+75
* Fix "value possibly truncated" warnings on MSVC, net/base edition.pkasting2014-11-261-1/+2
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-10/+9
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-7/+7
* Adds NetworkChangeNotifier::GetCurrentMaxBandwidth.jkarlin2014-10-061-0/+18
* Listen to OnNetworkChanged instead of OnIPAddressChangedjaekyun2014-09-041-0/+7
* Revert 278881 "Infer Windows network connection type from interf..."pauljensen@chromium.org2014-07-071-30/+0
* Add browser tests for navigator.onLine and navigator.connection.typejkarlin@chromium.org2014-06-231-19/+60
* Infer Windows network connection type from interface type.pauljensen@chromium.org2014-06-211-0/+30
* Adds bluetooth connection type to NetworkChangeNotifier.jkarlin@chromium.org2014-06-041-3/+18
* This is the separate change mentioned in comments of https://codereview.chrom...bolian@chromium.org2014-05-101-16/+20
* Record Mobile Operator ID in UMA report. This is Android only for now. See th...bolian@chromium.org2014-05-071-0/+24
* Fix race-conditions during NetworkChangeNotifier shutdown by pauljensen@chromium.org2014-04-011-3/+41
* Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.cdn@chromium.org2013-08-221-1/+1
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Add connection-type-specific histograms of:pauljensen@chromium.org2013-01-311-27/+175
* Start calculating new combined NetworkChangeNotifier signal from previous OnI...pauljensen@chromium.org2012-12-081-3/+130
* Helper functions in NetworkChangeNotifier related to WWAN usedroger@chromium.org2012-11-051-0/+24
* Add NetworkChangeNotifier connectivity events to the NetLog.pauljensen@chromium.org2012-10-271-0/+23
* Histogram to measure if NetworkChangeNotifier::GetConnectionType() is pauljensen@chromium.org2012-09-121-0/+29
* [net] Move DnsConfigService to NetworkChangeNotifier.szym@chromium.org2012-08-311-33/+52
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-1/+1
* Add histograms to NetworkChangeNotifier to identify ways to improve interfacepauljensen@chromium.org2012-08-131-0/+121
* [net] Adds AddressTrackerLinux which keeps track of interface addresses using...szym@chromium.org2012-07-161-0/+16
* net: Fix RAII fail. Found by clang.thakis@chromium.org2012-05-251-2/+2
* Support for navigator.connection APIdroger@google.com2012-05-241-17/+21
* [net/dns] Isolate DnsConfigWatcher from DnsConfigService.szym@chromium.org2012-05-161-1/+26
* Disable CHECK(false) in NetworkChangeNotifier::Create on ChromeOSoshima@chromium.org2012-04-131-0/+5
* Remove unused code and exclude unused files on Chrome OS too.craig.schlenter@chromium.org2012-04-061-1/+1
* Stop using NetworkChangeNotifierLinux for Android.yfriedman@chromium.org2012-03-131-4/+4
* [net] Add |detail| argument to NetworkChangeNotifier::DNSObserver::OnDNSChangedszym@chromium.org2012-02-281-3/+3
* Offline state detection for linux, using new D-Bus library.adamk@chromium.org2011-11-161-1/+1
* Revert "Offline state detection for linux, using new D-Bus library."adamk@chromium.org2011-11-161-1/+1
* Offline state detection for linux, using new D-Bus library.adamk@chromium.org2011-11-161-1/+1
* Experimental workaround for CHECK in NetworkChangeNotifierWin.mmenke@chromium.org2011-10-051-1/+15
* Revert 99677 (didn't help) - Revert 99666 (sync tests started failing on mac1...thakis@chromium.org2011-09-061-1/+25
* Revert 99666 (sync tests started failing on mac10.6:thakis@chromium.org2011-09-051-25/+1
* Linux: Monitor resolv.conf for changes and use that to reload resolver.craig.schlenter@chromium.org2011-09-051-1/+25
* Fixed network connectivity checks specific to ChromeOS. Previously we were d...zelidrag@chromium.org2011-07-111-0/+19
* Upstream android net related code (part 1)michaelbai@google.com2011-07-111-2/+2
* Fix debug crash caused by NetworkChangeNotifierChromeos.rhashimoto@chromium.org2011-06-081-3/+5
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-10/+37
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-091-0/+16
* Allow NOTIFY_EXISTING_ONLY in ObserverListThreadSafe. Switch NCN to using it.willchan@chromium.org2010-08-311-1/+3
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-4/+40