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
/
gcm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[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
*
[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
*
[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
*
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
*
[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
*
[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
*
[GCM] Make sure delegate method is invoked when GCMClient gets ready in eithe...
jianli@chromium.org
2014-01-31
5
-19
/
+27
*
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
*
[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
*
[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
*
[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
*
[GCM] Introduce GCMClientFactory to create GCMClient for GCMProfileService
jianli@chromium.org
2014-01-17
4
-48
/
+5
*
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
*
[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
[prev]
[next]