summaryrefslogtreecommitdiffstats
path: root/net/base/network_change_notifier_mac.h
Commit message (Expand)AuthorAgeFilesLines
* Support for navigator.connection APIdroger@google.com2012-05-241-14/+8
* [net/dns] Isolate DnsConfigWatcher from DnsConfigService.szym@chromium.org2012-05-161-1/+6
* Split the initialisation of NeworkChangeNotifierMac.droger@google.com2012-01-111-2/+6
* Minor cleanup of Mac/Linux network change notifier code:mmenke@chromium.org2011-09-301-4/+6
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-181-1/+1
* NetworkChangeNotifierMac: synchronize destruction order with helper thread.adamk@chromium.org2011-09-121-6/+3
* Fix initial online state on Mac.adamk@chromium.org2011-09-021-4/+23
* NetworkChangeNotifierMac: lock access to network_reachable_ as it may be readadamk@chromium.org2011-06-081-0/+2
* Implement NetworkChangeNotifier::IsCurrentlyOffline() for Mac.adamk@google.com2011-06-021-1/+10
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-091-0/+3
* Reland r58230.willchan@chromium.org2010-09-071-7/+29
* Fix NetworkChangeNotifier crashes on Mac.willchan@chromium.org2010-09-031-29/+7
* Stop NetworkChangeNotifierMac from calling a virtual function before the cons...willchan@chromium.org2010-09-011-7/+29
* Use notification-based API for getting system proxy settings on Mac rather th...eroman@chromium.org2010-07-301-35/+7
* `#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-27/+27
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-5/+1
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-1/+5
* Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier...pkasting@chromium.org2010-06-171-14/+8
* Revert r41459:willchan@chromium.org2010-03-121-1/+3
* Change Mac to DCHECK if NetworkChangeNotifier observer list is not empty by d...willchan@chromium.org2010-03-121-3/+1
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-251-5/+9
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-9/+5
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-5/+9
* Wait a second before initializing the Mac notifier thread.willchan@chromium.org2010-02-101-1/+12
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-0/+51