summaryrefslogtreecommitdiffstats
path: root/chrome/common/net/gaia
Commit message (Expand)AuthorAgeFilesLines
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-1/+3
* Revert 90572 - Disable GaiaAuthFetcherTest.ErrorComparator, it crashesbauerb@chromium.org2011-06-281-7/+1
* Disable GaiaAuthFetcherTest.ErrorComparator, it crashesbauerb@chromium.org2011-06-271-1/+7
* When a user logs into sync, the appropriate cookies are retrieved so thatrogerta@chromium.org2011-06-215-9/+152
* Plugged a leak related to generating the HMAC.rickcam@chromium.org2011-06-211-5/+7
* Adds the OAuthRequestSigner class to facilitate OAuth integrationrickcam@chromium.org2011-06-193-0/+676
* Fix typo in kTokenAuthUrlSuffixgfeher@chromium.org2011-06-161-1/+1
* Flag for switching GAIA backendgfeher@chromium.org2011-06-156-28/+117
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h.thestig@chromium.org2011-06-142-4/+1
* Revert 88553 - Revert 88510 - Escaping file names correctly. Also fixed a cru...thestig@chromium.org2011-06-143-21/+23
* Revert 88510 - Escaping file names correctly. Also fixed a crush in chromeos ...ericu@google.com2011-06-093-23/+21
* Escaping file names correctly. Also fixed a crush in chromeos debug build whi...serya@chromium.org2011-06-093-21/+23
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-015-7/+7
* Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.joi@chromium.org2011-05-271-6/+5
* Replace escape function in third-party by escape function in net/base.qsr@google.com2011-05-231-8/+8
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-1/+1
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-065-7/+7
* sync: Rename Expect*Value() to ExpectDict*Value().tfarina@chromium.org2011-04-251-8/+8
* Sync: Inline sync login dialog into Tabbed Options.jhawkins@chromium.org2011-04-221-2/+0
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-314-11/+13
* Move some files from base to base/memory.levin@chromium.org2011-03-284-4/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2011-03-241-1/+2
* Added a GaiaOAuthClient class to deal with getting and refreshing OAuth2 toke...sanjeevr@chromium.org2011-03-223-0/+544
* 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
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-272-18/+39
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+1
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-133-43/+46
* 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-061-6/+6
* 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
* [ChromeOS] Make GaiaAutheFetcher parsing logic default to service_unavailablecmasone@chromium.org2010-12-023-2/+28
* Reland issue 5283001 (http://codereview.chromium.org/5283001) which was rever...sanjeevr@chromium.org2010-11-301-0/+2
* Revert 67284 - Used a MessageLoopProxy to store the delegate's message loop i...sanjeevr@chromium.org2010-11-241-2/+0
* Used a MessageLoopProxy to store the delegate's message loop in URLFetcher::C...sanjeevr@chromium.org2010-11-241-0/+2
* Allow sync with 2-factor StrongAuth accounts in ChromeOS.stevenjb@chromium.org2010-11-181-3/+6
* Rename GaiaAuthenticator2 to GaiaAuthFetcher.tfarina@chromium.org2010-11-105-133/+132
* 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
* Implement device token fetcherdanno@chromium.org2010-10-292-0/+3
* [CHrome OS] HOSTED accounts will not be allowed to log incmasone@chromium.org2010-10-252-17/+7
* [Chrome OS] On first login, determine if an account is a HOSTED accountcmasone@chromium.org2010-10-221-3/+17
* Convert LOG(INFO) to VLOG(1) - chrome/common/.pkasting@chromium.org2010-10-221-7/+8
* Coverity: Initialize data members in constructor.jhawkins@chromium.org2010-10-051-1/+2
* Sync shouldn't allow hosted accounts, but other clients of GaiaAuthenticator2...johnnyg@chromium.org2010-10-023-23/+47
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-302-2/+14