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
/
sync
/
notifier
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add InvalidationStateTracker::Forget() to erase an entry from storage.
dcheng@chromium.org
2012-09-04
8
-17
/
+49
*
[Sync] Pass ModelTypeSet by value everywhere
akalin@chromium.org
2012-09-01
2
-2
/
+2
*
[Sync] Rework Invalidator-related unit tests
akalin@chromium.org
2012-08-31
23
-508
/
+1090
*
Rename SyncNotifier->Invalidator and SyncNotifierObserver->InvalidationHandler.
dcheng@chromium.org
2012-08-28
22
-429
/
+422
*
[Sync] Use fakes for SyncNotifier{,Observer} instead of mocks
akalin@chromium.org
2012-08-24
13
-223
/
+421
*
Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps.
dcheng@chromium.org
2012-08-24
25
-204
/
+348
*
Fix SyncNotifierRegistrarHelper test in official builds.
dcheng@chromium.org
2012-08-14
1
-2
/
+3
*
[Sync] Avoid unregistering object IDs on shutdown
akalin@chromium.org
2012-08-10
17
-368
/
+606
*
Revert 150990 - [Sync] Avoid unregistering object IDs on shutdown
jeremya@chromium.org
2012-08-10
17
-606
/
+368
*
[Sync] Avoid unregistering object IDs on shutdown
akalin@chromium.org
2012-08-10
17
-368
/
+606
*
[Sync] Rework unit tests for ChromeInvalidationClient
akalin@chromium.org
2012-08-09
12
-315
/
+801
*
[Sync] Address msw's comments for r149747
akalin@chromium.org
2012-08-04
3
-8
/
+7
*
[Sync] Enable adding notifier observers from ProfileSyncService
akalin@chromium.org
2012-08-02
3
-3
/
+28
*
Change protoc build rule to not use cygwin bash.
iannucci@chromium.org
2012-07-31
6
-6
/
+6
*
[Sync] Fix race condition with notification startup
akalin@chromium.org
2012-07-28
1
-1
/
+4
*
Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserver
dcheng@chromium.org
2012-07-27
21
-195
/
+540
*
Revert r148496 "Refactor sync-specific parts out of SyncNotifier/SyncNotifier...
maruel@chromium.org
2012-07-26
21
-540
/
+195
*
[Sync] Don't send notifications with no changed types
akalin@chromium.org
2012-07-26
1
-0
/
+5
*
Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserver
dcheng@chromium.org
2012-07-26
21
-195
/
+540
*
[Sync] Make P2PNotifier emit a notification only if some enabled types changed
akalin@chromium.org
2012-07-25
2
-12
/
+13
*
Revert r147801 "Refactor sync-specific parts out of SyncNotifier/SyncNotifier...
maruel@chromium.org
2012-07-22
21
-544
/
+199
*
Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserver
dcheng@chromium.org
2012-07-21
21
-199
/
+544
*
[Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings
akalin@chromium.org
2012-07-20
20
-114
/
+87
*
Remove #pragma once from sync
ajwong@chromium.org
2012-07-11
11
-11
/
+0
*
[Sync] Move ModelType and related classes to 'syncer' namespace
akalin@chromium.org
2012-07-03
14
-73
/
+65
*
[Sync] Move model_type* from syncable/ to base/
akalin@chromium.org
2012-07-03
12
-15
/
+15
*
Remove syncable::ModelType usage from ChromeInvalidationClient
dcheng@chromium.org
2012-06-29
6
-117
/
+134
*
[Sync] Rename csync namespace to syncer
akalin@chromium.org
2012-06-28
36
-95
/
+95
*
Include <iterator>.
hbono@chromium.org
2012-06-28
1
-0
/
+1
*
Convert sync_notifier::RegistrationManager to use object IDs.
dcheng@chromium.org
2012-06-28
6
-329
/
+361
*
Use base::ThreadChecker as a member var, rather than base::NonThreadSafe
rsleevi@chromium.org
2012-06-25
2
-15
/
+15
*
[Sync] Rename browser_sync to csync in sync/
akalin@chromium.org
2012-06-21
11
-19
/
+19
*
Convert InvalidationStateTracker to use invalidation::ObjectId instead of syn...
dcheng@chromium.org
2012-06-20
7
-38
/
+61
*
[Sync] Rename sync_notifier namespace to csync
akalin@chromium.org
2012-06-20
36
-72
/
+72
*
[Sync] Propagate XMPP auth errors to SyncNotifierObservers
akalin@chromium.org
2012-06-18
19
-99
/
+394
*
sync: move internal_api components used by chrome/browser into internal_api/p...
tim@chromium.org
2012-06-17
8
-7
/
+8
*
Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...
sergeyu@chromium.org
2012-06-16
2
-37
/
+39
*
RefCounted types should not have public destructors - sync and jingle
rsleevi@chromium.org
2012-06-11
7
-44
/
+42
*
sync: create internal_api/public to house sync/ files needed by chrome/browse...
tim@chromium.org
2012-06-07
19
-25
/
+24
*
sync: migrate invalidation state from syncable::Directory to InvalidationStorage
tim@chromium.org
2012-05-31
19
-92
/
+151
*
[Sync] Make InvalidationNotifier use PushClient
akalin@chromium.org
2012-05-30
16
-487
/
+568
*
sync: fix and enable InvalidationNotifierTest.Basic
tim@chromium.org
2012-05-30
1
-8
/
+2
*
sync: move invalidation version prefs out of SyncPrefs into InvalidatorStorage.
tim@chromium.org
2012-05-30
4
-1
/
+12
*
[Sync] Turn notifier::PushClient into an interface
akalin@chromium.org
2012-05-23
4
-131
/
+127
*
[net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...
szym@chromium.org
2012-05-23
2
-1
/
+14
*
Revert 138216 - [Sync] Turn notifier::PushClient into an interface
akalin@chromium.org
2012-05-22
4
-127
/
+119
*
[Sync] Turn notifier::PushClient into an interface
akalin@chromium.org
2012-05-22
4
-119
/
+127
*
Revive revision 137685 and fix the DEPs file in chrome/browser/sync
munjal@chromium.org
2012-05-18
13
-82
/
+81
*
Revert 137685 (broke check_deps on linux builder) - Rename InvalidationVersio...
fischman@chromium.org
2012-05-17
13
-81
/
+82
*
Rename InvalidationVersionTracker to InvalidationStateTracker in preparation
munjal@chromium.org
2012-05-17
13
-82
/
+81
[next]