summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 56376 - This CL will introduce a new way to do exponential back-off on...joi@chromium.org2010-08-172-29/+9
* This CL will introduce a new way to do exponential back-off on failure within joi@chromium.org2010-08-172-9/+29
* FBTF: Header cleanup in renderer_host.jhawkins@chromium.org2010-08-162-5/+5
* Uninitialized member variable in UrlRequestJobMetrics.finnur@chromium.org2010-08-121-2/+5
* Add rudimentary support for client auth in testserver.py and unit testsdavidben@chromium.org2010-08-071-0/+46
* Add the actual data being read to the OnBytesRead callback, take two.cbentzel@chromium.org2010-08-065-31/+310
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-062-2/+5
* 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 ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-314-4/+14
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta...cbentzel@chromium.org2010-07-315-310/+31
* Add the actual data being read to the OnBytesRead callback, take two.cbentzel@chromium.org2010-07-315-31/+310
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-311-4/+4
* Implement prefetching in chromegavinp@google.com2010-07-311-1/+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-292-219/+4
* Net: Convert username and password to string16.thestig@chromium.org2010-07-2910-47/+55
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2622-0/+22
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-232-193/+88
* Revert "Add the actual data being read to the OnBytesRead callback."phajdan.jr@chromium.org2010-07-225-312/+33
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-1/+1
* Add the actual data being read to the OnBytesRead callback.cbentzel@chromium.org2010-07-215-33/+312
* GTTF: Move net/socket/ssl_test_util to net/test/test_serverphajdan.jr@chromium.org2010-07-212-2/+2
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-171-2/+4
* DevTools & WebTiming : Migrate from PassiveLogCollector to dedicated LoadTimi...pfeldman@chromium.org2010-07-161-0/+4
* Move implementation from header to source.erg@chromium.org2010-07-152-25/+78
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-152-2/+1
* TTF: enable HTTPS* tests on mac.dmuir@chromium.org2010-07-151-37/+3
* Revert everything related to the relanding.erg@chromium.org2010-07-142-1/+2
* Reland r52336.erg@chromium.org2010-07-142-2/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-142-1/+2
* More header cleanup:erg@chromium.org2010-07-142-2/+1
* Add the URLRequest's priority to the net-log.eroman@chromium.org2010-07-133-6/+20
* Annotate some network classes as non-threadsafe.eroman@chromium.org2010-07-122-2/+5
* Make sure that URLRequestJob holds a reference to the read IOBuffer rather th...eroman@chromium.org2010-07-094-9/+7
* Store blocked and accessed cookies in the tab contents.jochen@chromium.org2010-07-024-23/+51
* Remove abonded privacy blacklist implementation.jochen@chromium.org2010-07-022-20/+3
* Add field trial stats for alternate_protocol. The histogram we collected are: lzheng@chromium.org2010-06-261-1/+8
* Add virtual to some base classes that have virtual methodsjar@chromium.org2010-06-252-2/+4
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-11/+10
* Remove unfixable test.vandebo@chromium.org2010-06-171-15/+0
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-152-0/+4
* Fix a regression that accesses file system synchronouslyhuanr@chromium.org2010-06-144-44/+50
* Track whether a page was loaded via a proxy so that we canmbelshe@chromium.org2010-06-101-0/+5
* Reapply 49081: AppCache: Use a MockHttpServer instead of starting a seperate ...michaeln@chromium.org2010-06-072-0/+7
* Revert 49081 - AppCache: Use a MockHttpServer instead of starting a seperate ...michaeln@google.com2010-06-072-7/+0
* AppCache: Use a MockHttpServer instead of starting a seperate http server for...michaeln@chromium.org2010-06-072-0/+7
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-074-8/+8
* Convert some DCHECKs() for redirect into CHECKs() to make sure they aren't ge...eroman@chromium.org2010-06-031-2/+2