summaryrefslogtreecommitdiffstats
path: root/net/http/http_response_headers_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Change most uses of Pickle to base::Picklebrettw2015-06-031-2/+2
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-403/+340
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-231-2/+2
* Remove deprecated methods from Pickle.avi2014-12-281-1/+1
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-281-1/+1
* Remove deprecated methods from Pickle.Avi Drissman2014-12-221-1/+1
* Make HRH::IsKeepAlive() look past the first headerricea2014-10-171-0/+85
* stale-while-revalidate experimental implementation.ricea2014-10-081-24/+82
* Remove implicit conversions from scoped_refptr to T* in net/http/dcheng2014-08-261-2/+2
* parameterize http response header testsmostynb@opera.com2014-08-211-1485/+1654
* Initial implementation of Chrome-Freshness header.ricea@chromium.org2014-07-301-0/+150
* Moved data reduction proxy header processing out of netbengr@chromium.org2014-06-151-333/+0
* Update UMA to track bypasses due to 4xx responses that are missing the proxy'...bengr@chromium.org2014-05-301-0/+11
* Collect data reduction proxy UMA on all platformsbengr@chromium.org2014-05-111-0/+2
* Add support for 308 permanent redirects.mmenke@chromium.org2014-04-241-0/+5
* Moved data reduction proxy chrome code to componentbengr@chromium.org2014-04-141-9/+9
* Fix UMA reporting of data reduction proxy bypass reasonsbengr@chromium.org2014-03-311-0/+77
* Cleanup: have common HttpResponseHeaders routine to update with rangekinuko@chromium.org2014-03-101-0/+53
* Fixed chrome proxy via checkbengr@chromium.org2014-03-061-0/+4
* Support for new data reduction proxy via headerbengr@chromium.org2014-02-141-0/+70
* Added tests for ProxyList::UpdateRetryInfoOnFallbackbengr@chromium.org2013-12-191-0/+16
* Accept Chrome-Proxy: block=xxx to bypass all Chrome proxiesbengr@chromium.org2013-12-131-27/+55
* Added support for a new HTTP response header called Chrome-Proxy, which is re...bengr@chromium.org2013-10-281-0/+125
* Use a direct include of time headers in net/, part 2.avi@chromium.org2013-06-281-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* Add to the list of HTTP headers that don't overwrite in 304 responses.mkwst@chromium.org2013-02-051-0/+34
* Default to GMT when parsing HTTP "Date", "Expires" and "Last-Modified" headers.pauljensen@chromium.org2012-10-291-0/+30
* Fix removal of headersbattre@chromium.org2012-07-241-1/+29
* (Finally) Remove NetLog::EventParameters.mmenke@chromium.org2012-06-191-0/+1
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-101-0/+28
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* Do not cache Strict-Transport-Security and Public-Key-Pins headers.palmer@chromium.org2012-02-131-1/+13
* Improve merging of header modifications in webRequest.OnHeadersReceivedbattre@chromium.org2011-11-211-0/+66
* Removed wchat_t from Time::FromString.shinyak@google.com2011-08-031-3/+3
* Revert 94426 - Removed wchat_t from Time::FromString.morrita@chromium.org2011-07-281-3/+3
* Removed wchat_t from Time::FromString.shinyak@google.com2011-07-281-3/+3
* Upstream android net related code (part 2)michaelbai@google.com2011-07-071-5/+5
* Add a unit test to verify that an invalid status code (-1)wtc@chromium.org2011-06-011-0/+13
* Reland 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-191-2/+8
* Revert 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-191-8/+2
* Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-181-2/+8
* Revert r83048 "Removed wchar_t from Time::FromString."maruel@chromium.org2011-04-261-4/+4
* Removed wchar_t from Time::FromString.shinyak@google.com2011-04-261-4/+4
* Remove "using namespace std" which is illegal per style guide.pkasting@chromium.org2010-11-101-110/+113
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-40/+40
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-43/+43
* Http cache: Avoid resuming (and keeping) truncated entriesrvargas@google.com2010-01-081-0/+54
* HTTP Cache: Apply all freshness tests to Partial content entries.rvargas@google.com2009-10-161-0/+24
* net: Add another unit test.rvargas@google.com2009-10-151-0/+7
* Http Cache: More unit tests for byte range support.rvargas@google.com2009-10-141-33/+45