summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/autocomplete_syncable_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix typo, "recieve" -> "receive", in chrome/mseaborn@chromium.org2014-05-061-1/+1
* [Autofill, Sync] Update the AutofillTable API to return dates directly, not a...isherman@chromium.org2014-03-031-69/+41
* [Autofill, Sync] Deprecate the Autofill culling experiment.isherman@chromium.org2014-02-111-23/+11
* [Autofill] Minor style cleanup.isherman@chromium.org2014-02-081-72/+65
* [Autofill] Ensure that Sync knows about Autocomplete entries prior to trying ...isherman@chromium.org2014-02-081-2/+6
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-5/+6
* [Sync] Add support for sync Persistence Errorszea@chromium.org2013-07-021-2/+4
* In components/autofill, move browser/ to core/browser/blundell@chromium.org2013-06-201-2/+2
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-071-1/+1
* Make Autofill SyncableServices use a backend interface for DB work, rather th...caitkp@chromium.org2013-05-241-20/+22
* sync: SyncableService support for starting sync.tim@chromium.org2013-05-041-5/+14
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-2/+2
* Put autofill code into namepspace autofill Step 2kaiwang@chromium.org2013-04-121-0/+6
* Move webdata/autofill code into autofill componentcaitkp@chromium.org2013-04-111-2/+2
* Move c/b/webdata/code which does not depend on chrome/ to components/webdata/caitkp@chromium.org2013-04-031-3/+3
* Refactor notifications from webdatakaiwang@chromium.org2013-03-291-20/+8
* Depends on https://codereview.chromium.org/12987023/caitkp@chromium.org2013-03-271-1/+1
* Split Autofill webdatacaitkp@chromium.org2013-03-251-12/+13
* Remove a few chrome dependencies of c/b/webdatakaiwang@chromium.org2013-03-241-1/+0
* Remove knowledge of Chrome-specific SyncableService classes from WebDataService.joi@chromium.org2013-03-201-0/+21
* Move creation of the various WebDatabaseTable types out of WebDatabase.joi@chromium.org2013-03-201-8/+10
* sync: add syncer::Experiment to control autofill culling.tim@chromium.org2012-12-061-19/+12
* [Sync] Have MergeDataAndStartSyncing return a SyncMergeResultzea@chromium.org2012-11-171-9/+11
* [Autofill] Enable client-side pruning of old autocomplete data.isherman@chromium.org2012-11-051-2/+10
* Reland r145993.zea@chromium.org2012-07-111-6/+9
* Revert 145993 - [Sync] Add location parameter to SyncChange in Sync API.zea@chromium.org2012-07-101-9/+6
* [Sync] Add location parameter to SyncChange in Sync API.zea@chromium.org2012-07-101-6/+9
* [Sync] Move ModelType and related classes to 'syncer' namespaceakalin@chromium.org2012-07-031-6/+6
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-281-33/+34
* [Sync] Put everything in sync/api into csync namespaceakalin@chromium.org2012-06-271-34/+40
* Simplify handling of expired autocomplete data when syncing.isherman@chromium.org2012-06-151-72/+23
* Move guid generation from chrome/common/ to base/.marja@chromium.org2012-06-141-1/+0
* [Sync] Move chrome/browser/sync/api to sync/apiakalin@chromium.org2012-05-151-2/+2
* Make the Datatypes using new syncapi upload unrecoverable errors to breakpad.lipalani@chromium.org2012-04-201-17/+28
* Add probability of culling if sync is enabled to https://chromiumcodereview.a...georgey@chromium.org2012-04-051-34/+130
* Revert 129097 - Cull autofill entries older than 60 days.isherman@chromium.org2012-03-271-122/+35
* Cull autofill entries older than 60 days.georgey@chromium.org2012-03-271-35/+122
* [Sync] Have SyncableService's take ownership of their SyncChangeProcessor.zea@chromium.org2012-03-231-2/+3
* [Sync] Create new top-level sync/ directoryakalin@chromium.org2012-03-101-2/+2
* sync: remove use of protobuf extensions in protocol to reduce static init ove...tim@chromium.org2012-03-041-5/+6
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-091-1/+1
* Remove 'using' from browser_thread.h, and make things compile.joi@chromium.org2011-11-031-0/+2
* Move Autocomplete to the new syncgeorgey@chromium.org2011-11-031-0/+390