summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Store blocked and accessed cookies in the tab contents.jochen@chromium.org2010-07-021-7/+10
* Remove unfixable test.vandebo@chromium.org2010-06-171-15/+0
* Fix a regression that accesses file system synchronouslyhuanr@chromium.org2010-06-141-13/+16
* Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().willchan@chromium.org2010-05-071-14/+37
* Remove deprecated things from net test suite:phajdan.jr@chromium.org2010-04-301-20/+20
* Reland r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-291-3/+3
* Revert "Reland r42300: "HttpRequestHeaders refactor."""willchan@chromium.org2010-03-231-3/+3
* Reland r42300: "HttpRequestHeaders refactor.""willchan@chromium.org2010-03-231-3/+3
* Revert r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-231-3/+3
* HttpRequestHeaders refactor.willchan@chromium.org2010-03-231-3/+3
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-12/+3
* Do not call OnGetCookiesBlocked or OnSetCookieBlocked when cookies aredarin@chromium.org2010-03-121-2/+5
* Trigger the blocked cookie notification UI.darin@chromium.org2010-02-091-2/+127
* Implement backend support for forcing cookies to be saved asdarin@chromium.org2010-02-051-0/+29
* Mark URLRequestTestFTP.FTPGetTestAnonymous as flaky.chase@chromium.org2010-02-041-1/+2