| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reland r63578 - Release ChromeURLRequestContextGetters' references on IO thre... | willchan@chromium.org | 2010-11-09 | 2 | -5/+26 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2010-11-09 | 2 | -3/+3 |
* | Properly default proxy settings to system settings. | mnissler@chromium.org | 2010-11-05 | 1 | -1/+9 |
* | net: add certificate provenance checking. | agl@chromium.org | 2010-11-04 | 1 | -0/+1 |
* | Removed Media Cache Enabled Flag | atwilson@chromium.org | 2010-11-04 | 1 | -11/+0 |
* | We have to do EV certificate verification for every resource | wtc@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | In the webstore login api, we need to provide the gaia auth token to allow to... | johnnyg@chromium.org | 2010-11-01 | 2 | -1/+2 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 4 | -26/+26 |
* | Implement device token fetcher | danno@chromium.org | 2010-10-29 | 2 | -3/+7 |
* | Restrict total parallel DNS resolutions | jar@chromium.org | 2010-10-29 | 4 | -41/+70 |
* | Revert 63578 - Release ChromeURLRequestContextGetters' references on IO threa... | willchan@chromium.org | 2010-10-25 | 2 | -26/+5 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 2 | -0/+11 |
* | Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from... | isherman@chromium.org | 2010-10-23 | 2 | -11/+0 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 2 | -0/+11 |
* | Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO" | evan@chromium.org | 2010-10-22 | 2 | -11/+0 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-22 | 2 | -0/+11 |
* | Release ChromeURLRequestContextGetters' references on IO thread shutdown. | willchan@chromium.org | 2010-10-22 | 2 | -5/+26 |
* | Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" | mpcomplete@chromium.org | 2010-10-22 | 2 | -2/+2 |
* | Convert LOG(INFO) to VLOG(1) - chrome/browser/net/. | pkasting@chromium.org | 2010-10-22 | 6 | -38/+35 |
* | Move inspector to "chrome-devtools" scheme | podivilov@chromium.org | 2010-10-22 | 1 | -3/+4 |
* | Revert "Const-ify RefCountedThreadSafe::AddRef and Release." | levin@chromium.org | 2010-10-22 | 2 | -2/+2 |
* | Const-ify RefCountedThreadSafe::AddRef and Release. | mpcomplete@chromium.org | 2010-10-22 | 2 | -2/+2 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 2 | -7/+29 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 4 | -23/+28 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -2/+2 |
* | disable websocket live experiment by default | ukai@chromium.org | 2010-10-19 | 1 | -0/+2 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -2/+2 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -2/+2 |
* | Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ... | eroman@chromium.org | 2010-10-16 | 4 | -12/+29 |
* | Add Group-Policy to disable the SPDY protocol. | mbelshe@chromium.org | 2010-10-16 | 2 | -0/+20 |
* | Add performance histograms to resolver, asong with A/B test | jar@chromium.org | 2010-10-15 | 1 | -1/+1 |
* | When a proxy command line switches are specified, policy admin warning should... | danno@chromium.org | 2010-10-15 | 1 | -2/+3 |
* | FBTF: More ctor/dtor cleanup. | erg@google.com | 2010-10-14 | 1 | -0/+1 |
* | Add actual bytes sent/received to net-internals. | mmenke@chromium.org | 2010-10-14 | 3 | -2/+12 |
* | Cleanup StreamFactory && StreamRequest APIs. | willchan@chromium.org | 2010-10-14 | 2 | -9/+13 |
* | Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection | vandebo@chromium.org | 2010-10-14 | 1 | -7/+2 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 9 | -23/+32 |
* | Add an option ProxyService::Create() to disable use of proxy auto-config. | eroman@chromium.org | 2010-10-14 | 2 | -6/+13 |
* | Rename ChromeThread to BrowserThread Final Part: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part21: | tfarina@chromium.org | 2010-10-12 | 15 | -15/+15 |
* | Reland fix for OCSP startup race. | willchan@chromium.org | 2010-10-12 | 2 | -7/+10 |
* | Revert 62105 - Test change to fix a leak. Will revert after getting in a run... | willchan@chromium.org | 2010-10-10 | 2 | -10/+7 |
* | Test change to fix a leak. Will revert after getting in a run on ChromiumOS ... | willchan@chromium.org | 2010-10-10 | 2 | -7/+10 |
* | Rename ChromeThread to BrowserThread Part8: | tfarina@chromium.org | 2010-10-09 | 16 | -118/+119 |
* | FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: . | erg@google.com | 2010-10-08 | 2 | -2/+3 |
* | Support chrome://blob-internals to inspect the blob storage. | jianli@chromium.org | 2010-10-08 | 2 | -0/+48 |
* | Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-08 | 3 | -2/+12 |
* | Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-07 | 3 | -12/+2 |
* | net: plumb DnsRRResolver from IOThread to HttpNetworkSession. | agl@chromium.org | 2010-10-07 | 3 | -2/+12 |
* | Detach the ClientSocketHandle from an HttpStream so the same socket can be re... | cbentzel@chromium.org | 2010-10-06 | 1 | -2/+7 |