| Commit message (Expand) | Author | Age | Files | Lines |
* | [net] Move DnsConfigService to NetworkChangeNotifier. | szym@chromium.org | 2012-08-31 | 1 | -36/+20 |
* | Add histograms to NetworkChangeNotifier to identify ways to improve interface | pauljensen@chromium.org | 2012-08-13 | 1 | -0/+15 |
* | [net] Adds AddressTrackerLinux which keeps track of interface addresses using... | szym@chromium.org | 2012-07-16 | 1 | -0/+15 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Add netwatcher command-line utility that watches and logs network events | akalin@chromium.org | 2012-06-20 | 1 | -8/+12 |
* | RefCounted types should not have public destructors, net/ edition | rsleevi@chromium.org | 2012-05-29 | 1 | -10/+7 |
* | Support for navigator.connection API | droger@google.com | 2012-05-24 | 1 | -16/+40 |
* | [net/dns] Isolate DnsConfigWatcher from DnsConfigService. | szym@chromium.org | 2012-05-16 | 1 | -2/+21 |
* | [net] Add |detail| argument to NetworkChangeNotifier::DNSObserver::OnDNSChanged | szym@chromium.org | 2012-02-28 | 1 | -6/+15 |
* | Offline state detection for linux, using new D-Bus library. | adamk@chromium.org | 2011-11-16 | 1 | -0/+1 |
* | Revert "Offline state detection for linux, using new D-Bus library." | adamk@chromium.org | 2011-11-16 | 1 | -1/+0 |
* | Offline state detection for linux, using new D-Bus library. | adamk@chromium.org | 2011-11-16 | 1 | -0/+1 |
* | Experimental workaround for CHECK in NetworkChangeNotifierWin. | mmenke@chromium.org | 2011-10-05 | 1 | -0/+21 |
* | Revert 99677 (didn't help) - Revert 99666 (sync tests started failing on mac1... | thakis@chromium.org | 2011-09-06 | 1 | -0/+21 |
* | Revert 99666 (sync tests started failing on mac10.6: | thakis@chromium.org | 2011-09-05 | 1 | -21/+0 |
* | Linux: Monitor resolv.conf for changes and use that to reload resolver. | craig.schlenter@chromium.org | 2011-09-05 | 1 | -0/+21 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -4/+4 |
* | Fixed network connectivity checks specific to ChromeOS. Previously we were d... | zelidrag@chromium.org | 2011-07-11 | 1 | -0/+6 |
* | Fix debug crash caused by NetworkChangeNotifierChromeos. | rhashimoto@chromium.org | 2011-06-08 | 1 | -1/+1 |
* | net: Add NET_API to more code, this time what's used by chrome.dll | rvargas@google.com | 2011-05-31 | 1 | -1/+1 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -5/+4 |
* | Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling | adamk@chromium.org | 2011-03-04 | 1 | -7/+29 |
* | Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD... | eroman@chromium.org | 2010-10-09 | 1 | -5/+15 |
* | `#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 | -12/+51 |
* | Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier. | willchan@chromium.org | 2010-06-21 | 1 | -4/+1 |
* | Pass in NetLog to NetworkChangeNotifier. | willchan@chromium.org | 2010-06-21 | 1 | -1/+4 |
* | Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier... | pkasting@chromium.org | 2010-06-17 | 1 | -3/+2 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -8/+4 |
* | Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket... | willchan@chromium.org | 2009-12-21 | 1 | -0/+56 |