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
/
chrome
/
browser
/
services
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move GCMClient related files to gcm_driver component
jianli@chromium.org
2014-06-09
5
-7
/
+20
*
Hook up GCMDriverAndroid callbacks
johnme@chromium.org
2014-06-05
2
-41
/
+61
*
Add browser-global GCMDriver
bartfab@chromium.org
2014-06-05
4
-41
/
+73
*
This patch splits GCMDriver into an abstract interface and an
johnme@chromium.org
2014-05-31
2
-41
/
+30
*
Switch "GCM enabled" from tri-state to Boolean
bartfab@chromium.org
2014-05-28
2
-45
/
+4
*
Move all remaining files to gcm_driver component
jianli@chromium.org
2014-05-28
14
-2484
/
+8
*
Move all gcm activity types out of GCMStatsRecorder
jianli@chromium.org
2014-05-24
1
-0
/
+1
*
Set default for prefs::kGCMChannelEnabled to true on all channels
bartfab@chromium.org
2014-05-24
1
-10
/
+1
*
Retrieve chrome build info in GCMProfileService, instead of GCMDriver
jianli@chromium.org
2014-05-23
8
-54
/
+95
*
Start and stop the GCM service on demand
jianli@chromium.org
2014-05-23
5
-108
/
+276
*
Remove dependency on content::BrowserThread from GCMDriver
jianli@chromium.org
2014-05-22
9
-178
/
+220
*
Make GCMProfileService own GCMDriver, instead of deriving from it
jianli@chromium.org
2014-05-21
9
-347
/
+389
*
Rename GCMClientMock to FakeGCMClient
jianli@chromium.org
2014-05-15
7
-1421
/
+99
*
components: Extract pref_registry component out of user_prefs.
tfarina@chromium.org
2014-05-15
2
-2
/
+2
*
Rename GCMService to GCMDriver
jianli@chromium.org
2014-05-15
5
-130
/
+1073
*
Pass callbacks by const-reference.
isherman@chromium.org
2014-05-15
4
-23
/
+24
*
Componentize GCM Part 1: create GCM component and move some files over
jianli@chromium.org
2014-05-14
14
-177
/
+28
*
Revert 270226 "Componentize GCM Part 1: create GCM component and..."
piman@chromium.org
2014-05-13
14
-16
/
+177
*
Componentize GCM Part 1: create GCM component and move some files over
jianli@chromium.org
2014-05-13
14
-177
/
+16
*
Rename GCMClient::Load to GCMClient::Start
jianli@chromium.org
2014-05-13
8
-66
/
+62
*
Enable auto-refreshing of the gcm-internals page whenever a GCM activity is r...
juyik@chromium.org
2014-05-10
1
-1
/
+14
*
Revert of Enable auto-refreshing of the gcm-internals page whenever a GCM act...
nkostylev@chromium.org
2014-05-08
1
-8
/
+0
*
Enable auto-refreshing of the gcm-internals page whenever a GCM activity is r...
juyik@chromium.org
2014-05-07
1
-0
/
+8
*
Fix flakiness and re-enable GCMService unit tests
bartfab@chromium.org
2014-04-30
1
-25
/
+7
*
Disable subset of GCMServiceTest.* on Android. Flaky.
tapted@chromium.org
2014-04-28
1
-4
/
+25
*
Extract Profile-independent GCMService from GCMProfileService
bartfab@chromium.org
2014-04-25
15
-2438
/
+2723
*
This is the same patch as issue 202083005 which you have approved. Issue 2020...
juyik@chromium.org
2014-04-18
4
-17
/
+63
*
Revert 264313 "Add activity recording capability to gcm internal..."
asargent@chromium.org
2014-04-16
4
-63
/
+17
*
Add activity recording capability to gcm internals page. User can refresh, st...
juyik@chromium.org
2014-04-16
4
-17
/
+63
*
[GCM] Move extension specific tests out of gcm_profile_service_unit_test
jianli@chromium.org
2014-04-03
6
-318
/
+273
*
Componentize SigninManager.
blundell@chromium.org
2014-04-01
2
-3
/
+3
*
Revert of Componentize SigninManager. (https://codereview.chromium.org/218713...
dewittj@chromium.org
2014-03-31
2
-3
/
+3
*
Componentize SigninManager.
blundell@chromium.org
2014-03-31
2
-3
/
+3
*
[GCM] Run all gcm tests for all channels
jianli@chromium.org
2014-03-31
1
-3
/
+0
*
[GCM] Cleanup for ios enabling
zea@chromium.org
2014-03-29
1
-0
/
+2
*
Have unittests use TestingProfile::Builder to build fake SigninManager.
blundell@chromium.org
2014-03-27
1
-6
/
+11
*
[GCM] Destroy connection factory on CheckOut
zea@chromium.org
2014-03-26
1
-1
/
+2
*
Componentize SigninManagerBase.
blundell@chromium.org
2014-03-25
3
-3
/
+9
*
Move signin_core target to signin_core_browser.
blundell@chromium.org
2014-03-24
1
-1
/
+1
*
Make SigninManagerBase's usage of Profile private.
blundell@chromium.org
2014-03-24
1
-2
/
+5
*
[GCM] Move registration info persistence from extension state store to GCM store
jianli@chromium.org
2014-03-21
3
-520
/
+31
*
Disable MessageNotReceivedFromNotRegisteredSender GCM test.
mnissler@chromium.org
2014-03-21
1
-1
/
+2
*
Componentize (Mutable)ProfileOAuth2TokenService.
blundell@chromium.org
2014-03-20
1
-1
/
+1
*
[GCM] Move extension specific logic out of GCMProfileService
jianli@chromium.org
2014-03-20
7
-233
/
+274
*
Revert of Componentize (Mutable)ProfileOAuth2TokenService. (https://coderevie...
weitaosu@chromium.org
2014-03-19
1
-1
/
+1
*
Componentize (Mutable)ProfileOAuth2TokenService.
blundell@chromium.org
2014-03-19
1
-1
/
+1
*
[GCM] Adding chrome.gcm.unregister to gcm API
fgorski@chromium.org
2014-03-19
7
-83
/
+297
*
components: Rename encryptor directory to os_crypt.
tfarina@chromium.org
2014-03-18
1
-1
/
+1
*
Move clients of BrowserContextKeyedService to use KeyedService (#4)
blundell@chromium.org
2014-03-14
6
-13
/
+12
*
Receive invalidation messages through GCM
pavely@chromium.org
2014-03-12
2
-0
/
+32
[next]