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
/
sync
/
notifier
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
9
-17
/
+17
*
[Sync] Delete ServerNotifierThread and refactor InvalidationNotifier
akalin@chromium.org
2011-03-24
13
-482
/
+698
*
[Sync] Move TypePayloadMap into its own file
akalin@chromium.org
2011-03-22
3
-7
/
+7
*
[Jingle] Refactored some notifier-related structs/classes
akalin@chromium.org
2011-03-22
3
-40
/
+6
*
[Sync] Split SyncNotifierImpl into P2PNotifier and InvalidationNotifier
akalin@chromium.org
2011-03-19
10
-336
/
+437
*
[Sync] Rewrite sync_listen_notifications tool to use SyncNotifier interface
akalin@chromium.org
2011-03-18
1
-1
/
+3
*
[Sync] Remove dependency of SyncNotifierThread on webkit
akalin@chromium.org
2011-03-18
7
-20
/
+34
*
[Sync] Merged MediatorThread and PushNotificationsThread
akalin@chromium.org
2011-03-16
6
-47
/
+40
*
Refactor sync notifier out of sync api
akalin@chromium.org
2011-03-14
6
-0
/
+465
*
Coverity: Pass parameters by ref.
jhawkins@chromium.org
2011-03-11
2
-2
/
+3
*
Fix (more) clang chromium-style violations introduced by 77725
akalin@chromium.org
2011-03-11
2
-0
/
+3
*
Fix clang chromium-style violations introduced by 77725
akalin@chromium.org
2011-03-11
2
-6
/
+10
*
[Sync] Refactor notification RegistrationManager, implement backoff
akalin@chromium.org
2011-03-10
5
-259
/
+580
*
Revert 77607 - [Sync] Refactor notification RegistrationManager, implement ba...
akalin@chromium.org
2011-03-10
5
-485
/
+252
*
[Sync] Refactor notification RegistrationManager, implement backoff
akalin@chromium.org
2011-03-10
5
-252
/
+485
*
Currently chrome sync subscribes to notifications on all datatypes regardless...
lipalani@chromium.org
2011-02-16
8
-51
/
+190
*
[Sync] Relax checks for received XMPP messages
akalin@chromium.org
2011-01-31
1
-9
/
+3
*
[Sync] Remove code to listen to notifications for sync objects of unknown type
akalin@chromium.org
2011-01-29
1
-12
/
+1
*
[SYNC] Fix server notifier's InvalidateAll().
zea@chromium.org
2011-01-28
1
-1
/
+2
*
Recommit attempt for rev 72685.
zea@chromium.org
2011-01-27
5
-6
/
+23
*
Revert 72685 - [SYNC] Refactor SyncSourceInfo and add support in chrome inval...
zea@chromium.org
2011-01-26
5
-23
/
+6
*
[SYNC] Refactor SyncSourceInfo and add support in chrome invalidation client ...
zea@chromium.org
2011-01-26
5
-6
/
+23
*
[Sync] Roll cache-invalidation to @70
akalin@chromium.org
2011-01-25
4
-10
/
+17
*
[Sync] Convert notifications for UNKNOWN to notifications for everything
akalin@chromium.org
2011-01-14
2
-6
/
+11
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
4
-8
/
+8
*
[Sync] Fixed spurious warning being generated on registration loss
akalin@chromium.org
2010-12-22
1
-8
/
+12
*
Add base:: prefix to the calls to StringAppendV.
tfarina@chromium.org
2010-12-21
1
-1
/
+2
*
[Sync] Added missing include
akalin@chromium.org
2010-12-20
1
-0
/
+1
*
[Sync] Fixed sync crash regression in ServerNotifierThread
akalin@chromium.org
2010-12-10
2
-1
/
+151
*
[Sync] Fixed crash on XMPP reconnection
akalin@chromium.org
2010-12-08
6
-58
/
+133
*
sync: more debugging for crash in ChromeSystemResources
tim@chromium.org
2010-12-07
2
-12
/
+28
*
sync: change some DCHECKs to CHECKs to shed light on a bug.
tim@chromium.org
2010-12-03
1
-11
/
+11
*
roll cacheinvalidation to @60
akalin@chromium.org
2010-11-29
2
-16
/
+15
*
[Sync] Avoid reinitializing server notifier client on XMPP reconnect
akalin@chromium.org
2010-11-23
4
-35
/
+37
*
roll cacheinvalidation to @56 (adds Start() method to InvalidationClient)
akalin@chromium.org
2010-11-18
3
-2
/
+6
*
Plumb datatype information to syncer from nudges.
zea@chromium.org
2010-11-11
1
-3
/
+8
*
[Sync] Expanded CacheInvalidationPacketHandler unittests.
akalin@chromium.org
2010-10-27
2
-6
/
+26
*
[Sync] Fixed memory leak in CacheInvalidationPacketHandler.
akalin@chromium.org
2010-10-27
4
-5
/
+110
*
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/sync/*.
pkasting@chromium.org
2010-10-22
2
-9
/
+6
*
[Sync] Replace TalkMediator delegate handling with thread-safe observer lists
akalin@chromium.org
2010-10-16
2
-54
/
+19
*
[Sync] Revamped ChromeSystemResources tests, fixed memory leak
akalin@chromium.org
2010-10-14
1
-46
/
+53
*
Delete moar code. And fix clang.
thakis@chromium.org
2010-10-13
1
-7
/
+0
*
[Sync] Removed unused function causing clang build to fail
akalin@chromium.org
2010-10-13
1
-11
/
+0
*
[Sync] Rolled cache invalidation API to @49.
akalin@chromium.org
2010-10-13
6
-181
/
+61
*
[Sync] Post notification state write callback instead of running it immediately
akalin@chromium.org
2010-10-12
2
-3
/
+17
*
[Sync] Added some plumbing needed for notifications persistence support
akalin@chromium.org
2010-10-11
8
-24
/
+127
*
[Sync] Propagate use of base::WeakPtr for base_task.
akalin@chromium.org
2010-10-10
4
-13
/
+20
*
[Sync] Fixed flipped return value from 61851.
akalin@chromium.org
2010-10-08
2
-4
/
+6
*
Revert 61881 (broke sync_unit_tests) - [Sync] Fixed flipped return value from...
willchan@chromium.org
2010-10-08
1
-5
/
+3
*
[Sync] Fixed flipped return value from 61851.
akalin@chromium.org
2010-10-07
1
-3
/
+5
[next]