| Commit message (Expand) | Author | Age | Files | Lines |
* | Start calculating new combined NetworkChangeNotifier signal from previous OnI... | pauljensen@chromium.org | 2012-12-08 | 1 | -0/+1 |
* | Use Netlink instead of NetworkManager (via D-bus) to monitor network | pauljensen@chromium.org | 2012-11-29 | 1 | -8/+1 |
* | [net] Move DnsConfigService to NetworkChangeNotifier. | szym@chromium.org | 2012-08-31 | 1 | -1/+1 |
* | [net] Adds AddressTrackerLinux which keeps track of interface addresses using... | szym@chromium.org | 2012-07-16 | 1 | -0/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Support for navigator.connection API | droger@google.com | 2012-05-24 | 1 | -1/+1 |
* | [net/dns] Isolate DnsConfigWatcher from DnsConfigService. | szym@chromium.org | 2012-05-16 | 1 | -1/+2 |
* | Offline state detection for linux, using new D-Bus library. | adamk@chromium.org | 2011-11-16 | 1 | -2/+12 |
* | Revert "Offline state detection for linux, using new D-Bus library." | adamk@chromium.org | 2011-11-16 | 1 | -9/+1 |
* | Offline state detection for linux, using new D-Bus library. | adamk@chromium.org | 2011-11-16 | 1 | -1/+9 |
* | Minor cleanup of Mac/Linux network change notifier code: | mmenke@chromium.org | 2011-09-30 | 1 | -1/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Refactor to avoid using DestructionObserver in NetworkChangeNotifierLinux. | willchan@chromium.org | 2010-10-21 | 1 | -34/+4 |
* | Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD... | eroman@chromium.org | 2010-10-09 | 1 | -0/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -32/+22 |
* | Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier. | willchan@chromium.org | 2010-06-21 | 1 | -5/+1 |
* | Pass in NetLog to NetworkChangeNotifier. | willchan@chromium.org | 2010-06-21 | 1 | -1/+5 |
* | Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier... | pkasting@chromium.org | 2010-06-17 | 1 | -11/+5 |
* | Introduced artificial processing delay to work around the issue of proxy init... | zelidrag@chromium.org | 2010-06-14 | 1 | -0/+11 |
* | Remove assertion on correct NetworkChangeNotifierLinux cleanup. | willchan@chromium.org | 2010-05-28 | 1 | -1/+2 |
* | Stop watching the netlink file descriptor before the message pump is destroyed. | eroman@chromium.org | 2010-04-12 | 1 | -2/+11 |
* | Remove a dead line of code. | eroman@chromium.org | 2010-04-01 | 1 | -3/+0 |
* | Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-25 | 1 | -4/+5 |
* | Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-24 | 1 | -5/+4 |
* | Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-24 | 1 | -4/+5 |
* | Re-lands r39417: "Implement NetworkChangeNotifierLinux." | willchan@chromium.org | 2010-02-19 | 1 | -2/+25 |
* | Revert r39417: "Implement NetworkChangeNotifierLinux." | willchan@chromium.org | 2010-02-19 | 1 | -33/+2 |
* | Implement NetworkChangeNotifierLinux. | willchan@chromium.org | 2010-02-19 | 1 | -2/+33 |
* | Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket... | willchan@chromium.org | 2009-12-21 | 1 | -0/+37 |