summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
Commit message (Expand)AuthorAgeFilesLines
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-042-23/+16
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-042-16/+23
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-042-23/+16
* Fix some of the more common chromium-style errors on the mac clang builder.erg@google.com2011-02-162-24/+36
* [Sync] Add more conversions to Value for sync typesakalin@chromium.org2011-02-103-48/+200
* Revert 74489 - [Sync] Add more conversions to Value for sync typesakalin@chromium.org2011-02-103-200/+48
* [Sync] Add more conversions to Value for sync typesakalin@chromium.org2011-02-103-48/+200
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-082-2/+12
* Add the include <iterator> or change the usage of back_inserter to avoid comp...jeanluc@chromium.org2011-01-301-1/+1
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-272-18/+39
* Clean up net unit testing code.erg@google.com2011-01-261-2/+2
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* Disable tests that sporadically got SIGSEGV on MAC; tag them with bug number.dilmah@chromium.org2011-01-251-4/+24
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-252-3/+69
* mark tests flakydilmah@chromium.org2011-01-241-4/+4
* Move l10n_util to ui/baseben@chromium.org2011-01-212-2/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-2/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* If user had consented for metrics reporting, send speech input request origin...satish@chromium.org2011-01-202-0/+10
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-153-8/+8
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-137-85/+94
* Chromium build failed with heap leak checker, or configured withtony@chromium.org2011-01-131-0/+1
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-063-13/+13
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-012-2/+2
* Move directory code from chrome/service to chrome/browser.sergeyu@chromium.org2010-12-231-1/+2
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-2/+4
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-112-3/+3
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-7/+14
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-6/+6
* Stop using adding refcounts to some URLRequestJob subtypes.willchan@chromium.org2010-12-032-3/+10
* [ChromeOS] Make GaiaAutheFetcher parsing logic default to service_unavailablecmasone@chromium.org2010-12-023-2/+28
* Fixed a bug with URLFetcher where retrying the request would append the new r...sanjeevr@chromium.org2010-12-012-0/+54
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-304-11/+12
* Reland issue 5283001 (http://codereview.chromium.org/5283001) which was rever...sanjeevr@chromium.org2010-11-302-8/+18
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-5/+8
* Implement exponential back-off mechanism.joi@chromium.org2010-11-255-394/+157
* Revert 67284 - Used a MessageLoopProxy to store the delegate's message loop i...sanjeevr@chromium.org2010-11-242-17/+7
* Used a MessageLoopProxy to store the delegate's message loop in URLFetcher::C...sanjeevr@chromium.org2010-11-242-7/+17
* Fix ThreadChecker to use Locks and not use scoped_ptr.willchan@chromium.org2010-11-211-0/+1
* Allow sync with 2-factor StrongAuth accounts in ChromeOS.stevenjb@chromium.org2010-11-181-3/+6
* Add a client-side phishing detection service class.noelutz@google.com2010-11-112-1/+144
* openssl build fixes, and tidy the build filesjoth@chromium.org2010-11-111-3/+3
* Rename GaiaAuthenticator2 to GaiaAuthFetcher.tfarina@chromium.org2010-11-105-133/+132
* Stop using DestructionObserver in OCSP code. Explicilty cancel all URLRequests.willchan@chromium.org2010-11-091-0/+14
* Fix compile failure on GCCpkasting@chromium.org2010-11-081-1/+1
* Make TestURLFetcherFactory able to remove fetchers from its map, and add an I...pkasting@chromium.org2010-11-082-9/+24
* In the webstore login api, we need to provide the gaia auth token to allow to...johnnyg@chromium.org2010-11-013-2/+12
* chrome/common: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-312-24/+24