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
/
engine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 113112 - Revert 113103 - Changes the visibility of the 'mobile' node b...
sky@chromium.org
2011-12-06
1
-2
/
+6
*
Revert 113103 - Changes the visibility of the 'mobile' node based on whether ...
sky@chromium.org
2011-12-06
1
-6
/
+2
*
Changes the visibility of the 'mobile' node based on whether there is a node ...
sky@chromium.org
2011-12-06
1
-2
/
+6
*
[Sync] Add framework for avoid posting tasks on threads with no work to do
akalin@chromium.org
2011-12-06
24
-39
/
+459
*
Revert 112815 - [Sync] Make syncer commands avoid posting tasks on threads wi...
akalin@chromium.org
2011-12-03
24
-417
/
+39
*
[Sync] Make syncer commands avoid posting tasks on threads with no work to do
akalin@chromium.org
2011-12-02
24
-39
/
+417
*
Revert 112743 - [Sync] Make syncer commands avoid posting tasks on threads wi...
akalin@chromium.org
2011-12-02
24
-410
/
+39
*
[Sync] Make syncer commands avoid posting tasks on threads with no work to do
akalin@chromium.org
2011-12-02
24
-39
/
+410
*
BookmarkModel cleanup. synced_node is now mobile_node and I'm nuking
sky@chromium.org
2011-12-01
1
-6
/
+2
*
Revert 112178 - [Sync] Make syncer commands avoid posting tasks on threads wi...
akalin@chromium.org
2011-11-30
24
-406
/
+39
*
[Sync] Make syncer commands avoid posting tasks on threads with no work to do
akalin@chromium.org
2011-11-30
24
-39
/
+406
*
[Sync] Convert VLOGs to DVLOGs
akalin@chromium.org
2011-11-29
18
-188
/
+188
*
This is the second and final patch of changes for implementing the per dataty...
lipalani@chromium.org
2011-11-24
4
-29
/
+114
*
Parse and Store the throttled datatypes and the unthrottling time, which is o...
lipalani@chromium.org
2011-11-23
3
-3
/
+98
*
[Sync] Made some sync session member functions const
akalin@chromium.org
2011-11-23
24
-306
/
+275
*
Event tracing for sync events
rlarocque@chromium.org
2011-11-23
2
-19
/
+37
*
[Sync] Make ModelSafeWorker a true interface
akalin@chromium.org
2011-11-22
13
-188
/
+142
*
Add OVERRIDE to chrome/browser/sync/.
avi@chromium.org
2011-11-21
17
-31
/
+52
*
[Sync] Replace uses of ObserverListThreadSafe with WeakHandles
akalin@chromium.org
2011-11-19
2
-0
/
+5
*
Revert 110555 - sync: Remove ModelNeutralExecuteImpl()
rlarocque@chromium.org
2011-11-17
5
-4
/
+28
*
sync: Remove ModelNeutralExecuteImpl()
rlarocque@chromium.org
2011-11-17
5
-28
/
+4
*
[Sync] Add histograms for simple conflict resolution.
zea@chromium.org
2011-11-17
1
-3
/
+28
*
Revert the revert. This change was not the cause of the failures, so relanding.
zea@chromium.org
2011-11-17
2
-0
/
+7
*
Revert "[Sync] Add version info to about:sync"
avi@chromium.org
2011-11-17
2
-7
/
+0
*
[Sync] Add version info to about:sync
zea@chromium.org
2011-11-17
2
-0
/
+7
*
sync: remove IncrementErrorCount from ServerConnectionManager.
tim@chromium.org
2011-11-17
2
-36
/
+2
*
Cleanup: Remove unneeded forward declarations in chrome/browser/sync.
thestig@chromium.org
2011-11-15
13
-47
/
+7
*
sync: Use a single transaction in ProcessUpdates rather than one per entry.
tim@chromium.org
2011-11-15
2
-11
/
+13
*
[Sync] Remove logging/checks for case where server and local entries mismatch.
zea@chromium.org
2011-11-12
3
-90
/
+0
*
net: Move the last two Escape() functions into the net namespace.
tfarina@chromium.org
2011-11-09
1
-1
/
+1
*
[Sync] Don't commit items we know are not ready.
zea@chromium.org
2011-11-07
3
-120
/
+209
*
[Sync] Make GetFirstChildId return a flag indicating success
akalin@chromium.org
2011-10-28
4
-19
/
+41
*
This is the first patch in a series of patches. This patch introduces the unr...
lipalani@chromium.org
2011-10-27
4
-8
/
+28
*
Send important client side event information to the server. We create a class...
lipalani@chromium.org
2011-10-15
6
-3
/
+43
*
Revert 105667 - Send important client side event information to the server. W...
lipalani@chromium.org
2011-10-15
6
-45
/
+5
*
Convert some check statements to NOTREACHED to be on parity with the codebase...
lipalani@chromium.org
2011-10-15
2
-2
/
+8
*
Send important client side event information to the server. We create a class...
lipalani@chromium.org
2011-10-15
6
-5
/
+45
*
Revert 104831 - [Sync] Change default session commit delay to 5s.
zea@chromium.org
2011-10-11
1
-4
/
+1
*
Changed the CHECK condition in PutPredecessor to return false. The upper laye...
lipalani@chromium.org
2011-10-11
3
-5
/
+3
*
[Sync] Change default session commit delay to 5s.
zea@chromium.org
2011-10-11
1
-1
/
+4
*
[Sync] Avoid posting work on threads with no active data types
akalin@chromium.org
2011-10-08
2
-4
/
+23
*
sync: stop syncing before stopping change processors.
tim@chromium.org
2011-10-07
3
-30
/
+68
*
sync: use base::Closure instead of ModeChangeCallback
tim@chromium.org
2011-10-04
3
-51
/
+58
*
[Sync] use base::Time in sync
akalin@chromium.org
2011-09-22
7
-73
/
+36
*
Revert 102184 - [Sync] use base::Time in sync
akalin@chromium.org
2011-09-21
7
-36
/
+73
*
[Sync] use base::Time in sync
akalin@chromium.org
2011-09-21
7
-73
/
+36
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
14
-15
/
+15
*
[Sync] Ensure we always store only server legal bookmark titles.
zea@chromium.org
2011-09-20
2
-0
/
+12
*
Add GROUP_FILE ModelSafeGroup
akalin@chromium.org
2011-09-15
4
-0
/
+10
*
Fix a compiler warning in conflict_resolver.cc
steveblock@chromium.org
2011-09-15
1
-2
/
+2
[next]