summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow extensions to redirect requests in onBeforeRequest."mpcomplete@chromium.org2011-04-131-94/+0
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-131-0/+94
* Fix the *AcceptCharset* and *AcceptLanguage* net test failures on the ChromeF...ananta@chromium.org2011-04-071-8/+8
* Remove async functionality from net::CookiePolicy.willchan@chromium.org2011-04-061-98/+2
* Fix the EmptyAcceptLanguage and EmptyAcceptCharset net test failures on IE6. ...ananta@chromium.org2011-04-061-2/+4
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-301-2/+2
* Do not send empty Accept-Language / Accept-Charset headers.willchan@chromium.org2011-03-301-4/+36
* Remove all "net::" prefixes under net/url_request for code that'sadamk@chromium.org2011-03-241-156/+160
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-7/+6
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-6/+7
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-7/+6
* Refactor of NetworkDelegate.willchan@chromium.org2011-02-241-2/+2
* Send fatal proxy errors to the network delegate.jochen@chromium.org2011-02-231-0/+60
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+30
* Add unique identifier to url requestsjochen@chromium.org2011-02-171-0/+9
* Fix the expectation in OverrideUserAgent net test to ensure that it passes withananta@chromium.org2011-02-041-3/+3
* Clean up net unit testing code.erg@google.com2011-01-261-2/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+2
* Clean up net unit testing code.erg@google.com2011-01-251-2/+1
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-0/+62
* Fix the newly added OverrideUserAgent net test so that it works in ChromeFram...ananta@chromium.org2011-01-211-1/+5
* Honor User-Agent header added by WebCorecaseq@google.com2011-01-211-0/+29
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-8/+8
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-17/+17
* net: Remove typedef net::URLRequestTestJob URLRequestTestJob;tfarina@chromium.org2011-01-111-24/+24
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-4/+4
* Make the cookie list a class (instead of a typedef inside CookieMonster)...jochen@chromium.org2010-12-031-1/+1
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-47/+47
* Restrict file protocol on chromeos to certain whitelisted directories. Disabl...achuith@chromium.org2010-11-111-0/+4
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-031-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-18/+18
* Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit...rsleevi@chromium.org2010-10-281-3/+9
* In a fake SSLInfo, set security_bits to -1 instead of 0 wtc@chromium.org2010-10-151-2/+6
* GTTF: Get rid of the test server's /kill switchphajdan.jr@chromium.org2010-10-041-79/+0
* Immediately reject empty cookie headers.jochen@chromium.org2010-09-271-0/+20
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-8/+10
* Fix ChromeFrame HTTPs net tests which started failing with the change to vali...ananta@chromium.org2010-08-291-0/+4
* Add regression tests for issue 53366. Check that thewtc@chromium.org2010-08-281-4/+21
* Reintegrate certificate selection in HttpNetworkTransaction DoLoopdavidben@chromium.org2010-08-211-0/+11
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-202/+239
* Add rudimentary support for client auth in testserver.py and unit testsdavidben@chromium.org2010-08-071-0/+46
* Mark URLRequestTestFTP.FTPCheckWrongPassword and .FTPCheckWrongUser as flaky.viettrungluu@chromium.org2010-08-051-2/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-4/+4
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-0/+4
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-14/+18
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-27/+84
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-1/+1
* GTTF: Move net/socket/ssl_test_util to net/test/test_serverphajdan.jr@chromium.org2010-07-211-1/+1
* TTF: enable HTTPS* tests on mac.dmuir@chromium.org2010-07-151-37/+3