index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
google_apis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GCM] Remove user checkin for GCM.
jianli@chromium.org
2014-02-12
23
-1151
/
+134
*
Keep reconcilor for looping when cookies change.
rogerta@chromium.org
2014-02-12
3
-26
/
+32
*
Add GCM registration status code metric collection.
juyik@chromium.org
2014-02-12
2
-0
/
+11
*
Enable encrypted cookies on Mac OSX.
bcwhite@chromium.org
2014-02-12
1
-0
/
+5
*
[GCM] Reset socket state on disconnect
zea@chromium.org
2014-02-11
7
-1
/
+27
*
Move OAuth2 client id and secret switches to gaia_switches.h
msarda@chromium.org
2014-02-11
4
-10
/
+10
*
[GCM] Adding retry logic to registration
fgorski@chromium.org
2014-02-08
5
-23
/
+233
*
[GCM] Adding retry logic to the Checkin Request
fgorski@chromium.org
2014-02-08
5
-27
/
+187
*
[GCM] Make GCMProfileService create and own GCMClient
jianli@chromium.org
2014-02-07
3
-10
/
+29
*
[GCM] Pull backoff policy out into GCM and update values
zea@chromium.org
2014-02-06
5
-31
/
+73
*
drive: Allow setting modified/accessed date with AddNewDirectory
hashimoto@chromium.org
2014-02-05
3
-0
/
+35
*
Parse "removable" and "productId" fields from apps.list response.
kinaba@chromium.org
2014-02-05
9
-24
/
+39
*
[GCM] Notify the message sending status when the message is queued for sending
jianli@chromium.org
2014-02-01
4
-8
/
+27
*
[GCM] Remove the line I forgot to remove at GCMClientImpl::StartMCSLogin
jianli@chromium.org
2014-01-31
1
-1
/
+0
*
Adding WeakPtrFactory to GCMClientImpl, cleaning up .h a little bit
fgorski@chromium.org
2014-01-31
2
-15
/
+21
*
[GCM] Pass user states in settings field of MCS login request
jianli@chromium.org
2014-01-31
13
-28
/
+115
*
drive: Stop requesting AboutResource before performing local to drive copy
hashimoto@chromium.org
2014-01-31
1
-0
/
+3
*
[GCM] Make sure delegate method is invoked when GCMClient gets ready in eithe...
jianli@chromium.org
2014-01-31
5
-19
/
+27
*
Watch cookie jar so that reconcilor reacts more quickly.
rogerta@chromium.org
2014-01-31
2
-7
/
+15
*
GCMClientImpl:
fgorski@chromium.org
2014-01-30
6
-41
/
+755
*
Explicit destruction order in gcm_unit_tests
scottmg@chromium.org
2014-01-30
1
-5
/
+9
*
Fix double escaping of senderIds in registration request.
pavely@chromium.org
2014-01-29
2
-4
/
+5
*
[GCM] Some fixes on gcm client and engine
jianli@chromium.org
2014-01-29
5
-6
/
+36
*
The google accounts connected to a profile should remain consistent with the ...
rogerta@chromium.org
2014-01-28
3
-7
/
+24
*
Use case-insensitive comparison in GAIA /programmatic_auth cookie check
bartfab@chromium.org
2014-01-28
1
-4
/
+8
*
Re-landing https://codereview.chromium.org/118733002:
zelidrag@chromium.org
2014-01-28
1
-3
/
+6
*
[GCM] Fix connection factory unit tests timing
zea@chromium.org
2014-01-27
3
-18
/
+64
*
[GCM] Fix mcs_probe credential handling
zea@chromium.org
2014-01-27
2
-3
/
+25
*
[GCM] Fix memory leaks
zea@chromium.org
2014-01-25
11
-156
/
+142
*
[GCM] Add more GCM tests and fix bugs found by these tests
jianli@chromium.org
2014-01-24
1
-0
/
+2
*
Revert 242135 "Added merge session request throttle for XHR requ..."
zelidrag@chromium.org
2014-01-24
1
-6
/
+3
*
[GCM] Pass more browser specific data to initialize GCMClient from GCMClientF...
jianli@chromium.org
2014-01-23
1
-1
/
+0
*
[GCM] Disable leaky tests
zea@chromium.org
2014-01-23
2
-4
/
+30
*
GCM Client initialization
fgorski@chromium.org
2014-01-22
6
-128
/
+569
*
Move GoogleAutoLoginHelper to //google_apis.
blundell@chromium.org
2014-01-22
4
-0
/
+588
*
[GCM] Plumb mock keychain status to gcm store impl
zea@chromium.org
2014-01-22
7
-19
/
+22
*
[GCM] Reland: Introduce GCMClientFactory to create GCMClient for GCMProfileSe...
jianli@chromium.org
2014-01-22
4
-48
/
+5
*
Revert 245447 "[GCM] Introduce GCMClientFactory to create GCMCli..."
glider@chromium.org
2014-01-21
4
-5
/
+48
*
Fix leak in UbertokenFetcher unittests.
blundell@chromium.org
2014-01-20
1
-2
/
+2
*
Switch GAIA e-mail address retrieval from /GetUserInfo to /ListAccounts
bartfab@chromium.org
2014-01-17
2
-18
/
+10
*
drive: Support authorizing third-party Drive apps for opening files.
kinaba@chromium.org
2014-01-17
5
-3
/
+82
*
Add a function for determining if official Google Chrome API key is used.
kinaba@chromium.org
2014-01-17
2
-0
/
+12
*
drive: Stop using DictionaryValue to store data in FakeDriveService
hashimoto@chromium.org
2014-01-17
1
-0
/
+2
*
drive: Add metadata parameters to InitiateUpload* methods
hashimoto@chromium.org
2014-01-17
6
-24
/
+259
*
[GCM] Introduce GCMClientFactory to create GCMClient for GCMProfileService
jianli@chromium.org
2014-01-17
4
-48
/
+5
*
Move UbertokenFetcher from //chrome to //google_apis.
blundell@chromium.org
2014-01-16
6
-0
/
+334
*
Adding a user list (to be consumed by GCM Client Implementation)
fgorski@chromium.org
2014-01-16
10
-18
/
+743
*
[GCM] Fix use after free memory issue in gcm store
zea@chromium.org
2014-01-16
1
-11
/
+22
*
Retrieve the authenticated user's e-mail from GAIA during SAML login
bartfab@chromium.org
2014-01-16
2
-140
/
+168
*
drive: Replace FileCache::MarkDirty with OpenForWrite
hashimoto@chromium.org
2014-01-15
2
-4
/
+4
[next]