summaryrefslogtreecommitdiffstats
path: root/net/base/network_change_notifier_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* NetworkChangeNotifierMac: use a synchronous call to get initialadamk@chromium.org2011-06-141-5/+22
* NetworkChangeNotifierMac: lock access to network_reachable_ as it may be readadamk@chromium.org2011-06-081-1/+6
* Fix debug crash caused by NetworkChangeNotifierChromeos.rhashimoto@chromium.org2011-06-081-1/+1
* Implement NetworkChangeNotifier::IsCurrentlyOffline() for Mac.adamk@google.com2011-06-021-6/+67
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-3/+6
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-091-0/+5
* Reland r58230.willchan@chromium.org2010-09-071-1/+5
* Fix NetworkChangeNotifier crashes on Mac.willchan@chromium.org2010-09-031-5/+1
* Stop NetworkChangeNotifierMac from calling a virtual function before the cons...willchan@chromium.org2010-09-011-1/+5
* Use notification-based API for getting system proxy settings on Mac rather th...eroman@chromium.org2010-07-301-73/+5
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-213/+74
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-8/+2
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-2/+8
* Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier...pkasting@chromium.org2010-06-171-3/+21
* Wait a second before initializing the Mac notifier thread.willchan@chromium.org2010-02-101-8/+20
* Disable NetworkChangeNotifierMac's helper thread.willchan@chromium.org2010-02-091-6/+8
* Fix benign race on NetworkChangeNotifierThread's vtable pointer.willchan@chromium.org2009-12-211-0/+1
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-0/+229