summaryrefslogtreecommitdiffstats
path: root/components/data_reduction_proxy
Commit message (Expand)AuthorAgeFilesLines
* Fix all failed and canceled URLRequestStatuses without errors.davidben2015-08-051-1/+2
* Configure slow connection threshold through params.tbansal2015-08-044-22/+67
* Add one more state to LoFi flag.tbansal2015-07-318-10/+171
* Fix data usage bucket boundary computation.kundaji2015-07-312-1/+62
* Remove a race around NetworkChangeNotifier::test_notifications_only_jkarlin2015-07-311-1/+1
* Record number of bytes received for aborted requests.kundaji2015-07-272-9/+7
* Trace DataReductionProxyCompressionStats updatejdduke2015-07-271-0/+3
* Update SplitString calls in componentsbrettw2015-07-231-8/+8
* Add UMA for determining when an expired Data Reduction Proxy config is used.jeremyim2015-07-232-0/+21
* Unify LowerCaseEqualsASCII and EqualsASCII functions.brettw2015-07-232-13/+8
* Corrected the Data Reduction Proxy URL for configuration retrieval.jeremyim2015-07-222-19/+14
* Rename a field in the Data Reduction Proxy ClientConfig proto to matchjeremyim2015-07-155-12/+13
* Expose API to store and load data usage stats from UI task runner.kundaji2015-07-157-45/+132
* Move JoinString to the base namespace.brettw2015-07-154-5/+6
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-144-6/+5
* Move JoinString to the base namespace.brettw2015-07-144-5/+6
* Removed unnecessary logging from data reduction proxybengr2015-07-145-52/+14
* Provide the existing session key as part of the request for a Data Reduction ...jeremyim2015-07-135-13/+13
* UMA to track video usage.kundaji2015-07-139-26/+106
* LevelDB storage for data reduction proxy to store data usage stats.kundaji2015-07-0913-0/+807
* Updated Data Saver implementation in Cronetbengr2015-07-083-8/+18
* Set the production URL for the Data Reduction Proxy config service.jeremyim2015-07-013-87/+85
* Remove the Data Reduction Proxy alternative configuration code path.jeremyim2015-06-2935-1341/+378
* Fixed typo in tamper detection comment.amohammadkhan2015-06-291-1/+1
* Break LoFi UMA by connection typetbansal2015-06-295-15/+122
* Remove the DataCompressionProxyCriticalBypass field trial.jeremyim2015-06-274-65/+0
* Minor change to how network quality estimator is testedtbansal2015-06-251-15/+12
* Remove the DataReductionProxyRemoveMissingViaHeaderOtherBypass field trial.jeremyim2015-06-255-122/+2
* Seed NetworkQualityEstimator with default estimates.tbansal2015-06-251-2/+9
* Revert of Seed NetworkQualityEstimator with default estimates. (patchset #6 i...jackhou2015-06-251-9/+2
* Seed NetworkQualityEstimator with default estimates.tbansal2015-06-251-2/+9
* Compute time weighted median network quality estimate.tbansal2015-06-242-9/+14
* Optimize png files in components/extensionsoshima2015-06-242-0/+0
* UMA to track reasons why LoFi isn't usedmegjablon2015-06-248-0/+101
* Update Data Reduction Proxy config service URL generation for handlingjeremyim2015-06-231-3/+4
* Migrate static methods in DataReductionProxyParams to params namespace.jeremyim2015-06-1815-214/+172
* Change Auto Lo-Fi field trial name.tbansal2015-06-172-3/+1
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-166-6/+6
* Update the Data Reduction Proxy config service to use binary proto.jeremyim2015-06-1512-464/+248
* Rename the Lo-Fi "Show image" context menu item to "Load image"megjablon2015-06-133-14/+14
* Store network quality samples so we can compute percentiles.tbansal2015-06-133-15/+19
* data_reduction_proxy: Replace usage of GetActiveEntry by GetLastCommittedEntry.tfarina2015-06-131-6/+6
* UMA for Data Reduction Proxy Lo-Fi implicit opt outmegjablon2015-06-119-29/+119
* When OnBeforeSendProxyHeadersInternal() is called, it istbansal2015-06-112-3/+22
* Tri-state Data Reduction Proxy Lo-Fi flagmegjablon2015-06-1111-26/+83
* Clear the URLRequest.proxy_server_ field when restarting a request.sclittle2015-06-111-0/+42
* Fix typo in data reduction proxy UMA name.kundaji2015-06-111-2/+2
* Lo-Fi implicit opt outmegjablon2015-06-1114-0/+271
* Add field trial handling to enable the Data Reduction Proxy config service.jeremyim2015-06-106-40/+166
* Reads network quality provided by the NQE and compares ittbansal2015-06-095-25/+132