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
/
api
/
attachments
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sync] Make AttachmentStore API more consistent
pavely
2015-04-22
3
-15
/
+28
*
[Sync] AttachmentStore: Implementation of reference management
pavely
2015-04-03
2
-2
/
+20
*
[Sync] Introduce AttachmentStoreForSync class
pavely
2015-03-25
3
-22
/
+77
*
[Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.
pavely
2015-03-25
1
-0
/
+2
*
[Sync] Add size and crc32c to AttachmentId.
maniscalco
2015-03-11
8
-30
/
+46
*
[Sync] Refactor AttachmentStore classes. Introduce concept of referrer.
pavely
2015-03-11
4
-95
/
+199
*
Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 ...
dgrogan
2015-03-10
8
-46
/
+30
*
[Sync] Add size and crc32c to AttachmentId.
maniscalco
2015-03-10
8
-30
/
+46
*
Revert of [Sync] Refactor AttachmentStore classes. Introduce concept of refer...
bnc
2015-03-09
4
-199
/
+95
*
[Sync] Refactor AttachmentStore classes. Introduce concept of referrer.
pavely
2015-03-09
4
-95
/
+199
*
Separate AttachmentStore and AttachmentStoreBackend
pavely
2015-02-12
2
-19
/
+63
*
Don't DCHECK in AttachmentServiceProxyForTest when MessageLoop is absent
pavely
2015-01-16
1
-4
/
+13
*
Add the Sync.Attachments.StoreInitResult histogram.
maxbogue
2014-12-11
1
-3
/
+7
*
Synchronous creation of OnDiskAttachmentStore
pavely
2014-11-26
2
-57
/
+23
*
Sync: Attachment Store APIs for accessing attachment metadata
stanisc
2014-11-21
4
-0
/
+105
*
Store attachment crc in AttachmentStore
pavely
2014-11-14
3
-12
/
+29
*
Standardize usage of virtual/override/final in sync/
dcheng
2014-10-21
1
-1
/
+1
*
Implementation of OnDiskAttachmentStore.
pavely
2014-10-17
2
-0
/
+77
*
Reland Refactor FakeAttachmentStore
pavely
2014-10-02
5
-449
/
+33
*
Revert of Refactor FakeAttachmentStore (patchset #3 id:40001 of https://coder...
sergeyv
2014-09-30
5
-33
/
+449
*
Refactor FakeAttachmentStore
pavely
2014-09-30
5
-449
/
+33
*
Make GenericChangeProcessor upload attachments on startup.
maniscalco
2014-09-22
1
-2
/
+2
*
Move AttachmentStore ownership to datatype
pavely
2014-09-10
3
-22
/
+26
*
Remove implicit conversions from scoped_refptr to T* in sync/
Daniel Cheng
2014-08-26
1
-1
/
+1
*
Move non-API code out of sync/api/attachments/.
maniscalco@chromium.org
2014-08-05
18
-1671
/
+450
*
Do not update AttachmentIds after uploading attachments to sync server.
maniscalco@chromium.org
2014-07-17
1
-2
/
+2
*
Replace MessageLoopProxy with ThreadTaskRunnerHandle in src/sync/.
maniscalco@chromium.org
2014-07-09
3
-7
/
+11
*
Make AttachmentUploader and AttachmentDownloader optional.
maniscalco@chromium.org
2014-07-02
7
-142
/
+276
*
Consolidate attachment URL construction.
maniscalco@chromium.org
2014-06-27
2
-5
/
+4
*
Revert of Consolidate attachment URL construction. (https://codereview.chromi...
leng@chromium.org
2014-06-27
2
-4
/
+5
*
Consolidate attachment URL construction.
maniscalco@chromium.org
2014-06-27
2
-5
/
+4
*
Export AttachmentId::ImmutableAttachmentIdProtoTraits and SyncData::Immutable...
hans@chromium.org
2014-06-26
1
-1
/
+1
*
AttachmentDownloader implementation.
pavely@chromium.org
2014-06-26
2
-0
/
+46
*
Instantiate AttachmentDownloader and use it in AttachmentServiceImpl
pavely@chromium.org
2014-06-02
4
-12
/
+398
*
Add AttachmentDownloader interface, change signature of AttachmentStore::Read
pavely@chromium.org
2014-05-23
6
-12
/
+71
*
Invoke AttachmentUploader and update AttachmentIds.
pavely@chromium.org
2014-05-20
3
-6
/
+46
*
Rename FakeAttachmentService to AttachmentServiceImpl
pavely@chromium.org
2014-05-13
3
-28
/
+28
*
Move code from sync/api/attachments to sync/internal_api/attachments.
maniscalco@chromium.org
2014-05-10
7
-544
/
+2
*
Add AttachmentUploader interface and fake implementation.
maniscalco@chromium.org
2014-05-05
7
-4
/
+197
*
Keep track of which attachments are referenced by which sync entries.
maniscalco@chromium.org
2014-05-02
7
-24
/
+89
*
Revert of Keep track of which attachments are referenced by which sync entrie...
maniscalco@chromium.org
2014-05-01
7
-89
/
+24
*
Keep track of which attachments are referenced by which sync entries.
maniscalco@chromium.org
2014-05-01
7
-24
/
+89
*
Drop TestSimpleTaskRunner from FakeAttachmentService.
maniscalco@chromium.org
2014-04-30
1
-3
/
+1
*
sync: don't require a MessageLoopProxy in AttachmentServiceProxyForTest
tim@chromium.org
2014-04-29
2
-4
/
+15
*
Begin connecting AttachmentStore to AttachmentService.
maniscalco@chromium.org
2014-04-21
9
-142
/
+320
*
Replace deprecated 3-arg SyncData::CreateLocalData with 5-arg version.
maniscalco@chromium.org
2014-04-10
4
-19
/
+229
*
Update sync API to support attachments.
maniscalco@chromium.org
2014-04-01
16
-54
/
+705
*
Replace the proto-based AttachmentId with a simple class.
maniscalco@chromium.org
2014-03-20
10
-72
/
+169
*
Changes to sync/api/attachment in prep for integrating with sync API.
maniscalco@chromium.org
2014-03-11
7
-123
/
+102
*
Added a basic AttachmentStore interface and fake implementation for use in so...
maniscalco@chromium.org
2014-02-05
8
-0
/
+607