| Commit message (Expand) | Author | Age | Files | Lines |
* | Display access token information on about:signin-internal page. | haitaol@chromium.org | 2013-12-27 | 4 | -17/+118 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 3 | -7/+7 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 6 | -15/+15 |
* | Moving the RMQStore Creation and Loading outside of the MCSClient | fgorski@chromium.org | 2013-12-21 | 4 | -119/+119 |
* | Added merge session request throttle for XHR requests. | zelidrag@chromium.org | 2013-12-20 | 1 | -3/+6 |
* | Adding persistence of user to serial number mappings to RMQ Store | fgorski@chromium.org | 2013-12-20 | 3 | -9/+248 |
* | [GCM] Update backoff settings and reconnection logic | zea@chromium.org | 2013-12-19 | 8 | -12/+136 |
* | Additional OAuth2 tests for ChromeOS | zelidrag@chromium.org | 2013-12-18 | 2 | -65/+145 |
* | WAPI: Remove outdated comment | nhiroki@chromium.org | 2013-12-18 | 1 | -2/+0 |
* | Added CrOS-specific OAuth2 browser test. | zelidrag@chromium.org | 2013-12-17 | 2 | -107/+396 |
* | [GCM] Reland: Delay running register/send operations when loading is in progress | jianli@chromium.org | 2013-12-17 | 4 | -10/+29 |
* | cros: Polish SAML signin. | xiyuan@chromium.org | 2013-12-17 | 2 | -22/+50 |
* | Fix skip for now link with inline flow | guohui@chromium.org | 2013-12-17 | 4 | -3/+86 |
* | GaiaOAuthClient::Core::GetUserInfo() does not need to send or receive cookies. | rogerta@chromium.org | 2013-12-16 | 1 | -0/+6 |
* | [Drive] Cache an about resource to prevent frequent requests | yoshiki@chromium.org | 2013-12-13 | 1 | -1/+1 |
* | drive: Remove unused DriveServiceInterface::CopyHostedDocument | hashimoto@chromium.org | 2013-12-13 | 3 | -110/+0 |
* | [Drive] Use ETag on Drive API file deletion. | tzik@chromium.org | 2013-12-13 | 3 | -1/+12 |
* | [Drive] Add DriveServiceInterface::DeleteResource | tzik@chromium.org | 2013-12-12 | 6 | -1/+122 |
* | Revert 239921 "Revert 239759 "The comment in base64.h implies th..." | vadimt@chromium.org | 2013-12-11 | 2 | -7/+7 |
* | [GCM] Add a working MCS client and probe tool. | zea@chromium.org | 2013-12-11 | 16 | -45/+2257 |
* | Revert 239759 "The comment in base64.h implies that base::Base64..." | vadimt@chromium.org | 2013-12-11 | 2 | -7/+7 |
* | The comment in base64.h implies that base::Base64Encode() can return false, but | ricea@chromium.org | 2013-12-10 | 2 | -7/+7 |
* | Revert 239676 "[GCM] Delay running register/send operations when..." | glider@chromium.org | 2013-12-10 | 3 | -16/+7 |
* | [GCM] Delay running register/send operations when loading is in progress | jianli@chromium.org | 2013-12-10 | 3 | -7/+16 |
* | Added secondary /MergeSession verification step. | zelidrag@chromium.org | 2013-12-08 | 3 | -2/+73 |
* | [GCM] Add connection factory for creating MCS connections | zea@chromium.org | 2013-12-06 | 11 | -530/+1260 |
* | Fix and re-enable KioskEnterpriseTest. | mnissler@chromium.org | 2013-12-05 | 2 | -14/+67 |
* | Parse 'shared' attribute in WAPI/DriveAPI. | kinaba@chromium.org | 2013-12-05 | 3 | -1/+16 |
* | [GCM] Support persisting registration info for GCMProfileService | jianli@chromium.org | 2013-12-04 | 1 | -6/+0 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 2 | -2/+2 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 2 | -4/+5 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move c/b/google_apis to google_apis/drive. | kinaba@chromium.org | 2013-12-03 | 50 | -0/+15239 |
* | Move EmptyString, kWhitespace and the BOM to base. | brettw@chromium.org | 2013-12-02 | 1 | -1/+1 |
* | [GCM] Make GCMProfileService persist check-in info | jianli@chromium.org | 2013-11-26 | 3 | -8/+12 |
* | Change LOG(INFO) to VLOG(1) in google_api_keys. | yoz@chromium.org | 2013-11-25 | 1 | -6/+6 |
* | rAc: support multiple accounts | estade@chromium.org | 2013-11-21 | 2 | -0/+8 |
* | [GCM] Implement GCMProfileService with threading support. | jianli@chromium.org | 2013-11-20 | 1 | -6/+9 |
* | /OAuthLogin requests should use ChannelID. | thaidn@google.com | 2013-11-14 | 1 | -4/+4 |
* | [GCM] Add RMQ storage and MCS message passing support | zea@chromium.org | 2013-11-12 | 7 | -0/+1069 |
* | Use embedded sign in UI for inline sign in flow | guohui@chromium.org | 2013-11-09 | 2 | -0/+8 |
* | sync: treat gaia http 500s as retriable. | tim@chromium.org | 2013-11-08 | 1 | -32/+33 |
* | [GCM] Add GCMClient interface and dummy implementation | jianli@chromium.org | 2013-11-08 | 5 | -0/+320 |
* | Enable account reconcilor when --new-profile-management is used. | rogerta@chromium.org | 2013-11-07 | 6 | -0/+60 |
* | signin: record http response codes and net errors in OAuth2AccessTokenFetcher. | tim@chromium.org | 2013-11-06 | 3 | -18/+131 |
* | Make OAuth2TokenService::Request class multi-login aware. | rogerta@chromium.org | 2013-11-05 | 2 | -5/+19 |
* | Fix some warnings on gcc 4.7 on Linux. | l.gombos@samsung.com | 2013-10-30 | 1 | -1/+1 |
* | [GCM] Add basic MCS connection logic | zea@chromium.org | 2013-10-29 | 8 | -1/+1840 |
* | Identity API: Add AccountTracker and attach it to identity.onSignInChanged | courage@chromium.org | 2013-10-22 | 3 | -3/+64 |
* | [GCM] Unrevert initial GCM patch | zea@chromium.org | 2013-10-22 | 7 | -0/+1043 |