summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_http_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 90354 - Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-271-1/+12
* Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-241-12/+1
* Move Referer header to extra_headers fieldbattre@chromium.org2011-06-241-1/+12
* net: Add some histograms to URLRequestHttpJob and make sure thatrvargas@google.com2011-06-241-1/+53
* Not allow compression when requesting multimediaenal@chromium.org2011-06-211-48/+58
* Revert 89837 - Move Referer and Host HTTP headers to extra_headers fieldbattre@chromium.org2011-06-211-12/+1
* Move Referer and Host HTTP headers to extra_headers fieldbattre@chromium.org2011-06-211-1/+12
* Revert 89532 - Not allow compression when requesting multimediaakalin@chromium.org2011-06-171-56/+46
* Not allow compression when requesting multimediaenal@chromium.org2011-06-171-46/+56
* Remove static std::string objectjar@chromium.org2011-06-161-2/+2
* Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads.ahendrickson@chromium.org2011-05-241-1/+22
* Handle <link rel=prerender> in chrome.gavinp@chromium.org2011-05-241-1/+1
* MAC Cookies (patch 5 of N)abarth@chromium.org2011-05-161-0/+1
* MAC Cookies (patch 4 of N)abarth@chromium.org2011-05-131-5/+33
* Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...jam@chromium.org2011-05-121-32/+24
* More progress towards removing content settings code from the content layer. ...jam@chromium.org2011-05-101-77/+46
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-2/+1
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-1/+2
* (harmless) Missed include from http://codereview.chromium.org/6930040/cevans@chromium.org2011-05-051-0/+1
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-051-3/+6
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-2/+1
* Allow server to indicate a non-SDCH encodingjar@chromium.org2011-05-041-1/+27
* Keep track of whether we're getting any certificate pin failures.cevans@chromium.org2011-04-281-4/+9
* Add support for enforcing certificate pinning without requiring https on acevans@chromium.org2011-04-261-1/+1
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-191-13/+3
* net: implement the beginnings of HSTS pinningagl@chromium.org2011-04-141-0/+19
* Add gmail.com and googlemail.com to the HSTS hardcoded list. These domainscevans@chromium.org2011-04-091-2/+14
* Remove async functionality from net::CookiePolicy.willchan@chromium.org2011-04-061-18/+2
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-301-0/+1
* Do not send empty Accept-Language / Accept-Charset headers.willchan@chromium.org2011-03-301-6/+10
* Forgot to address a comment in r79555.agl@chromium.org2011-03-281-2/+2
* net: allow revocation check failures for HSTS sitesagl@chromium.org2011-03-281-0/+5
* Correctly report HttpOnly cookies and correctly reset the Cookie Monsterjochen@chromium.org2011-03-281-1/+3
* Update port handling to patch latest HSTS intention. See the bug for URLs thatcevans@chromium.org2011-03-261-1/+0
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-251-1/+2
* Support enabling/disabling the URL request throttler via the about:net-intern...joi@chromium.org2011-03-251-2/+8
* Move declaration of private nested URLRequestHttpJob::HttpRequestContext to ....adamk@chromium.org2011-03-251-3/+26
* Remove all "net::" prefixes under net/url_request for code that'sadamk@chromium.org2011-03-241-1/+1
* Move URLRequestJob's histogram logic to URLRequestHttpJob.adamk@chromium.org2011-03-241-13/+265
* Add field trial & prerendering information to Net.HttpTimeToFirstBytegavinp@chromium.org2011-03-221-0/+33
* Revert 78883 - Add field trial & prerendering information to Net.HttpTimeToFi...gavinp@chromium.org2011-03-211-34/+1
* Add field trial & prerendering information to Net.HttpTimeToFirstBytegavinp@chromium.org2011-03-211-1/+34
* Stop subclassing FilterContext in URLRequestJob.adamk@chromium.org2011-03-171-8/+54
* Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.adamk@chromium.org2011-03-171-8/+8
* Histogram for tracking time to HTTP-response data available.gavinp@chromium.org2011-02-221-0/+34
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-1/+6
* Disable enforced throttling for URL requests.yzshen@chromium.org2011-01-211-9/+2
* Honor User-Agent header added by WebCorecaseq@google.com2011-01-211-13/+7
* Reorder the methods in net/url_request/.erg@google.com2011-01-201-478/+479
* Give user the ability to disable the URL request throttler:yzshen@google.com2010-12-231-1/+3