summaryrefslogtreecommitdiffstats
path: root/net/base/network_change_notifier_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-7/+3
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-2/+2
* NotifyObserversOfIPAddressChange on iOS when device is switched to Airplane m...mef@chromium.org2014-04-081-2/+1
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-2/+2
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-1/+1
* Start calculating new combined NetworkChangeNotifier signal from previous OnI...pauljensen@chromium.org2012-12-081-1/+16
* [net] Move DnsConfigService to NetworkChangeNotifier.szym@chromium.org2012-08-311-15/+14
* Add iOS support to the NetworkChangeNotifier.droger@chromium.org2012-08-231-9/+42
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-091-0/+18
* DnsWatcherThread should be named "DnsWatcher", not "NetworkChangeNotifier".wtc@chromium.org2012-06-151-1/+1
* Support for navigator.connection APIdroger@google.com2012-05-241-21/+28
* [net/dns] Isolate DnsConfigWatcher from DnsConfigService.szym@chromium.org2012-05-161-1/+35
* Split the initialisation of NeworkChangeNotifierMac.droger@google.com2012-01-111-24/+26
* NetworkChangeNotifierMac: synchronize destruction order with helper thread.adamk@chromium.org2011-09-121-8/+10
* Fix initial online state on Mac.adamk@chromium.org2011-09-021-35/+48
* 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