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
/
engine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding handling of heartbeat intervals to the GCM store.
fgorski
2015-05-04
4
-1
/
+182
*
Remove outdated instrumentation and move a few remaining bits around.
pkasting
2015-05-02
1
-1
/
+1
*
[GCM] Adding custom heartbeat interval to MCS Client
fgorski
2015-05-01
9
-32
/
+386
*
Adjust URLFetcher::Create API so that object is returned as scoped_ptr.
dtapuska
2015-05-01
3
-6
/
+6
*
Refactor net::BackoffEntry to not require subclassing
johnme
2015-04-20
1
-23
/
+2
*
Add instrumentation for various functions janky on the Mac IO thread.
pkasting
2015-04-15
1
-0
/
+5
*
Update instrumentation for various functions janky on the Mac IO thread.
pkasting
2015-04-14
1
-0
/
+5
*
leveldb: Reuse manifest (AKA logs) during open.
cmumford
2015-03-26
1
-0
/
+2
*
Use base::PowerObserver to check for missed heartbeats
chirantan
2015-03-09
3
-9
/
+37
*
[GCM] Fix crash during connection races
zea
2015-03-05
4
-7
/
+56
*
[GCM] Fixing the problem of passing linked_ptr across threads
fgorski
2015-02-27
1
-5
/
+5
*
Update instrumentation for many different bugs based on new UMA data.
pkasting
2015-02-21
1
-5
/
+0
*
Reset the GCM store to recover from it when it is busted
jianli
2015-02-10
1
-23
/
+59
*
Adding instrumentation to locate the source of jankiness.
pkasting
2015-02-06
1
-0
/
+5
*
[GCM] Fixing the initialization of last checkin/fetch time if they are
fgorski
2015-01-30
3
-8
/
+81
*
Standardize usage of virtual/override/final specifiers in google_apis/.
dcheng
2014-12-23
9
-10
/
+10
*
Increase HeartbeatManagerTest.UpdateTimerAfterStart test max time check to
zhaoqin
2014-12-15
1
-1
/
+1
*
[GCM] Fix gcm network change handling before connect
zea
2014-12-11
4
-15
/
+45
*
Link GCM heartbeat with wake on wifi preference
chirantan
2014-12-06
6
-14
/
+54
*
[GCM] Fixing loading from GCM store after signing out of a profile
fgorski
2014-11-21
2
-9
/
+17
*
Revert of Fixing all of problems found by vc++ /analyze in GCM code (patchset...
matthewyuan
2014-11-08
1
-5
/
+5
*
Fixing all of problems found by vc++ /analyze in GCM code
fgorski
2014-11-08
1
-5
/
+5
*
[GCM] Make heartbeat manager partially resistant to missed heartbeats
zea
2014-10-28
3
-0
/
+73
*
[GCM] Adding last token fetching time handling
fgorski
2014-10-28
5
-1
/
+89
*
components: Introduce AlarmTimer class and use it for GCM heartbeat
chirantan
2014-10-24
6
-15
/
+37
*
[GCM] Fix crash when size packet splits two socket reads
zea
2014-10-21
2
-11
/
+123
*
Standardize usage of virtual/override/final in google_apis/
dcheng
2014-10-21
10
-92
/
+88
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-15
4
-48
/
+18
*
replace OVERRIDE and FINAL with override and final in google_apis/
mostynb
2014-10-07
10
-55
/
+55
*
[GCM] Investigatory CHECKs for crash in parsing stream
zea
2014-09-25
1
-3
/
+3
*
Loading the account mappings from store to the driver.
fgorski
2014-09-24
3
-28
/
+25
*
Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...
thestig
2014-09-05
1
-1
/
+1
*
[GCM] Adding GCMAccountMapper to link signed in profile to accounts.
fgorski
2014-09-04
4
-114
/
+117
*
Remove implicit conversions from scoped_refptr to T* in google_apis/
Daniel Cheng
2014-08-26
3
-4
/
+4
*
Spelling fixes for 'device' and 'service'.
tnagel@chromium.org
2014-08-21
1
-3
/
+3
*
Keep track of network error in ProxyRetryInfo.
kundaji@chromium.org
2014-08-15
1
-1
/
+1
*
[GCM] Fixing a bug with old registration ID not being removed
fgorski@chromium.org
2014-08-15
2
-1
/
+21
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
[GCM] Adding status to AccountMapping structure
fgorski@chromium.org
2014-08-07
11
-328
/
+395
*
[GCM] Adding the OnSendAcknowledgement event
fgorski@chromium.org
2014-08-06
1
-0
/
+12
*
[GCM] Persistence of account mappings.
fgorski@chromium.org
2014-08-04
5
-17
/
+217
*
[GCM] Adding AccountInfo structure to persist accounts mapped to GCM
fgorski@chromium.org
2014-07-30
3
-0
/
+267
*
[GCM] Ignore network status when reconnecting again
zea@chromium.org
2014-07-30
2
-5
/
+7
*
Leverage profile's http network session HttpAuthCache to support proxy auth.
zea@chromium.org
2014-07-18
3
-14
/
+41
*
[GCM] Removing cookies from checkin and registration requests
fgorski@chromium.org
2014-07-17
2
-0
/
+6
*
[GCM] Add a SelectiveAck test for midstream acks
zea@chromium.org
2014-07-17
2
-1
/
+82
*
Adding a step to the check-in process that ensures the correct account inform...
fgorski@chromium.org
2014-07-17
7
-26
/
+91
*
[GCM] Close the socket on connection factory shutdown
zea@chromium.org
2014-07-11
1
-0
/
+1
*
Add Finch experiment for selectively bypassing proxies.
rcs@chromium.org
2014-07-09
1
-1
/
+5
*
[GCM] Suppress connection attempts when there is no valid connection.
zea@chromium.org
2014-06-20
3
-48
/
+59
[next]