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
/
syncable
/
syncable_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sync] Move 'sync' target to sync/
akalin@chromium.org
2012-03-15
1
-1743
/
+0
*
[Sync] Create new top-level sync/ directory
akalin@chromium.org
2012-03-10
1
-1
/
+1
*
Refactor sync tests to use in-memory database
rlarocque@chromium.org
2012-03-08
1
-200
/
+244
*
sync: remove use of protobuf extensions in protocol to reduce static init ove...
tim@chromium.org
2012-03-04
1
-16
/
+14
*
Convert uses of int ms to TimeDelta in chrome/browser/sync.
tedvessenes@gmail.com
2012-03-04
1
-2
/
+4
*
[Sync] Remove dependency from cryptographer on password manager
akalin@chromium.org
2012-03-01
1
-26
/
+27
*
Move values_test_util.{h,cc} to base/test
akalin@chromium.org
2012-02-29
1
-3
/
+3
*
sync: Delete ScopedDirLookup and DirectoryManager
rlarocque@chromium.org
2012-02-28
1
-197
/
+24
*
Fix gcc 4.6 warnings in sync unittests.
tony@chromium.org
2012-02-23
1
-8
/
+0
*
[Sync] Remove dependency on common/ for unrecoverable error dump uploading
akalin@chromium.org
2012-02-18
1
-17
/
+17
*
[Sync] Replace MockUnrecoverableErrorHandler with TestUnrecoverableErrorHandler
akalin@chromium.org
2012-02-14
1
-34
/
+33
*
Convert DirectoryBackingStore to new sqlite API
rlarocque@chromium.org
2012-01-12
1
-61
/
+15
*
This is the second patch in the set. This propagates the unrecoverable error ...
lipalani@chromium.org
2011-12-21
1
-18
/
+38
*
[Sync] Rename ModelEnumSet to ModelTypeSet
akalin@chromium.org
2011-12-13
1
-7
/
+7
*
[Sync] Replace all instances of ModelTypeBitSet with ModelEnumSet
akalin@chromium.org
2011-12-08
1
-2
/
+2
*
[Sync] Convert syncable/ directory to ModelEnumSet
akalin@chromium.org
2011-12-06
1
-14
/
+19
*
[Sync] Add framework for avoid posting tasks on threads with no work to do
akalin@chromium.org
2011-12-06
1
-8
/
+9
*
Revert 112815 - [Sync] Make syncer commands avoid posting tasks on threads wi...
akalin@chromium.org
2011-12-03
1
-9
/
+8
*
[Sync] Make syncer commands avoid posting tasks on threads with no work to do
akalin@chromium.org
2011-12-02
1
-8
/
+9
*
Revert 112743 - [Sync] Make syncer commands avoid posting tasks on threads wi...
akalin@chromium.org
2011-12-02
1
-9
/
+8
*
[Sync] Make syncer commands avoid posting tasks on threads with no work to do
akalin@chromium.org
2011-12-02
1
-8
/
+9
*
Revert 112178 - [Sync] Make syncer commands avoid posting tasks on threads wi...
akalin@chromium.org
2011-11-30
1
-9
/
+8
*
[Sync] Make syncer commands avoid posting tasks on threads with no work to do
akalin@chromium.org
2011-11-30
1
-8
/
+9
*
[Sync] Replace uses of ObserverListThreadSafe with WeakHandles
akalin@chromium.org
2011-11-19
1
-33
/
+37
*
[Sync] Make GetFirstChildId return a flag indicating success
akalin@chromium.org
2011-10-28
1
-3
/
+9
*
[Sync] Add HasChildren() function and use it instead of GetFirstChildId()
akalin@chromium.org
2011-10-27
1
-0
/
+66
*
[Sync] use base::Time in sync
akalin@chromium.org
2011-09-22
1
-0
/
+8
*
Revert 102184 - [Sync] use base::Time in sync
akalin@chromium.org
2011-09-21
1
-8
/
+0
*
[Sync] use base::Time in sync
akalin@chromium.org
2011-09-21
1
-0
/
+8
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
1
-1
/
+1
*
Move sync test code out of chrome/test
phajdan.jr@chromium.org
2011-09-02
1
-3
/
+3
*
sync: add DEPS files to subdirs
tim@chromium.org
2011-08-11
1
-1
/
+1
*
Move more files from chrome/test to chrome/test/base, part #3
phajdan.jr@chromium.org
2011-07-29
1
-1
/
+1
*
Patch by ghc@google.com.
akalin@chromium.org
2011-07-02
1
-6
/
+3
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-07-01
1
-2
/
+1
*
[Sync] Refactor syncable::{Base,Read,Write}Transaction
akalin@chromium.org
2011-06-29
1
-4
/
+3
*
[Sync] Add Location parameter to Read/WriteTransactions
akalin@chromium.org
2011-06-17
1
-67
/
+67
*
[Sync] Split DirectoryChangeListener for thread-safety
akalin@chromium.org
2011-06-16
1
-85
/
+95
*
[Sync] Speed up sync node browser/search in about:sync
akalin@chromium.org
2011-06-03
1
-3
/
+24
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
1
-3
/
+3
*
Use standard way to create a temporary db file.
qsr@google.com
2011-04-28
1
-9
/
+23
*
Use standard way to create a temporary db file.
qsr@google.com
2011-04-27
1
-6
/
+6
*
sync: Rename Expect*Value() to ExpectDict*Value().
tfarina@chromium.org
2011-04-25
1
-9
/
+9
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
[Sync] Add value conversions to syncable::Entry and friends
akalin@chromium.org
2011-03-25
1
-1
/
+57
*
Remove ComparePathNames.
nick@chromium.org
2011-02-22
1
-30
/
+0
*
The sync server supports a new "progress token" scheme that allows data types...
nick@chromium.org
2011-01-13
1
-17
/
+0
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
1
-9
/
+9
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-25
/
+29
[next]