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
*
sync: Use base::MessageLoop.
xhwang@chromium.org
2013-05-07
9
-18
/
+18
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-30
3
-4
/
+4
*
sync: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-27
3
-6
/
+5
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
6
-21
/
+29
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
6
-29
/
+21
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
6
-21
/
+29
*
Separate invalidator and sync client ID (part 2/2)
rlarocque@chromium.org
2013-03-28
22
-102
/
+95
*
Use specific client type for tango on iOS.
qsr@chromium.org
2013-03-24
1
-0
/
+4
*
Implement Invalidator::Acknowledge.
dcheng@chromium.org
2013-03-05
14
-105
/
+465
*
Add a Clock and TickClock interface for mocking out time
akalin@chromium.org
2013-02-21
3
-63
/
+54
*
Linux/ChromeOS Chromium style checker cleanup, sync/ edition.
rsleevi@chromium.org
2013-02-07
3
-10
/
+12
*
Migrate invalidator client IDs out of sync
rlarocque@chromium.org
2013-02-06
5
-0
/
+45
*
Remove syncer::IncomingInvalidationSource
rlarocque@chromium.org
2013-02-02
18
-140
/
+57
*
Separate local and remote sync invalidations
rlarocque@chromium.org
2013-01-30
1
-1
/
+2
*
Don't try to read notifications state from sync DB
rlarocque@chromium.org
2013-01-29
15
-142
/
+5
*
Makes the necessary changes to sync.gyp as well as its dependencies (most not...
blundell@chromium.org
2013-01-24
1
-0
/
+2
*
Roll cacheinvalidation forward to @261.
ghc@google.com
2013-01-18
1
-1
/
+1
*
[sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/
rsimha@chromium.org
2013-01-02
15
-39
/
+56
*
[sync] Componentize sync: Part 2: Add SYNC_EXPORTs to files in src/sync/
rsimha@chromium.org
2012-12-11
8
-20
/
+29
*
[Sync] Treat XMPP auth errors as sync auth errors
akalin@chromium.org
2012-12-05
1
-0
/
+1
*
Implement features needed for local ack handling in InvalidationStateTracker.
dcheng@chromium.org
2012-12-05
6
-18
/
+102
*
Remove unregistered IDs from the invalidation state map cache.
dcheng@chromium.org
2012-11-21
5
-2
/
+48
*
Remove various DoNothing functions in favor of base::DoNothing
akalin@chromium.org
2012-11-15
1
-4
/
+2
*
sync: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-14
5
-11
/
+11
*
Reland 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
2
-2
/
+3
*
Revert 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
2
-3
/
+2
*
Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
2
-2
/
+3
*
Implement a class to manage backoff timers for local invalidation reminders.
dcheng@chromium.org
2012-11-09
4
-0
/
+692
*
Add the InvalidationState struct to bundle local state about invalidations.
dcheng@chromium.org
2012-10-19
14
-49
/
+52
*
[Invalidations] Require there to be no registered handlers on Invalidator des...
akalin@chromium.org
2012-10-05
5
-5
/
+39
*
Rename ModelType/ObjectIdStateMap to InvalidationMap.
dcheng@chromium.org
2012-10-04
30
-389
/
+410
*
Rename InvalidationState to BootstrapData
dcheng@chromium.org
2012-10-03
13
-52
/
+53
*
[Invalidations] Add GetInvalidatorState() to Invalidator{,Frontend}
akalin@chromium.org
2012-09-07
29
-488
/
+504
*
[Sync] Rename classes in sync/ that start with Chrome
akalin@chromium.org
2012-09-06
8
-228
/
+227
*
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
[next]