summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/http_pipelining_compatibility_client.cc
Commit message (Expand)AuthorAgeFilesLines
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...erikwright@chromium.org2012-09-011-3/+3
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-2/+3
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-1/+1
* Expand pipelining trial to 100% of dev channel.simonjam@chromium.org2012-04-281-3/+3
* Fix HttpPipeliningCompatibilityClient ownership.willchan@chromium.org2012-04-181-15/+9
* Enable HTTP pipelining field trial on dev channel for 10% of users.simonjam@chromium.org2012-04-161-0/+2
* Delete pipelining canary request when finished, so it doesn't continue tosimonjam@chromium.org2012-04-121-4/+4
* Field Trials choices can now be forced from a command line argument, and yet ...mad@chromium.org2012-04-121-2/+2
* Temporarily disable pipelining field trial.simonjam@chromium.org2012-04-091-1/+2
* Renew pipelining field trial.simonjam@chromium.org2012-04-041-2/+2
* Add a canary request to the pipelining field trial.simonjam@chromium.org2012-04-021-158/+314
* Asynchronously delete pipeline compatibility test.simonjam@chromium.org2012-03-301-2/+9
* Bump pipelining compatibility test to 100% of canary channel.simonjam@chromium.org2012-03-291-1/+1
* Move pipeline test requests around a bit. Change to 0-index.simonjam@chromium.org2012-03-281-11/+11
* Bump pipelining experiment to 20% of canary channel.simonjam@chromium.org2012-03-271-1/+1
* Launch HTTP pipelining compatibility field trial for 1% of canary users.simonjam@chromium.org2012-03-221-6/+5
* Revert 127579 - Launch HTTP pipelining compatibility field trial for 1% of ca...simonjam@chromium.org2012-03-201-5/+6
* Launch HTTP pipelining compatibility field trial for 1% of canary users.simonjam@chromium.org2012-03-201-6/+5
* Add a disabled FieldTrial for HTTP pipelining compatibility.simonjam@chromium.org2012-03-091-3/+105
* Collect and record pipelining stats from test server.simonjam@chromium.org2012-03-071-1/+78
* Ensure pipelined requests are sent in the same order they're queued. Also, en...simonjam@chromium.org2012-03-031-24/+17
* Add a force pipelining option to load flags.simonjam@chromium.org2012-03-011-2/+17
* Add client for background testing of HTTP pipelining.simonjam@chromium.org2012-02-131-0/+188
* Revert 121572 - Add client for background testing of HTTP pipelining.simonjam@chromium.org2012-02-111-188/+0
* Add client for background testing of HTTP pipelining.simonjam@chromium.org2012-02-111-0/+188