summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 38001 and 38002.darin@chromium.org2010-02-031-1/+211
* Back out trunk r37998.mark@chromium.org2010-02-031-211/+1
* Modify CookiePolicy to work asynchronouslydarin@chromium.org2010-02-031-1/+211
* If the URLRequestContext has no CookiePolicy, then we shoulddarin@chromium.org2010-01-301-6/+3
* Disable 3 cookie tests that started failing.nsylvain@chromium.org2010-01-301-3/+6
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-291-16/+8
* BSD port: USE_NSS and other macros instead of OS_LINUX where applicablepvalchev@google.com2010-01-291-1/+1
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-141-1/+1
* Support the PUT HTTP verb in ChromeFrame in the IE host network stack impleme...ananta@chromium.org2010-01-111-41/+49
* Implement delaying resource requests until privacy blacklists are ready.phajdan.jr@chromium.org2010-01-051-33/+0
* Mark URLRequestTestFTP.FTPGetTest as flaky.viettrungluu@chromium.org2009-12-201-1/+2
* If we redirect from an https to an http site, ensure that we don'tjaphet@chromium.org2009-12-161-0/+23
* Remove bzip2 decoding support completely.thestig@chromium.org2009-12-081-56/+0