summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata
Commit message (Expand)AuthorAgeFilesLines
* Move clients of BrowserContextKeyedService to use KeyedService (#4)blundell@chromium.org2014-03-142-7/+7
* [Autofill, Sync] Update the AutofillTable API to return dates directly, not a...isherman@chromium.org2014-03-032-69/+42
* Move encryptor API out of webdata.tfarina@chromium.org2014-02-212-2/+2
* [Autofill, Sync] Deprecate the Autofill culling experiment.isherman@chromium.org2014-02-112-32/+11
* [Autofill] Minor style cleanup.isherman@chromium.org2014-02-082-73/+66
* [Autofill] Ensure that Sync knows about Autocomplete entries prior to trying ...isherman@chromium.org2014-02-081-2/+6
* Move AutofillProfileSyncableService into the Autofill component.blundell@chromium.org2014-01-164-1746/+1
* [Autofill] Style cleanup: Use ASCIIToUTF16 rather than UTF8ToUTF16 in test code.isherman@chromium.org2014-01-101-74/+73
* Create signin component and componentize TokenWebData.blundell@chromium.org2014-01-098-483/+21
* [Autofill, Sync] Sync additional Autofill address fields for i18n.isherman@chromium.org2014-01-092-27/+263
* Revert of https://codereview.chromium.org/109783003/noamsml@chromium.org2014-01-088-21/+483
* Create signin component and componentize TokenWebData.blundell@chromium.org2014-01-088-483/+21
* [Autofill] Style cleanup: Move AutofillProfileSyncableService into the autofi...isherman@chromium.org2014-01-084-168/+161
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-261-0/+1
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-246-9/+14
* Update some uses of Value in chrome/ to use the base:: namespace.avi@chromium.org2013-12-231-3/+3
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-123-5/+5
* Convert string16 to base::string16 in chrome/browserbrettw@chromium.org2013-12-114-8/+9
* Add UMA stats for when we show the profile corruption dialog.rkc@chromium.org2013-12-111-4/+8
* Eliminate AutofillWebDataService::FromBrowserContext().blundell@chromium.org2013-12-032-24/+29
* Support extension search engines.vasilii@chromium.org2013-10-281-1/+1
* Functions that decoded ie7 structures to extract per-URL username and passwor...mpawlowski@opera.com2013-10-112-2/+2
* Abstract BrowserThread knowledge out of AutofillWebDataService.blundell@chromium.org2013-10-071-4/+6
* Remove a bad DEPS entry.thestig@chromium.org2013-09-301-1/+0
* sync: Add GetAllSyncData to sync/apitim@chromium.org2013-09-051-0/+7
* InstantExtended: Persist TemplateURL.new_tab_url.jered@chromium.org2013-08-193-18/+46
* Cleanup: Delete more dead Web Intents code.thestig@chromium.org2013-08-131-47/+0
* [Autofill] Distinguish between native field types and potentially HTML field ...isherman@chromium.org2013-08-072-6/+6
* Save image search URLs and post parameters of all search URLs into perf, web_...jnd@chromium.org2013-07-313-10/+76
* Adding operation to remove a specific token from TokenWebData DBfgorski@chromium.org2013-07-315-6/+52
* Use a direct include of the message_loop header in chrome/browser/, part 10.avi@chromium.org2013-07-171-1/+1
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* [Sync] Add support for sync Persistence Errorszea@chromium.org2013-07-022-4/+8
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-024-4/+4
* Use a direct include of time headers in chrome/browser/, part 9.avi@chromium.org2013-06-284-4/+4
* [Autofill] Sync Autofill profiles' origins.isherman@chromium.org2013-06-213-123/+361
* In components/autofill, move browser/ to core/browser/blundell@chromium.org2013-06-206-22/+22
* Remove dependency of WebData on contentdroger@chromium.org2013-06-173-5/+14
* Adds RefCountedDeleteOnMessageLoopdroger@chromium.org2013-06-141-1/+2
* Revert 205670 "Un-refcount AutofillWebData and TokenWebData"raymes@chromium.org2013-06-125-37/+29
* Un-refcount AutofillWebData and TokenWebDatacaitkp@chromium.org2013-06-115-29/+37
* Use a direct include of strings headers in chrome/browser/t*-w*/.avi@chromium.org2013-06-104-4/+4
* Revert 205038 "Un-refcount AutofillWebData and TokenWebData"cpu@chromium.org2013-06-085-37/+29
* Un-refcount AutofillWebData and TokenWebDatacaitkp@chromium.org2013-06-085-29/+37
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-077-7/+7
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-8/+8
* Hang SyncableServices off AutofillBackend, since they are on the DB thread al...caitkp@chromium.org2013-06-011-5/+5
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-1/+1
* Split token-related methods from WebDataServicecaitkp@chromium.org2013-05-277-80/+187
* Make Autofill SyncableServices use a backend interface for DB work, rather th...caitkp@chromium.org2013-05-245-50/+60