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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make last_download_timestamp and initial_sync_ended per-datatype.
nick@chromium.org
2010-04-01
8
-114
/
+520
*
Implemented initial version of themes syncing (behind a flag).
akalin@chromium.org
2010-03-29
3
-1
/
+14
*
Make it clear what last_sync_timestamp actually tracks. Update
nick@chromium.org
2010-03-24
4
-15
/
+15
*
Refactor Directory/Directory::Kernel to eliminate some duplicate variable dec...
nick@chromium.org
2010-03-22
2
-51
/
+49
*
Update sync to support syncing of typed urls
zork@chromium.org
2010-03-18
3
-0
/
+13
*
svn prop fixes. Applied to all files not in third_party.
pkasting@chromium.org
2010-03-09
7
-0
/
+0
*
Add unique hashing to sync API.
chron@google.com
2010-02-18
1
-9
/
+0
*
We dump all of the originals_ metahandles to the dirty_metahandles index and ...
chron@google.com
2010-02-17
3
-10
/
+187
*
Hook up client side of per-datatype GetUpdates.
nick@chromium.org
2010-02-11
4
-7
/
+171
*
Added UNIQUE_CLIENT_TAG to sync engine. Added some syncapi unit tests. Added ...
chron@google.com
2010-02-09
7
-30
/
+501
*
Mark dirty in PutParentIdPropertyOnly.
nick@chromium.org
2010-02-09
1
-0
/
+1
*
Fix a bug where positions inside of a newly-committed folder would be
nick@chromium.org
2010-02-09
2
-3
/
+19
*
Sync api changes to support preferences.
albertb@google.com
2010-02-02
2
-0
/
+4
*
Don't acquire a database lock in syncable::DirectoryBackingStore::SaveChanges...
nick@chromium.org
2010-01-28
1
-1
/
+10
*
In the sync database, use protobuf-based storage. Drop the old
nick@chromium.org
2010-01-27
8
-114
/
+951
*
Support for multiple sync ModelSafeWorkers.
tim@chromium.org
2010-01-22
1
-0
/
+27
*
EntryKernel: change from assignable refs to puts.
nick@chromium.org
2010-01-09
3
-68
/
+77
*
Finish removing query_helpers.*
zork@google.com
2010-01-08
2
-3
/
+26
*
Fix for sync bug 31566. Return const& rather than a copy from
tim@chromium.org
2010-01-07
2
-4
/
+22
*
Continue migration from query_helpers.* to sqlite_utils.*
zork@google.com
2009-12-29
4
-153
/
+158
*
atl: Remove unused <atlbase.h> header from some source files.
jhawkins@chromium.org
2009-12-29
1
-72
/
+72
*
Fix a release mode crash. Work should not be done inside of DCHECK()s.
zork@google.com
2009-12-19
1
-2
/
+2
*
Continuing migration of directory_backing_store.cc to Chromium sqlite wrappers.
zork@google.com
2009-12-18
3
-41
/
+45
*
Update DirectoryBackingStore::SaveChanges() to use Chromium's SQlite helper f...
zork@chromium.org
2009-12-18
1
-45
/
+37
*
Remove per-field dirty bits from EntryKernel.
nick@chromium.org
2009-12-17
4
-115
/
+87
*
Alter DirectoryBackingStore::InitializeTables() and
zork@google.com
2009-12-17
1
-32
/
+33
*
Handle errors in DoesTableExist() gracefully instead of crashing.
zork@google.com
2009-12-16
1
-2
/
+6
*
sync: get rid of path_helpers files.
nick@chromium.org
2009-11-25
5
-5
/
+0
*
Final part of PathString cleanup.
munjal@chromium.org
2009-11-24
5
-128
/
+125
*
Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...
tim@chromium.org
2009-11-21
1
-0
/
+2
*
Remove unique naming from syncer! This reduces the complexity. Modify the ind...
chron@google.com
2009-11-20
5
-819
/
+208
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-1
/
+1
*
Part 1 of removing PathSTring. I scrubbed files that are not
munjal@chromium.org
2009-11-13
3
-12
/
+15
*
Clean up the strings for sync code:
munjal@chromium.org
2009-11-04
7
-228
/
+81
*
linux: fix gcc 4.3 issues (for arm)
piman@chromium.org
2009-10-27
1
-0
/
+1
*
Fix unit test compiling on Linux
zork@chromium.org
2009-10-21
2
-8
/
+0
*
Rename CHROME_PERSONALIZATION to BROWSER_SYNC.
nick@chromium.org
2009-10-17
3
-11
/
+11
*
Fix some warnings on Mac that are treated as errors:
munjal@chromium.org
2009-10-15
2
-3
/
+1
*
Fixed some more Google Sync mac build compile errors.
akalin@chromium.org
2009-10-13
1
-48
/
+0
*
Replace pthreads locks with chrome locks in syncable.cc.
chron@chromium.org
2009-10-09
3
-211
/
+233
*
Part 1 of making sync work on Mac:
munjal@chromium.org
2009-10-08
2
-15
/
+2
*
Update sync unit tests to build on linux
zork@chromium.org
2009-10-07
1
-425
/
+35
*
Sync: Replace pthread mutex with base::Lock in a few more places.
timsteele@google.com
2009-10-07
3
-41
/
+25
*
Revert 28198 - Remove pthreads from syncable.
chron@google.com
2009-10-07
2
-10
/
+34
*
Remove pthreads from syncable.
chron@chromium.org
2009-10-07
2
-34
/
+10
*
Sync: Remove pthreads from event_sys code. Remove asynch version of GaiaAuthe...
timsteele@google.com
2009-10-03
1
-2
/
+2
*
Replace Read/Write lock with a plain old chrome lock.
chron@chromium.org
2009-10-02
2
-259
/
+66
*
Fix compiling of sync on linux.
zork@chromium.org
2009-09-22
4
-29
/
+32
*
Build the sync unit tests:
nick@chromium.org
2009-09-16
1
-21
/
+0
*
Build sync engine as part of the browser build.
nick@chromium.org
2009-09-15
4
-22
/
+28
[next]