| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 1 | -3/+3 |
* | Make sure the system request context specifies a user agent. | eroman@chromium.org | 2011-03-25 | 1 | -2/+16 |
* | This is an extension of http://codereview.chromium.org/6280018 that provides ... | battre@chromium.org | 2011-03-16 | 1 | -0/+111 |
* | Revert 78228 - Extended: Add "system" URLRequestContext (not ready for use!) | jam@chromium.org | 2011-03-15 | 1 | -111/+0 |
* | Extended: Add "system" URLRequestContext (not ready for use!) | battre@chromium.org | 2011-03-15 | 1 | -0/+111 |
* | Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP... | tony@chromium.org | 2011-03-10 | 1 | -1/+1 |
* | Implement blocking for webRequest.onBeforeRequest extension event. | mpcomplete@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Removing references to off the record in comments and log messages. | akalin@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling | adamk@chromium.org | 2011-03-04 | 1 | -3/+3 |
* | Kill CleanUpAfterMessageLoopDestruction. | willchan@chromium.org | 2011-03-03 | 1 | -11/+3 |
* | Make the ChromeNetworkDelegate use the ExtensionEventRouterForwarder | jochen@chromium.org | 2011-03-01 | 1 | -21/+12 |
* | Move in_process_webkit dir from chrome\browser to content\browser. | jam@chromium.org | 2011-02-24 | 1 | -3/+3 |
* | Refactor of NetworkDelegate. | willchan@chromium.org | 2011-02-24 | 1 | -1/+19 |
* | Send fatal proxy errors to the network delegate. | jochen@chromium.org | 2011-02-23 | 1 | -1/+2 |
* | When user "discards history," discard speculative data as well | jar@chromium.org | 2011-02-20 | 1 | -0/+11 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -0/+1 |
* | Revert 75143 - Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -1/+0 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -0/+1 |
* | Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"? | willchan@chromium.org | 2011-02-14 | 1 | -1/+0 |
* | Revert r74728 which reverted r74561 for exposing a ChromeOS bug. | willchan@chromium.org | 2011-02-14 | 1 | -0/+1 |
* | Fix privacy issues related to about:net-internals and about:dns | mmenke@chromium.org | 2011-02-13 | 1 | -4/+11 |
* | Revert r74632 "Reland r74561 after fixing ChromeOS build breakage." | oshima@google.com | 2011-02-12 | 1 | -1/+0 |
* | Reland r74561 after fixing ChromeOS build breakage. | willchan@chromium.org | 2011-02-11 | 1 | -0/+1 |
* | [cros] Enable disk IO restriction on IOThread. | nkostylev@chromium.org | 2011-02-11 | 1 | -3/+0 |
* | Revert 74561 for breaking the ChromeOS build | willchan@chromium.org | 2011-02-11 | 1 | -1/+0 |
* | Introduce OffTheRecordProfileIOData and ProfileImplIOData. | willchan@chromium.org | 2011-02-11 | 1 | -0/+1 |
* | Refactor HttpNetworkSession construction. | willchan@chromium.org | 2011-02-03 | 1 | -17/+11 |
* | Unreverting: First steps towards webRequest extension API. | mpcomplete@chromium.org | 2011-02-01 | 1 | -0/+1 |
* | Revert "First steps towards webRequest extension API." | mpcomplete@chromium.org | 2011-01-31 | 1 | -1/+0 |
* | First steps towards webRequest extension API. | mpcomplete@chromium.org | 2011-01-31 | 1 | -0/+1 |
* | Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction. | willchan@chromium.org | 2011-01-28 | 1 | -3/+6 |
* | Fix IndexedDB race condition during shutdown. | hans@chromium.org | 2011-01-21 | 1 | -0/+3 |
* | .c Feature to disable field trials in old versions of Chromium. Field trials | rtenneti@chromium.org | 2011-01-19 | 1 | -4/+4 |
* | net: Remove typedef net::URLRequestContext URLRequestContext; | tfarina@chromium.org | 2011-01-15 | 1 | -7/+7 |
* | Remove PrerenderInterceptor. | cbentzel@chromium.org | 2011-01-13 | 1 | -8/+0 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Don't leak proxy script fetcher's http transaction factories. | willchan@chromium.org | 2010-12-24 | 1 | -13/+15 |
* | Create a URLRequestContext for PAC fetching. | willchan@chromium.org | 2010-12-23 | 1 | -50/+45 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -0/+2 |
* | Moved PrerenderInterceptor to chrome\browser\prerender | cbentzel@chromium.org | 2010-12-09 | 1 | -3/+2 |
* | Remove unneeded browser_process.h includes. | thestig@chromium.org | 2010-12-05 | 1 | -1/+0 |
* | Update NetLog to be threadsafe. | mmenke@chromium.org | 2010-12-01 | 1 | -16/+9 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -3/+3 |
* | net: Implement DNS certificate provenance check uploads. | agl@chromium.org | 2010-11-24 | 1 | -0/+5 |
* | Fixed handling of context_ in URLRequestHttpJob | akalin@chromium.org | 2010-11-23 | 1 | -2/+13 |
* | Regression: Use Windows Security Zone to determine if default credentials are... | cbentzel@chromium.org | 2010-11-19 | 1 | -5/+10 |
* | Implement a dispatcher for prerender requests | gavinp@chromium.org | 2010-11-19 | 1 | -0/+9 |
* | Support specifying the GSSAPI library that will be used. | danno@chromium.org | 2010-11-12 | 1 | -0/+3 |
* | Reland 65535 | danno@chromium.org | 2010-11-10 | 1 | -25/+38 |
* | Revert 65535 - Group Policy support for HTTP authentication | danno@chromium.org | 2010-11-09 | 1 | -38/+25 |