| Commit message (Expand) | Author | Age | Files | Lines |
* | Bypass data reduction proxy if response not via it | bengr@chromium.org | 2014-02-06 | 1 | -0/+3 |
* | Implement support for QUIC proxies in ProxyServer | rch@chromium.org | 2014-02-05 | 3 | -2/+28 |
* | Update V8 to version 3.24.30.1 (based on bleeding_edge revision r19017). | machenbach@chromium.org | 2014-02-03 | 1 | -2/+2 |
* | Fix uninits introduced by r241374. | earthdok@chromium.org | 2014-01-24 | 1 | -2/+4 |
* | Added Dev host for data reduction proxy controlled by Finch experiment. | bolian@chromium.org | 2014-01-14 | 1 | -1/+6 |
* | Provide an Isolate for v8::ObjectTemplate::New. | svenpanne@chromium.org | 2014-01-08 | 1 | -1/+2 |
* | Convert base::file_util to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-07 | 1 | -2/+2 |
* | Remove HttpTransactionDelegate and all users (LoadTimeStats). | rvargas@chromium.org | 2013-12-27 | 2 | -7/+0 |
* | Update some uses of char16 to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 10 | -20/+28 |
* | Added tests for ProxyList::UpdateRetryInfoOnFallback | bengr@chromium.org | 2013-12-19 | 3 | -21/+63 |
* | Add a preference (proxy.quick_check_enabled, default true) to control QuickCh... | ellyjones@chromium.org | 2013-12-17 | 5 | -5/+54 |
* | Accept Chrome-Proxy: block=xxx to bypass all Chrome proxies | bengr@chromium.org | 2013-12-13 | 5 | -40/+84 |
* | Don't use (almost) deprecated FunctionTemplate::New version. | svenpanne@chromium.org | 2013-12-09 | 1 | -7/+9 |
* | Revert 239400 "Revert 239280 "Move more file_util functions to b..." | thakis@chromium.org | 2013-12-08 | 1 | -1/+1 |
* | Revert 239280 "Move more file_util functions to base namespace." | thakis@chromium.org | 2013-12-08 | 1 | -1/+1 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-07 | 1 | -1/+1 |
* | Move Touch to base namespace, remove SetLastModifiedTime. | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-04 | 1 | -2/+2 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Remove usage of deprecated V8 API from net/ | svenpanne@chromium.org | 2013-11-28 | 1 | -28/+43 |
* | Revert 237095 "LOG(INFO) tidying in net/" | scottmg@chromium.org | 2013-11-25 | 1 | -1/+1 |
* | LOG(INFO) tidying in net/ | scottmg@chromium.org | 2013-11-25 | 1 | -1/+1 |
* | wpad: do dhcp discovery before trying quickcheck | ellyjones@chromium.org | 2013-11-25 | 2 | -36/+99 |
* | Remove deprecated v8::External::New calls (chromium side) | jochen@chromium.org | 2013-11-18 | 1 | -1/+1 |
* | Disable QuickCheck and unit tests. | ellyjones@chromium.org | 2013-11-14 | 2 | -1/+3 |
* | Enter the v8 isolate before using it in the proxy resolver | jochen@chromium.org | 2013-11-14 | 1 | -0/+6 |
* | [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY | akalin@chromium.org | 2013-11-14 | 1 | -2/+2 |
* | Android: moves net/ to use long for JNI. | bulach@chromium.org | 2013-11-11 | 1 | -1/+1 |
* | Added UMA to track data reduction proxy probe URL and fallback | bengr@chromium.org | 2013-11-08 | 4 | -0/+85 |
* | Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..." | scherkus@chromium.org | 2013-11-04 | 1 | -2/+2 |
* | [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY | akalin@chromium.org | 2013-11-04 | 1 | -2/+2 |
* | [Net] Add a priority parameter to URLRequest's constructor | akalin@chromium.org | 2013-10-31 | 1 | -1/+3 |
* | Added support for a new HTTP response header called Chrome-Proxy, which is re... | bengr@chromium.org | 2013-10-28 | 4 | -15/+29 |
* | android: Use new proxy from PROXY_CHANGE intent | ellyjones@chromium.org | 2013-10-22 | 2 | -2/+35 |
* | Fix handling of URLs from DHCP server. Remove a DCHECK which proved wrong. | joi@chromium.org | 2013-10-01 | 3 | -18/+51 |
* | base: Move PerfTimer out of test/ directory. | tfarina@chromium.org | 2013-09-29 | 3 | -7/+7 |
* | Purge memory after every ProxyResolverV8 test. | yangguo@chromium.org | 2013-09-26 | 2 | -8/+6 |
* | Clean up a few unused globals. | thakis@chromium.org | 2013-09-25 | 2 | -4/+0 |
* | Fast-fail WPAD detection. | ellyjones@chromium.org | 2013-09-19 | 3 | -4/+188 |
* | base: Split logging functions and PerfTimeLogger out of perftimer.h | tfarina@chromium.org | 2013-09-17 | 1 | -2/+2 |
* | Remove calls to HandleScope default ctor. | marja@chromium.org | 2013-09-04 | 1 | -4/+5 |
* | Remove calls to to-be-deprecated v8::Persistent funcs. | marja@chromium.org | 2013-08-30 | 1 | -2/+2 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 3 | -3/+3 |
* | Switch the Windows DHCP/PAC implementation to use SequencedWorkerPool. | joi@chromium.org | 2013-08-27 | 6 | -30/+107 |
* | Revert 219744 "Switch the Windows DHCP/PAC implementation to use..." | joi@chromium.org | 2013-08-27 | 6 | -105/+29 |
* | Switch the Windows DHCP/PAC implementation to use SequencedWorkerPool. | joi@chromium.org | 2013-08-27 | 6 | -29/+105 |
* | Move perftimer.* into base/test/ directory. | tfarina@chromium.org | 2013-08-24 | 4 | -4/+4 |