summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* The FTPDirectoryListing test has been failing in a couple of runs. Marking it...ananta@chromium.org2009-11-241-1/+2
* Fix one source of flakiness of FTP tests.phajdan.jr@chromium.org2009-11-231-2/+1
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-4/+5
* Add LoadLog instrumentation to HttpNetworkTransaction, to tell how much time ...eroman@chromium.org2009-11-131-8/+18
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+7
* Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...ananta@chromium.org2009-10-231-2/+4
* Change the request tracking done by about:net-internals to be per context rat...eroman@chromium.org2009-10-221-107/+0
* Moved patch from 297003 over to committer repository.rolandsteiner@chromium.org2009-10-221-0/+37
* Mark flaky FTP tests as flaky.phajdan.jr@chromium.org2009-10-161-5/+10
* Coverity: check file_util::WriteFile return.mattm@chromium.org2009-10-141-3/+3
* Add a response_info() accessor to URLRequest to get a reference to the net::H...michaeln@google.com2009-10-051-0/+4
* Disable flaky FTPCacheURLCredentials test.thestig@chromium.org2009-09-251-2/+1
* Don't add default Accept-Language and Accept-Charset headers if specific ones...dimich@google.com2009-09-241-0/+51
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-221-0/+96
* Reverting 26419.tyoshino@google.com2009-09-171-96/+0
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-161-0/+96
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+1
* Use "GURL::possibly_invalid_spec()" rather than "GURL::spec()", in case the G...eroman@chromium.org2009-09-101-1/+24
* Add a unit test for FTP directory listing.phajdan.jr@chromium.org2009-09-091-0/+17
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-091-16/+0
* This CL changes the CookieStore obect to be a refcounted object to get a bett...ananta@chromium.org2009-09-051-1/+0
* Re-enabled URLRequestTestHTTP.BasicAuth.eroman@chromium.org2009-09-041-24/+5
* Disable URLRequestTestHTTP.BasicAuth which is depending on the response_time ...eroman@chromium.org2009-09-041-1/+3
* Add trace-point for URLRequest to the LoadLog.eroman@chromium.org2009-09-041-0/+11
* Keep track of the live URLRequest instances, and the last 25 that were destro...eroman@chromium.org2009-09-021-66/+87
* Speed up net_unittests by re-using one FTP test server instance.phajdan.jr@chromium.org2009-08-311-31/+39
* Adding command-line option to override bans on certain port numbers through a...mirandac@chromium.org2009-08-311-0/+17
* Avoid crashing the test process when InterceptRedirector InterceptRestartRequ...tommi@chromium.org2009-08-271-2/+6
* Implement RestartWithAuth for NewFtpTransaction.phajdan.jr@chromium.org2009-08-261-0/+60
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-261-0/+85
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-0/+33
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-1/+3
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-3/+3
* Reference count ProxyService.eroman@chromium.org2009-08-181-1/+0