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
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
1
-2
/
+2
*
[GCM] RegistrationRequest is retrying when sender is invlalid
fgorski@chromium.org
2014-03-01
2
-19
/
+44
*
[GCM] Adding collapse key support to downstream messages
fgorski@chromium.org
2014-02-28
2
-0
/
+4
*
Rename components's Encryptor to OSEncrypt.
tfarina@chromium.org
2014-02-28
3
-9
/
+9
*
drive: Stop requesting unused URLs
hashimoto@chromium.org
2014-02-28
3
-71
/
+0
*
drive: Request file lists with a number of multiples of 100
hashimoto@chromium.org
2014-02-28
2
-2
/
+2
*
[GCM] Make sure GCM checkout logic is invoked when the profile is signed out
jianli@chromium.org
2014-02-27
6
-43
/
+53
*
signin: mark OAuth2TokenService::RefreshTokenIsAvailable const because it is
tim@chromium.org
2014-02-27
5
-8
/
+13
*
[GCM] Enable Registration Request to give after 5 retries.
fgorski@chromium.org
2014-02-27
4
-8
/
+80
*
Convert scoped_ptr_malloc -> scoped_ptr, part 2.
viettrungluu@chromium.org
2014-02-26
1
-4
/
+3
*
Add 3 more registartion status codes for UMA collection. Also added tests.
juyik@chromium.org
2014-02-26
3
-27
/
+81
*
Rewrite DeviceOAuth2TokenService.
mnissler@chromium.org
2014-02-26
2
-14
/
+1
*
Fixing the GCMStoreImplTest.GetNextPersistentId on Windows
fgorski@chromium.org
2014-02-25
1
-2
/
+4
*
[GCM] Make RMQ ack logic more resilient
zea@chromium.org
2014-02-25
1
-16
/
+42
*
[GCM] Adding a list of accounts present on the client to checkin request
fgorski@chromium.org
2014-02-22
8
-14
/
+43
*
Revert 252218 "Add 3 more registartion status codes for UMA coll..."
earthdok@chromium.org
2014-02-21
3
-82
/
+27
*
Move encryptor API out of webdata.
tfarina@chromium.org
2014-02-21
4
-4
/
+4
*
[GCM] Fix gcm login to properly identify chrome
zea@chromium.org
2014-02-20
12
-29
/
+40
*
Add URL parameter so that /ListAccounts returns valid json.
rogerta@chromium.org
2014-02-20
4
-16
/
+62
*
[GCM] Updating request type of the URLFetcher in UnregistrationRequest to POST
fgorski@chromium.org
2014-02-20
1
-1
/
+1
*
Add 3 more registartion status codes for UMA collection. Also added tests.
juyik@chromium.org
2014-02-20
3
-27
/
+82
*
[GCM] Hooking up unregistration
fgorski@chromium.org
2014-02-15
4
-5
/
+91
*
[GCM] Move the manifest key checking logic to gcm.register function
jianli@chromium.org
2014-02-15
1
-0
/
+2
*
[GCM] Unregistration request
fgorski@chromium.org
2014-02-15
4
-0
/
+599
*
[GCM] Update backoff policy to be more conservative.
zea@chromium.org
2014-02-15
1
-4
/
+6
*
Update policy signature verification to include policy domain.
atwilson@chromium.org
2014-02-14
1
-3
/
+5
*
[GCM] Track connection failures properly
zea@chromium.org
2014-02-13
9
-46
/
+135
*
[GCM] Add basic collapse key support for upstream
zea@chromium.org
2014-02-13
6
-129
/
+318
*
Add GCM check in status code metric collection. We also decided to collect re...
juyik@chromium.org
2014-02-13
2
-2
/
+39
*
[GCM] Remove all persisted data and close connections when signing out of a p...
jianli@chromium.org
2014-02-13
3
-1
/
+13
*
[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
[next]