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
/
sync
/
syncable
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sync] Rely on directory to decide which types need to be purged
zea@chromium.org
2014-07-19
4
-8
/
+26
*
Update Commit and GetUpdatesResponse messages to include attachment ids.
maniscalco@chromium.org
2014-07-17
2
-0
/
+13
*
Do not update AttachmentIds after uploading attachments to sync server.
maniscalco@chromium.org
2014-07-17
3
-12
/
+9
*
Add server_attachment_metadata field to EntryKernel and sync database.
maniscalco@chromium.org
2014-07-16
7
-7
/
+183
*
Replace MessageLoopProxy with ThreadTaskRunnerHandle in src/sync/.
maniscalco@chromium.org
2014-07-09
1
-0
/
+1
*
Add base::SizeTToString.
wtc@chromium.org
2014-06-27
1
-2
/
+1
*
sync: Stop supporting parent IDs for some types
rlarocque@chromium.org
2014-06-26
4
-0
/
+17
*
Special handling of preference backup to not change local values in backup mode.
haitaol@chromium.org
2014-06-26
2
-0
/
+11
*
Supervised user sync types: Preparation for dynamically enabling/disabling.
treib@chromium.org
2014-06-25
1
-0
/
+1
*
Rename "managed (mode|user)" to "supervised user" (part 1)
treib@chromium.org
2014-06-12
1
-44
/
+45
*
Make the "Tabs" item on about:sync non-yellow
stanisc@chromium.org
2014-06-07
2
-0
/
+10
*
sync: Specialize functions that fetch type root
rlarocque@chromium.org
2014-06-03
8
-15
/
+26
*
Let ProfileSyncService start backup or rollback backend when no user is signed
haitaol@chromium.org
2014-05-29
2
-2
/
+5
*
sync: Enable typed tombstones commits
rlarocque@chromium.org
2014-05-20
1
-0
/
+21
*
Invoke AttachmentUploader and update AttachmentIds.
pavely@chromium.org
2014-05-20
5
-0
/
+91
*
sync: Improve handling of bad UniquePos (retry)
rlarocque@chromium.org
2014-05-15
4
-4
/
+55
*
Revert 270308 "sync: Improve handling of bad UniquePositions"
raymes@google.com
2014-05-14
3
-50
/
+4
*
sync: Improve handling of bad UniquePositions
rlarocque@chromium.org
2014-05-14
3
-4
/
+50
*
Keep track of which attachments are referenced by which sync entries.
maniscalco@chromium.org
2014-05-02
8
-16
/
+282
*
Revert of Keep track of which attachments are referenced by which sync entrie...
maniscalco@chromium.org
2014-05-01
8
-282
/
+16
*
Keep track of which attachments are referenced by which sync entries.
maniscalco@chromium.org
2014-05-01
8
-16
/
+282
*
Refactor syncable_unittest.cc (continued).
maniscalco@chromium.org
2014-04-24
3
-482
/
+385
*
Refactor syncable_unittest.cc into smaller files.
maniscalco@chromium.org
2014-04-23
4
-1287
/
+1410
*
Add sync manager classes for backup/rollback:
haitaol@chromium.org
2014-04-21
1
-0
/
+14
*
Remove unused method Directory::GetRootEntry.
maniscalco@chromium.org
2014-04-12
2
-5
/
+0
*
[Sync] Properly purge context/progress markers for disabled types
zea@chromium.org
2014-04-11
3
-8
/
+48
*
[Sync] Add support for context changes that trigger refreshes
zea@chromium.org
2014-04-09
2
-0
/
+39
*
sync: Re-implement getAllNodes WebUI function
rlarocque@chromium.org
2014-04-07
2
-3
/
+11
*
[Sync] Add context proto and directory support
zea@chromium.org
2014-04-04
5
-11
/
+209
*
Add AttachmentMetadata to Sync's EntryKernel.
maniscalco@chromium.org
2014-04-02
11
-7
/
+253
*
[Sync] Remove/refactor unnecessary command line switches
zea@chromium.org
2014-03-18
2
-0
/
+37
*
Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.
pkasting@chromium.org
2014-03-18
1
-27
/
+2
*
Reorganize test cases in directory_backing_store_unittest.cc.
maniscalco@chromium.org
2014-03-05
1
-139
/
+143
*
Rewrite instructions on how to dump sync database for unit test.
maniscalco@chromium.org
2014-03-04
1
-13
/
+35
*
Don't call RefreshColumns() in directory_backing_store_unittest.cc.
maniscalco@chromium.org
2014-03-01
1
-4
/
+5
*
Implememt garbage collection of old entries according to
haitaol@chromium.org
2014-03-01
2
-0
/
+20
*
Sync Change Processor for the 'Synced Notifications App Info' datatype.
petewil@chromium.org
2014-02-26
1
-2
/
+1
*
Revert 247831 "Use the proper name for the app info protobuf to ..."
petewil@chromium.org
2014-02-03
1
-1
/
+1
*
Add ManagedUserSharedSettings as sync datatype if the ManagedUserSettings syn...
akuegel@chromium.org
2014-02-03
1
-0
/
+1
*
Get rid of some uses of base::Create*Value
estade@chromium.org
2014-01-30
1
-1
/
+1
*
Use the proper name for the app info protobuf to mach the sync server
petewil@chromium.org
2014-01-30
1
-1
/
+1
*
[Sync] Don't enable synced notification app info by default
zea@chromium.org
2014-01-29
1
-1
/
+2
*
New Sync datatype for Synced Notifications App Info
petewil@chromium.org
2014-01-29
2
-2
/
+29
*
sync: Remove some WebUI debug functions
rlarocque@chromium.org
2014-01-16
3
-57
/
+27
*
Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...
avi@chromium.org
2013-12-23
1
-1
/
+1
*
Add Sync datatype for shared managed user settings.
bauerb@chromium.org
2013-12-19
2
-2
/
+29
*
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
rsesek@chromium.org
2013-12-11
1
-4
/
+2
*
Add AppListSpecifics .proto definition and support code
stevenjb@chromium.org
2013-12-11
2
-2
/
+29
*
Revert of https://codereview.chromium.org/100823007/
antrim@chromium.org
2013-12-11
1
-2
/
+4
*
Revert 239921 "Revert 239759 "The comment in base64.h implies th..."
vadimt@chromium.org
2013-12-11
1
-1
/
+1
[next]