summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
Commit message (Expand)AuthorAgeFilesLines
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-319-122/+21
* Rename URLRequestContextGetter::GetCookieStore() --> DONTUSEME_GetCookieStore...eroman@chromium.org2011-03-302-6/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-287-7/+7
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-251-15/+23
* Coverity: Initialize member variables.jhawkins@chromium.org2011-03-241-1/+2
* Fix nits and comment typos. Add 'virtual' to URLFetcher::Core destructorwtc@chromium.org2011-03-232-8/+9
* Added a GaiaOAuthClient class to deal with getting and refreshing OAuth2 toke...sanjeevr@chromium.org2011-03-223-0/+544
* Extracting core back-off logic into a separate class,joi@chromium.org2011-03-171-5/+5
* Remove Gears from Chrome.aa@chromium.org2011-03-113-314/+0
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-092-3/+3
* Put Filter into namespace net.adamk@chromium.org2011-03-082-5/+6
* Fix URLFetcher::CancelAll().willchan@chromium.org2011-03-083-32/+85
* Force sync integration try jobs on patches that touch sync dependenciesrsimha@chromium.org2011-03-081-0/+13
* Move socket stream messages to content, in preparation for moving its dispatc...jam@chromium.org2011-03-051-15/+0
* Add a declared destructor as suggested by Clang builder.satish@chromium.org2011-03-042-0/+4
* Stream speech audio to server as it gets recorded, instead of waiting until e...satish@chromium.org2011-03-042-1/+19
* 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