| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize usage of virtual/override/final in net/ | dcheng | 2014-10-21 | 1 | -7/+3 |
* | replace OVERRIDE and FINAL with override and final in net/ | mostynb | 2014-10-09 | 1 | -2/+2 |
* | NotifyObserversOfIPAddressChange on iOS when device is switched to Airplane m... | mef@chromium.org | 2014-04-08 | 1 | -2/+1 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -2/+2 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -1/+1 |
* | Start calculating new combined NetworkChangeNotifier signal from previous OnI... | pauljensen@chromium.org | 2012-12-08 | 1 | -1/+16 |
* | [net] Move DnsConfigService to NetworkChangeNotifier. | szym@chromium.org | 2012-08-31 | 1 | -15/+14 |
* | Add iOS support to the NetworkChangeNotifier. | droger@chromium.org | 2012-08-23 | 1 | -9/+42 |
* | Clean-up inline members of nested classes (net/) | hans@chromium.org | 2012-08-09 | 1 | -0/+18 |
* | DnsWatcherThread should be named "DnsWatcher", not "NetworkChangeNotifier". | wtc@chromium.org | 2012-06-15 | 1 | -1/+1 |
* | Support for navigator.connection API | droger@google.com | 2012-05-24 | 1 | -21/+28 |
* | [net/dns] Isolate DnsConfigWatcher from DnsConfigService. | szym@chromium.org | 2012-05-16 | 1 | -1/+35 |
* | Split the initialisation of NeworkChangeNotifierMac. | droger@google.com | 2012-01-11 | 1 | -24/+26 |
* | NetworkChangeNotifierMac: synchronize destruction order with helper thread. | adamk@chromium.org | 2011-09-12 | 1 | -8/+10 |
* | Fix initial online state on Mac. | adamk@chromium.org | 2011-09-02 | 1 | -35/+48 |
* | NetworkChangeNotifierMac: use a synchronous call to get initial | adamk@chromium.org | 2011-06-14 | 1 | -5/+22 |
* | NetworkChangeNotifierMac: lock access to network_reachable_ as it may be read | adamk@chromium.org | 2011-06-08 | 1 | -1/+6 |
* | Fix debug crash caused by NetworkChangeNotifierChromeos. | rhashimoto@chromium.org | 2011-06-08 | 1 | -1/+1 |
* | Implement NetworkChangeNotifier::IsCurrentlyOffline() for Mac. | adamk@google.com | 2011-06-02 | 1 | -6/+67 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 1 | -3/+6 |
* | Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD... | eroman@chromium.org | 2010-10-09 | 1 | -0/+5 |
* | Reland r58230. | willchan@chromium.org | 2010-09-07 | 1 | -1/+5 |
* | Fix NetworkChangeNotifier crashes on Mac. | willchan@chromium.org | 2010-09-03 | 1 | -5/+1 |
* | Stop NetworkChangeNotifierMac from calling a virtual function before the cons... | willchan@chromium.org | 2010-09-01 | 1 | -1/+5 |
* | Use notification-based API for getting system proxy settings on Mac rather th... | eroman@chromium.org | 2010-07-30 | 1 | -73/+5 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -213/+74 |
* | Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier. | willchan@chromium.org | 2010-06-21 | 1 | -8/+2 |
* | Pass in NetLog to NetworkChangeNotifier. | willchan@chromium.org | 2010-06-21 | 1 | -2/+8 |
* | Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier... | pkasting@chromium.org | 2010-06-17 | 1 | -3/+21 |
* | Wait a second before initializing the Mac notifier thread. | willchan@chromium.org | 2010-02-10 | 1 | -8/+20 |
* | Disable NetworkChangeNotifierMac's helper thread. | willchan@chromium.org | 2010-02-09 | 1 | -6/+8 |
* | Fix benign race on NetworkChangeNotifierThread's vtable pointer. | willchan@chromium.org | 2009-12-21 | 1 | -0/+1 |
* | Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket... | willchan@chromium.org | 2009-12-21 | 1 | -0/+229 |