| Commit message (Expand) | Author | Age | Files | Lines |
* | [GCM] Make sure to send time spent in queue for TTL messages | zea@chromium.org | 2014-01-14 | 2 | -19/+86 |
* | [GCM] Add per-app limits to persistent store | zea@chromium.org | 2014-01-13 | 5 | -38/+353 |
* | GCM Registration Request | fgorski@chromium.org | 2014-01-13 | 4 | -0/+449 |
* | [GCM] Support actual check-in in mcs_probe | jianli@chromium.org | 2014-01-10 | 2 | -5/+49 |
* | GCM Checkin implementation with unit tests. | fgorski@chromium.org | 2014-01-09 | 7 | -8/+677 |
* | Implement DriveAPIService::UninstallApp(). | kinaba@chromium.org | 2014-01-08 | 5 | -0/+66 |
* | google_apis: Stop accessing URLFetcher from ResponseWriter | hashimoto@chromium.org | 2014-01-08 | 2 | -19/+42 |
* | [GCM] Add connection/persistent store metric collection | zea@chromium.org | 2014-01-08 | 3 | -0/+27 |
* | Google drive forms should not appear in the "offline" tab of Files.app. | kinaba@chromium.org | 2014-01-07 | 2 | -6/+15 |
* | Parse createUrl field of apps.list Drive API. | kinaba@chromium.org | 2014-01-07 | 3 | -0/+15 |
* | Renaming RMQStore to GCMStore and breaking out its interface | fgorski@chromium.org | 2014-01-07 | 12 | -724/+756 |
* | [GCM] Add TTL support | zea@chromium.org | 2014-01-03 | 6 | -95/+287 |
* | Move the rest of the //google_apis tests into google_apis_unittests. | tfarina@chromium.org | 2014-01-03 | 5 | -10/+61 |
* | [GCM] Add heartbeat manager and reconnection logic due to heartbeat failure | zea@chromium.org | 2014-01-03 | 14 | -40/+427 |
* | 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 |