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
*
sync: Optimize GetFirstChildId and ComputePrevIdFromServerPosition by having ...
nick@chromium.org
2011-03-03
5
-102
/
+280
*
In the syncable directory, an index consists of (a) a rule defining which syn...
nick@chromium.org
2011-03-01
4
-101
/
+158
*
[Sync] Attach payload to appropriate progress marker + unit tests.
zea@chromium.org
2011-02-28
2
-0
/
+12
*
[Sync] Convert ModelTypeBitSetFromString to not use streams.
zea@chromium.org
2011-02-28
2
-9
/
+27
*
Unbreak the build under linux_keep_shadow_stacks.
fischman@chromium.org
2011-02-25
1
-0
/
+3
*
[Sync] Unrevert r75287 (initial support for sync encryption of all datatypes)...
zea@chromium.org
2011-02-24
7
-15
/
+381
*
Initialize PersistedKernelInfo member.
finnur@chromium.org
2011-02-23
1
-2
/
+3
*
Remove ComparePathNames.
nick@chromium.org
2011-02-22
6
-87
/
+7
*
Revert 75287 - [Sync] Initial support for encrypting any datatype (no UI hook...
zea@chromium.org
2011-02-17
7
-368
/
+16
*
[Sync] Initial support for encrypting any datatype (no UI hookup yet).
zea@chromium.org
2011-02-17
7
-16
/
+368
*
[Sync] Add more conversions to Value for sync types
akalin@chromium.org
2011-02-10
3
-0
/
+51
*
Revert 74489 - [Sync] Add more conversions to Value for sync types
akalin@chromium.org
2011-02-10
3
-51
/
+0
*
[Sync] Add more conversions to Value for sync types
akalin@chromium.org
2011-02-10
3
-0
/
+51
*
Another big out-of-lining of test code. Hits a lot of gmock objects
erg@google.com
2011-02-08
2
-6
/
+20
*
[Sync] Remove code to listen to notifications for sync objects of unknown type
akalin@chromium.org
2011-01-29
1
-18
/
+0
*
[Sync] Remove now-obsolete FastDump class
akalin@chromium.org
2011-01-25
5
-65
/
+17
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
4
-17
/
+17
*
Clang: enable -Wbool-conversions and -Wunused-variables on Linux.
hans@chromium.org
2011-01-14
1
-1
/
+1
*
The sync server supports a new "progress token" scheme that allows data types...
nick@chromium.org
2011-01-13
8
-95
/
+383
*
Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5.
craig.schlenter@chromium.org
2011-01-13
1
-1
/
+1
*
Chromium build failed with heap leak checker, or configured with
tony@chromium.org
2011-01-13
1
-3
/
+3
*
Revert 70967 - Full refactor and rewrite of the autofill sync integration tests
rsimha@chromium.org
2011-01-11
1
-1
/
+7
*
Full refactor and rewrite of the autofill sync integration tests
rsimha@chromium.org
2011-01-11
1
-7
/
+1
*
Adding missing AUTOFILL_PROFILE sync data type to model_type.cc
rsimha@chromium.org
2011-01-10
1
-1
/
+7
*
Remove Windows newlines in directory_backing_store.h
nick@chromium.org
2011-01-08
1
-3
/
+3
*
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
*
Rest of the autofill work.
lipalani@chromium.org
2010-12-16
8
-22
/
+454
*
Autofill work:
lipalani@chromium.org
2010-11-24
5
-9
/
+83
*
Revert 67189 - Autofill work:
lipalani@chromium.org
2010-11-24
5
-83
/
+9
*
Autofill work:
lipalani@chromium.org
2010-11-24
5
-9
/
+83
*
Fix model type checking causing some crashes.
zea@chromium.org
2010-11-12
1
-0
/
+1
*
Plumb datatype information to syncer from nudges.
zea@chromium.org
2010-11-11
2
-0
/
+81
*
PyAuto hooks for Sync in TestingAutomationProvider
rsimha@chromium.org
2010-11-03
2
-2
/
+32
*
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/sync/*.
pkasting@chromium.org
2010-10-22
2
-41
/
+47
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2010-10-13
1
-1
/
+3
*
sync: use ObserverList instead of EventChannel (deprecated) for syncer events.
tim@chromium.org
2010-10-11
1
-3
/
+3
*
[Sync] Added notifications_state field to PersistentKernelInfo
akalin@chromium.org
2010-10-11
6
-11
/
+221
*
Cleaned up sync logging.
akalin@chromium.org
2010-10-06
1
-7
/
+9
*
Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-04
2
-8
/
+30
*
clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)
thakis@chromium.org
2010-10-02
1
-6
/
+0
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
2
-30
/
+8
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
2
-8
/
+30
*
sync: Introduce support for split transaction apply/commit changes. Change_pr...
tim@chromium.org
2010-09-23
2
-15
/
+41
*
Fix sync_unit_tests two-phase lookup problems.
hans@chromium.org
2010-09-20
5
-39
/
+20
*
2nd attempt at http://codereview.chromium.org/3305003/show
johnnyg@chromium.org
2010-09-09
2
-14
/
+0
*
Revert 58778 - New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
2
-0
/
+14
*
New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
2
-14
/
+0
*
Move bundled copy of sqlite one level deeper to better separate it
phajdan.jr@chromium.org
2010-08-18
2
-3
/
+3
[next]