summaryrefslogtreecommitdiffstats
path: root/net/base/network_change_notifier.h
Commit message (Expand)AuthorAgeFilesLines
* Determine connection type in NetworkChangeNotifierLinux.derekjchow2015-01-311-0/+11
* [NetInfo] Add a MaxBandwidthChangeObserver and Android implementationjkarlin2014-12-161-4/+29
* Add MaxBandwidth support to Android's NetworkChangeNotifier as defined in the...jkarlin2014-12-021-1/+54
* Adds NetworkChangeNotifier::GetCurrentMaxBandwidth.jkarlin2014-10-061-1/+12
* Listen to OnNetworkChanged instead of OnIPAddressChangedjaekyun2014-09-041-0/+1
* Revert 278881 "Infer Windows network connection type from interf..."pauljensen@chromium.org2014-07-071-16/+0
* Add browser tests for navigator.onLine and navigator.connection.typejkarlin@chromium.org2014-06-231-3/+16
* Infer Windows network connection type from interface type.pauljensen@chromium.org2014-06-211-0/+16
* Adds bluetooth connection type to NetworkChangeNotifier.jkarlin@chromium.org2014-06-041-3/+4
* Sends NetworkChangeNotifier connection type changes to Blink, to support NetI...jkarlin@chromium.org2014-05-291-2/+4
* This is the separate change mentioned in comments of https://codereview.chrom...bolian@chromium.org2014-05-101-0/+3
* Fix race-conditions during NetworkChangeNotifier shutdown by pauljensen@chromium.org2014-04-011-0/+6
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-281-1/+1
* net: Expose NetworkChangeObserver::DisableForTest.jered@chromium.org2013-05-211-17/+17
* Add connection-type-specific histograms of:pauljensen@chromium.org2013-01-311-3/+5
* Remove unneeded friend declaration.pauljensen@chromium.org2013-01-171-1/+0
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-0/+1
* Start calculating new combined NetworkChangeNotifier signal from previous OnI...pauljensen@chromium.org2012-12-081-1/+72
* Helper functions in NetworkChangeNotifier related to WWAN usedroger@chromium.org2012-11-051-3/+12
* Add NetworkChangeNotifier connectivity events to the NetLog.pauljensen@chromium.org2012-10-271-0/+3
* Add native-side unit test for Android NetworkChangeNotifierdfalcantara@chromium.org2012-09-201-0/+1
* [Android] Improve NetworkChangeNotifier granularitydfalcantara@chromium.org2012-09-111-7/+7
* [net] Move DnsConfigService to NetworkChangeNotifier.szym@chromium.org2012-08-311-36/+20
* Add histograms to NetworkChangeNotifier to identify ways to improve interfacepauljensen@chromium.org2012-08-131-0/+15
* [net] Adds AddressTrackerLinux which keeps track of interface addresses using...szym@chromium.org2012-07-161-0/+15
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add netwatcher command-line utility that watches and logs network eventsakalin@chromium.org2012-06-201-8/+12
* RefCounted types should not have public destructors, net/ editionrsleevi@chromium.org2012-05-291-10/+7
* Support for navigator.connection APIdroger@google.com2012-05-241-16/+40
* [net/dns] Isolate DnsConfigWatcher from DnsConfigService.szym@chromium.org2012-05-161-2/+21
* [net] Add |detail| argument to NetworkChangeNotifier::DNSObserver::OnDNSChangedszym@chromium.org2012-02-281-6/+15
* Offline state detection for linux, using new D-Bus library.adamk@chromium.org2011-11-161-0/+1
* Revert "Offline state detection for linux, using new D-Bus library."adamk@chromium.org2011-11-161-1/+0
* Offline state detection for linux, using new D-Bus library.adamk@chromium.org2011-11-161-0/+1
* Experimental workaround for CHECK in NetworkChangeNotifierWin.mmenke@chromium.org2011-10-051-0/+21
* Revert 99677 (didn't help) - Revert 99666 (sync tests started failing on mac1...thakis@chromium.org2011-09-061-0/+21
* Revert 99666 (sync tests started failing on mac10.6:thakis@chromium.org2011-09-051-21/+0
* Linux: Monitor resolv.conf for changes and use that to reload resolver.craig.schlenter@chromium.org2011-09-051-0/+21
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-4/+4
* Fixed network connectivity checks specific to ChromeOS. Previously we were d...zelidrag@chromium.org2011-07-111-0/+6
* Fix debug crash caused by NetworkChangeNotifierChromeos.rhashimoto@chromium.org2011-06-081-1/+1
* net: Add NET_API to more code, this time what's used by chrome.dllrvargas@google.com2011-05-311-1/+1
* net: Add NET_API to net/baservargas@google.com2011-05-181-5/+4
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-7/+29
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-091-5/+15
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-12/+51
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-4/+1
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-1/+4
* Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier...pkasting@chromium.org2010-06-171-3/+2