| Commit message (Expand) | Author | Age | Files | Lines |
* | First-Party Cookies: Wire it up as an experimental web platform feature | mkwst | 2015-02-26 | 3 | -9/+52 |
* | Lazily initialize the v8::Isolate used by ProxyResolverV8 (in the browser pro... | eroman | 2015-02-26 | 1 | -8/+0 |
* | Remove net URLRequest trace events. | xunjieli | 2015-02-26 | 1 | -6/+0 |
* | Create fluent Builder for DataReductionProxyTestContext. | jeremyim | 2015-02-25 | 1 | -26/+30 |
* | Eliminated the logic that accumulated multiple preconnect requests | pmeenan | 2015-02-24 | 1 | -0/+83 |
* | Replace usages of DataReductionProxyParams with DataReductionProxyConfig | jeremyim | 2015-02-24 | 2 | -32/+55 |
* | Minor infobar cleanup. | pkasting | 2015-02-24 | 1 | -1/+1 |
* | Removed partial Client Hints implementation from the Chrome side. | yoav | 2015-02-23 | 5 | -188/+0 |
* | Update instrumentation for many different bugs based on new UMA data. | pkasting | 2015-02-21 | 1 | -5/+0 |
* | Class ownership changes: | jeremyim | 2015-02-20 | 9 | -152/+91 |
* | Apply HSTS to WebSocket connections. | Adam Rice | 2015-02-20 | 1 | -0/+45 |
* | (1) Chrome data compression proxy should use QUIC only if | tbansal | 2015-02-20 | 2 | -3/+6 |
* | Clear "system" proxy preference from persistent preferences. | kundaji | 2015-02-18 | 3 | -2/+93 |
* | Data Reduction Proxy Blocking page and resources | megjablon | 2015-02-17 | 1 | -1/+3 |
* | Data Reduction Proxy Interstitials | megjablon | 2015-02-13 | 1 | -0/+17 |
* | Adding q=low to the Chrome-Proxy request header | megjablon | 2015-02-12 | 2 | -2/+1 |
* | Upload histogram data for cache state of requests. | ellyjones | 2015-02-12 | 1 | -0/+124 |
* | Added chrome-side support for link rel=preconnect | pmeenan | 2015-02-11 | 1 | -0/+3 |
* | DataReductionProxyStatisticsPrefs should support WeakPtr | megjablon | 2015-02-10 | 4 | -6/+17 |
* | Perform ClientHello padding if the field trial is enabled for | jeremyim | 2015-02-10 | 1 | -0/+19 |
* | Revert of DataReductionProxyStatisticsPrefs should support WeakPtr (patchset ... | jiayl | 2015-02-09 | 4 | -17/+6 |
* | ScopedTrackers to help pin down where IOThread::InitSystemRequestContextOnIOT... | michaeln | 2015-02-09 | 1 | -0/+6 |
* | DataReductionProxyStatisticsPrefs should support WeakPtr | megjablon | 2015-02-09 | 4 | -6/+17 |
* | Add support for uninstalling components and use it in SupervisedUserWhitelist... | bauerb | 2015-02-09 | 2 | -0/+5 |
* | Revert "Adding q=low to the Chrome-Proxy request header" | apavlov | 2015-02-06 | 2 | -1/+2 |
* | Adding q=low to the Chrome-Proxy request header | megjablon | 2015-02-06 | 2 | -2/+1 |
* | Fix DNS Prefetch in Chrome: new message type not added to filter. | gunsch | 2015-02-06 | 1 | -0/+11 |
* | Adding instrumentation to locate the source of jankiness. | pkasting | 2015-02-06 | 1 | -0/+5 |
* | Store Proxy Servers as proxy servers and not GURLs. | tbansal | 2015-02-05 | 2 | -6/+8 |
* | GURL::Replacements methods accept a StringPiece instead of std::string&. | mgiuca | 2015-02-05 | 3 | -12/+6 |
* | Make ComponentInstaller refcounted. | bauerb | 2015-02-05 | 1 | -2/+1 |
* | Added sclittle to data reduction proxy OWNERS files. | sclittle | 2015-02-04 | 1 | -0/+1 |
* | Correctly clear deprecated "proxy" pref set by data reduction proxy. | kundaji | 2015-02-04 | 1 | -5/+12 |
* | Update {virtual,override,final} to follow C++11 style. | dcheng | 2015-02-04 | 1 | -4/+2 |
* | Tracking push events for lucid sleep | chirantan | 2015-02-02 | 1 | -5/+7 |
* | [New Tab Page] Change the mechanism to intercept online NTP errors | mathp | 2015-01-30 | 1 | -2/+2 |
* | Renamed the dns_prefetch component to network_predictor | pmeenan | 2015-01-30 | 2 | -4/+4 |
* | Create a new DataReductionProxyConfig class | jeremyim | 2015-01-30 | 3 | -3/+5 |
* | Mechanical rename of tracing includes for /chrome | primiano | 2015-01-28 | 2 | -2/+2 |
* | Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::... | charliea | 2015-01-26 | 1 | -2/+0 |
* | This is a mechanical change. It is large but straightforward in its intention. | sorin | 2015-01-24 | 2 | -3/+8 |
* | Wrapped data reduction proxy initialization into its own class | bengr | 2015-01-24 | 5 | -11/+119 |
* | Move URLRequestSlowDownloadJob to net/test/url_request. | jam | 2015-01-20 | 1 | -2/+2 |
* | Fix the logic for using an HTTP proxy without a tunnel | Adam Rice | 2015-01-19 | 1 | -4/+5 |
* | Update {virtual,override,final} to follow C++11 style in chrome/browser. | dcheng | 2015-01-16 | 2 | -2/+2 |
* | Clean up referrer policy violation logging | jochen | 2015-01-16 | 1 | -21/+13 |
* | Async DNS: Histogram source and value of pref default and value | ttuttle | 2015-01-13 | 2 | -2/+86 |
* | Don't initialize C++ constants in Java during JNI registration. | mkosiba | 2015-01-12 | 1 | -2/+1 |
* | Move CT EV white list packaging API from chrome/ to components/. | haavardm | 2015-01-08 | 6 | -582/+0 |
* | Add an eviction mechanism for SDCH dictionaries. | rdsmith | 2015-01-08 | 3 | -93/+4 |