| Commit message (Expand) | Author | Age | Files | Lines |
* | Move clients of BrowserContextKeyedService to use KeyedService (#4) | blundell@chromium.org | 2014-03-14 | 2 | -7/+7 |
* | [Autofill, Sync] Update the AutofillTable API to return dates directly, not a... | isherman@chromium.org | 2014-03-03 | 2 | -69/+42 |
* | Move encryptor API out of webdata. | tfarina@chromium.org | 2014-02-21 | 2 | -2/+2 |
* | [Autofill, Sync] Deprecate the Autofill culling experiment. | isherman@chromium.org | 2014-02-11 | 2 | -32/+11 |
* | [Autofill] Minor style cleanup. | isherman@chromium.org | 2014-02-08 | 2 | -73/+66 |
* | [Autofill] Ensure that Sync knows about Autocomplete entries prior to trying ... | isherman@chromium.org | 2014-02-08 | 1 | -2/+6 |
* | Move AutofillProfileSyncableService into the Autofill component. | blundell@chromium.org | 2014-01-16 | 4 | -1746/+1 |
* | [Autofill] Style cleanup: Use ASCIIToUTF16 rather than UTF8ToUTF16 in test code. | isherman@chromium.org | 2014-01-10 | 1 | -74/+73 |
* | Create signin component and componentize TokenWebData. | blundell@chromium.org | 2014-01-09 | 8 | -483/+21 |
* | [Autofill, Sync] Sync additional Autofill address fields for i18n. | isherman@chromium.org | 2014-01-09 | 2 | -27/+263 |
* | Revert of https://codereview.chromium.org/109783003/ | noamsml@chromium.org | 2014-01-08 | 8 | -21/+483 |
* | Create signin component and componentize TokenWebData. | blundell@chromium.org | 2014-01-08 | 8 | -483/+21 |
* | [Autofill] Style cleanup: Move AutofillProfileSyncableService into the autofi... | isherman@chromium.org | 2014-01-08 | 4 | -168/+161 |
* | Remove UTF string conversion functions from the global namespace. | avi@chromium.org | 2013-12-26 | 1 | -0/+1 |
* | Update some uses of UTF conversions in chrome/browser to use the base:: names... | avi@chromium.org | 2013-12-24 | 6 | -9/+14 |
* | Update some uses of Value in chrome/ to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 1 | -3/+3 |
* | Replace string16 with base::string16 in chrome/browser | brettw@chromium.org | 2013-12-12 | 3 | -5/+5 |
* | Convert string16 to base::string16 in chrome/browser | brettw@chromium.org | 2013-12-11 | 4 | -8/+9 |
* | Add UMA stats for when we show the profile corruption dialog. | rkc@chromium.org | 2013-12-11 | 1 | -4/+8 |
* | Eliminate AutofillWebDataService::FromBrowserContext(). | blundell@chromium.org | 2013-12-03 | 2 | -24/+29 |
* | Support extension search engines. | vasilii@chromium.org | 2013-10-28 | 1 | -1/+1 |
* | Functions that decoded ie7 structures to extract per-URL username and passwor... | mpawlowski@opera.com | 2013-10-11 | 2 | -2/+2 |
* | Abstract BrowserThread knowledge out of AutofillWebDataService. | blundell@chromium.org | 2013-10-07 | 1 | -4/+6 |
* | Remove a bad DEPS entry. | thestig@chromium.org | 2013-09-30 | 1 | -1/+0 |
* | sync: Add GetAllSyncData to sync/api | tim@chromium.org | 2013-09-05 | 1 | -0/+7 |
* | InstantExtended: Persist TemplateURL.new_tab_url. | jered@chromium.org | 2013-08-19 | 3 | -18/+46 |
* | Cleanup: Delete more dead Web Intents code. | thestig@chromium.org | 2013-08-13 | 1 | -47/+0 |
* | [Autofill] Distinguish between native field types and potentially HTML field ... | isherman@chromium.org | 2013-08-07 | 2 | -6/+6 |
* | Save image search URLs and post parameters of all search URLs into perf, web_... | jnd@chromium.org | 2013-07-31 | 3 | -10/+76 |
* | Adding operation to remove a specific token from TokenWebData DB | fgorski@chromium.org | 2013-07-31 | 5 | -6/+52 |
* | Use a direct include of the message_loop header in chrome/browser/, part 10. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | [Sync] Add support for sync Persistence Errors | zea@chromium.org | 2013-07-02 | 2 | -4/+8 |
* | chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1 | tfarina@chromium.org | 2013-07-02 | 4 | -4/+4 |
* | Use a direct include of time headers in chrome/browser/, part 9. | avi@chromium.org | 2013-06-28 | 4 | -4/+4 |
* | [Autofill] Sync Autofill profiles' origins. | isherman@chromium.org | 2013-06-21 | 3 | -123/+361 |
* | In components/autofill, move browser/ to core/browser/ | blundell@chromium.org | 2013-06-20 | 6 | -22/+22 |
* | Remove dependency of WebData on content | droger@chromium.org | 2013-06-17 | 3 | -5/+14 |
* | Adds RefCountedDeleteOnMessageLoop | droger@chromium.org | 2013-06-14 | 1 | -1/+2 |
* | Revert 205670 "Un-refcount AutofillWebData and TokenWebData" | raymes@chromium.org | 2013-06-12 | 5 | -37/+29 |
* | Un-refcount AutofillWebData and TokenWebData | caitkp@chromium.org | 2013-06-11 | 5 | -29/+37 |
* | Use a direct include of strings headers in chrome/browser/t*-w*/. | avi@chromium.org | 2013-06-10 | 4 | -4/+4 |
* | Revert 205038 "Un-refcount AutofillWebData and TokenWebData" | cpu@chromium.org | 2013-06-08 | 5 | -37/+29 |
* | Un-refcount AutofillWebData and TokenWebData | caitkp@chromium.org | 2013-06-08 | 5 | -29/+37 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. | avi@chromium.org | 2013-06-07 | 7 | -7/+7 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-03 | 1 | -8/+8 |
* | Hang SyncableServices off AutofillBackend, since they are on the DB thread al... | caitkp@chromium.org | 2013-06-01 | 1 | -5/+5 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -1/+1 |
* | Split token-related methods from WebDataService | caitkp@chromium.org | 2013-05-27 | 7 | -80/+187 |
* | Make Autofill SyncableServices use a backend interface for DB work, rather th... | caitkp@chromium.org | 2013-05-24 | 5 | -50/+60 |