| Commit message (Expand) | Author | Age | Files | Lines |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -1/+3 |
* | Revert 90572 - Disable GaiaAuthFetcherTest.ErrorComparator, it crashes | bauerb@chromium.org | 2011-06-28 | 1 | -7/+1 |
* | Disable GaiaAuthFetcherTest.ErrorComparator, it crashes | bauerb@chromium.org | 2011-06-27 | 1 | -1/+7 |
* | When a user logs into sync, the appropriate cookies are retrieved so that | rogerta@chromium.org | 2011-06-21 | 5 | -9/+152 |
* | Plugged a leak related to generating the HMAC. | rickcam@chromium.org | 2011-06-21 | 1 | -5/+7 |
* | Adds the OAuthRequestSigner class to facilitate OAuth integration | rickcam@chromium.org | 2011-06-19 | 3 | -0/+676 |
* | Fix typo in kTokenAuthUrlSuffix | gfeher@chromium.org | 2011-06-16 | 1 | -1/+1 |
* | Flag for switching GAIA backend | gfeher@chromium.org | 2011-06-15 | 6 | -28/+117 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. | thestig@chromium.org | 2011-06-14 | 2 | -4/+1 |
* | Revert 88553 - Revert 88510 - Escaping file names correctly. Also fixed a cru... | thestig@chromium.org | 2011-06-14 | 3 | -21/+23 |
* | Revert 88510 - Escaping file names correctly. Also fixed a crush in chromeos ... | ericu@google.com | 2011-06-09 | 3 | -23/+21 |
* | Escaping file names correctly. Also fixed a crush in chromeos debug build whi... | serya@chromium.org | 2011-06-09 | 3 | -21/+23 |
* | Move UrlFetcher to content. I originally thought that it's only used by chro... | jam@chromium.org | 2011-06-01 | 5 | -7/+7 |
* | Anti-DDoS enhancements: Log to net log, UMA stats, improved policy. | joi@chromium.org | 2011-05-27 | 1 | -6/+5 |
* | Replace escape function in third-party by escape function in net/base. | qsr@google.com | 2011-05-23 | 1 | -8/+8 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 1 | -1/+1 |
* | iwyu: Include stringprintf.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -0/+1 |
* | net: Move ResponseCookies into the net namespace. | tfarina@chromium.org | 2011-05-06 | 5 | -7/+7 |
* | sync: Rename Expect*Value() to ExpectDict*Value(). | tfarina@chromium.org | 2011-04-25 | 1 | -8/+8 |
* | Sync: Inline sync login dialog into Tabbed Options. | jhawkins@chromium.org | 2011-04-22 | 1 | -2/+0 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 4 | -11/+13 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 4 | -4/+4 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-03-24 | 1 | -1/+2 |
* | Added a GaiaOAuthClient class to deal with getting and refreshing OAuth2 toke... | sanjeevr@chromium.org | 2011-03-22 | 3 | -0/+544 |
* | Fix some of the more common chromium-style errors on the mac clang builder. | erg@google.com | 2011-02-16 | 2 | -24/+36 |
* | [Sync] Add more conversions to Value for sync types | akalin@chromium.org | 2011-02-10 | 3 | -48/+200 |
* | Revert 74489 - [Sync] Add more conversions to Value for sync types | akalin@chromium.org | 2011-02-10 | 3 | -200/+48 |
* | [Sync] Add more conversions to Value for sync types | akalin@chromium.org | 2011-02-10 | 3 | -48/+200 |
* | Part 1 of repairing regressions to my old clang check plugins so Nico can | erg@google.com | 2011-01-27 | 2 | -18/+39 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 3 | -43/+46 |
* | Chromium build failed with heap leak checker, or configured with | tony@chromium.org | 2011-01-13 | 1 | -0/+1 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -6/+6 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 2 | -7/+14 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -6/+6 |
* | [ChromeOS] Make GaiaAutheFetcher parsing logic default to service_unavailable | cmasone@chromium.org | 2010-12-02 | 3 | -2/+28 |
* | Reland issue 5283001 (http://codereview.chromium.org/5283001) which was rever... | sanjeevr@chromium.org | 2010-11-30 | 1 | -0/+2 |
* | Revert 67284 - Used a MessageLoopProxy to store the delegate's message loop i... | sanjeevr@chromium.org | 2010-11-24 | 1 | -2/+0 |
* | Used a MessageLoopProxy to store the delegate's message loop in URLFetcher::C... | sanjeevr@chromium.org | 2010-11-24 | 1 | -0/+2 |
* | Allow sync with 2-factor StrongAuth accounts in ChromeOS. | stevenjb@chromium.org | 2010-11-18 | 1 | -3/+6 |
* | Rename GaiaAuthenticator2 to GaiaAuthFetcher. | tfarina@chromium.org | 2010-11-10 | 5 | -133/+132 |
* | In the webstore login api, we need to provide the gaia auth token to allow to... | johnnyg@chromium.org | 2010-11-01 | 3 | -2/+12 |
* | chrome/common: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-10-31 | 2 | -24/+24 |
* | Implement device token fetcher | danno@chromium.org | 2010-10-29 | 2 | -0/+3 |
* | [CHrome OS] HOSTED accounts will not be allowed to log in | cmasone@chromium.org | 2010-10-25 | 2 | -17/+7 |
* | [Chrome OS] On first login, determine if an account is a HOSTED account | cmasone@chromium.org | 2010-10-22 | 1 | -3/+17 |
* | Convert LOG(INFO) to VLOG(1) - chrome/common/. | pkasting@chromium.org | 2010-10-22 | 1 | -7/+8 |
* | Coverity: Initialize data members in constructor. | jhawkins@chromium.org | 2010-10-05 | 1 | -1/+2 |
* | Sync shouldn't allow hosted accounts, but other clients of GaiaAuthenticator2... | johnnyg@chromium.org | 2010-10-02 | 3 | -23/+47 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 2 | -2/+14 |