summaryrefslogtreecommitdiffstats
path: root/net/base/network_change_notifier.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-8/+4
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-0/+56