summaryrefslogtreecommitdiffstats
path: root/components/data_reduction_proxy
Commit message (Expand)AuthorAgeFilesLines
...
* Create abstraction for DataReductionProxyParams.jeremyim2015-03-1718-945/+874
* Fix race in DataReductionProxyService read/write.jeremyim2015-03-168-16/+38
* Creating synthetic field trial for the trial namemegjablon2015-03-115-26/+137
* HistoricNetworkStatsInfoToValue should use statistics prefs values.megjablon2015-03-096-191/+133
* Remove unused method (DataReductionProxySettings::PrimaryOrigin) from DataRed...jeremyim2015-03-062-7/+0
* Ensure the DRP message filter is always createdjeremyim2015-03-062-3/+4
* Tamper Detection - Report Compression Ratioxingx2015-03-063-57/+152
* Add type for testing to interstitials.meacer2015-03-053-1/+17
* Make Data Saver proxy bypass logic apply to redirects.sclittle2015-03-047-39/+363
* Add DataReductionProxy IPC to determine if the Data Reduction Proxy was used.jeremyim2015-03-0311-26/+301
* Migrate most DataReductionProxyParams methods to be private.jeremyim2015-02-2814-111/+146
* Rename probe/canary usages to secure proxy check.jeremyim2015-02-2819-212/+244
* Create fluent Builder for DataReductionProxyTestContext.jeremyim2015-02-2512-218/+364
* Fix official build in GNbrettw2015-02-252-55/+2
* Fix the 'gn_all' target in the GN build on android.dpranke2015-02-241-0/+1
* Make Data Saver canary URL fetch stop on redirects.sclittle2015-02-249-80/+217
* Replace usages of DataReductionProxyParams with DataReductionProxyConfigjeremyim2015-02-2434-309/+400
* Context menu to view original image when Data Saver is being used.kundaji2015-02-243-3/+45
* Add more size_t -> int warning fixes for the win x64 GN build.dpranke2015-02-201-0/+2
* Class ownership changes:jeremyim2015-02-2027-1404/+838
* components: Cleanup - remove unused private fields.tfarina2015-02-202-10/+3
* Add flag to request Data Saver experimentbengr2015-02-205-345/+239
* (1) Chrome data compression proxy should use QUIC only iftbansal2015-02-208-8/+116
* Creation of data_reduction_proxy_test_utils to manage DRP stack for tests.jeremyim2015-02-1914-255/+585
* Updated GN file for data reduction proxy content testsbengr2015-02-181-0/+2
* Data Reduction Proxy Blocking page and resourcesmegjablon2015-02-1717-23/+1196
* DataReductionProxyResourceThrottle::MaybeCreate should check for valid DataRe...megjablon2015-02-141-1/+1
* Data Reduction Proxy Interstitialsmegjablon2015-02-1320-5/+1048
* Adding q=low to the Chrome-Proxy request headermegjablon2015-02-1219-435/+684
* Change Net.DCL_DRPEnabled_Unknown histogram to not count bypassed bytes.sclittle2015-02-122-5/+174
* Added unit tests for DataReductionProxy.BypassedBytes histograms.sclittle2015-02-111-6/+430
* DataReductionProxyStatisticsPrefs should support WeakPtrmegjablon2015-02-1016-275/+307
* Remove deprecated Data Saver via headerbengr2015-02-104-113/+0
* Revert of DataReductionProxyStatisticsPrefs should support WeakPtr (patchset ...jiayl2015-02-0916-307/+275
* DataReductionProxyStatisticsPrefs should support WeakPtrmegjablon2015-02-0916-275/+307
* Hook SetKeyOnIO in Webview to DataReductionProxyIODatabengr2015-02-061-0/+4
* Revert "Adding q=low to the Chrome-Proxy request header"apavlov2015-02-0619-654/+417
* Adding q=low to the Chrome-Proxy request headermegjablon2015-02-0619-417/+654
* Store Proxy Servers as proxy servers and not GURLs.tbansal2015-02-0520-276/+400
* Added sclittle to data reduction proxy OWNERS files.sclittle2015-02-041-0/+1
* Don't report DRP request error code UMA when LOAD_BYPASS_PROXY is set.sclittle2015-02-032-17/+31
* Create a new DataReductionProxyConfig classjeremyim2015-01-3019-203/+1124
* Wrapped data reduction proxy initialization into its own classbengr2015-01-2413-235/+662
* AreDataReductionProxiesBypassed should use the DRP configmegjablon2015-01-157-14/+34
* Add support for field trial group to relax missing via header bypass logic.sclittle2015-01-0913-359/+497
* Data Reduction Proxy bypasses local and unspecified addresses.tbansal2015-01-091-0/+11
* Cleanup: Remove some redundant container clear() calls.thestig2015-01-081-1/+0
* Override the current proxy config instead of changing it.bengr2015-01-081-1/+2
* Fix endless proxy retry loop when using data reduction proxy.sclittle2015-01-082-2/+5
* Make Data Reduction Proxy a best effort proxybengr2015-01-0717-746/+489