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] Fixing the initialization of last checkin/fetch time if they are
fgorski
2015-01-30
3
-8
/
+81
*
Adding "static_assert" in lieu of "COMPILE_ASSERT" in google_apis module
anujk.sharma
2015-01-21
2
-4
/
+4
*
Move the test template to //testing/test.gni (part 2)
qsr
2015-01-21
1
-0
/
+1
*
Standardize usage of virtual/override/final specifiers in google_apis/.
dcheng
2014-12-23
11
-12
/
+13
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-22
1
-5
/
+6
*
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
7
-18
/
+55
*
[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
*
Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...
vadimt
2014-10-29
1
-3
/
+3
*
[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
7
-16
/
+41
*
[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
14
-161
/
+154
*
Cleanup: Remove trailing whitespaces in gyp files.
thestig
2014-10-17
1
-1
/
+1
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-15
5
-50
/
+19
*
Adding instrumentation to locate the source of jankiness.
vadimt
2014-10-14
1
-0
/
+6
*
replace OVERRIDE and FINAL with override and final in google_apis/
mostynb
2014-10-07
14
-86
/
+86
*
Rewrite line endings from CRLF to LF for a bunch of files.
Daniel Cheng
2014-10-07
2
-178
/
+178
*
Make --log-net-log and NetLogLogger hide cookies by default,
mmenke
2014-09-30
1
-13
/
+4
*
[GCM] Investigatory CHECKs for crash in parsing stream
zea
2014-09-25
4
-25
/
+30
*
Loading the account mappings from store to the driver.
fgorski
2014-09-24
3
-28
/
+25
*
Replace forward_dependent_configs with public_deps
Brett Wilson
2014-09-23
1
-6
/
+6
*
Setting max TTL for upstream GCM messages to 1 day to match server side
fgorski
2014-09-22
1
-1
/
+1
*
Make component build Chrome link.
Brett Wilson
2014-09-10
1
-0
/
+4
*
Add lots of testonly annotations to the GN build.
Brett Wilson
2014-09-08
1
-0
/
+2
*
Convert GN visibility variables to lists.
brettw
2014-09-06
1
-1
/
+1
*
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
4
-16
/
+16
*
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
*
GN: Make content_shell and webkit_unit_tests work in component build
jamesr@chromium.org
2014-08-12
1
-0
/
+2
*
Revert 288761 "GN: Fix up various targets in component build"
luken@chromium.org
2014-08-11
1
-2
/
+0
*
GN: Fix up various targets in component build
jamesr@chromium.org
2014-08-11
1
-0
/
+2
*
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
13
-334
/
+401
*
[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
6
-17
/
+220
*
[GCM] Adding AccountInfo structure to persist accounts mapped to GCM
fgorski@chromium.org
2014-07-30
4
-0
/
+270
*
[GCM] Ignore network status when reconnecting again
zea@chromium.org
2014-07-30
2
-5
/
+7
*
Rename ServerBoundCert => ChannelID to reflect the current name
rch@chromium.org
2014-07-25
1
-8
/
+7
*
Leverage profile's http network session HttpAuthCache to support proxy auth.
zea@chromium.org
2014-07-18
4
-14
/
+42
*
[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
8
-28
/
+96
[next]