| Commit message (Expand) | Author | Age | Files | Lines |
* | [Autofill] Rename AutofillProfile::{Get,Set}MultiInfo to {Get,Set}RawMultiInfo | isherman@chromium.org | 2012-11-29 | 1 | -16/+16 |
* | [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfo | isherman@chromium.org | 2012-11-10 | 1 | -43/+43 |
* | Move forms/ out of webkit/. | blundell@chromium.org | 2012-10-05 | 1 | -10/+10 |
* | Refactor BrowsingDataRemover creation for clarity. | mkwst@chromium.org | 2012-09-04 | 1 | -4/+4 |
* | Move guid generation from chrome/common/ to base/. | marja@chromium.org | 2012-06-14 | 1 | -15/+15 |
* | Added parameter 'clear_bound_vars', so we could reset the statement without c... | michaelbai@chromium.org | 2012-04-25 | 1 | -1/+1 |
* | Add probability of culling if sync is enabled to https://chromiumcodereview.a... | georgey@chromium.org | 2012-04-05 | 1 | -16/+121 |
* | Revert 129097 - Cull autofill entries older than 60 days. | isherman@chromium.org | 2012-03-27 | 1 | -121/+16 |
* | Cull autofill entries older than 60 days. | georgey@chromium.org | 2012-03-27 | 1 | -16/+121 |
* | Don't return early from GetAllAutofillEntries. | gbillock@chromium.org | 2012-01-27 | 1 | -3/+0 |
* | Removed deprecated AutofillProfile::Compare, renamed CompareMulti to Compare,... | georgey@chromium.org | 2012-01-23 | 1 | -2/+2 |
* | Update webdata files to take advantage of DLOG(FATAL) in | gbillock@chromium.org | 2011-12-22 | 1 | -328/+96 |
* | Group forms-related files in webkit/glue in a forms/ subdirectory. | isherman@chromium.org | 2011-12-15 | 1 | -2/+2 |
* | Cull the data in autofill profile, before sending it to the sync (culling alr... | georgey@chromium.org | 2011-10-14 | 1 | -5/+4 |
* | Move the AutofillTable constructor and destructor to be out-of-line | isherman@chromium.org | 2011-10-12 | 1 | -0/+8 |
* | Autofill: Remove fax number completely. | jhawkins@chromium.org | 2011-09-17 | 1 | -65/+14 |
* | Web Intents: Hook up the register intent InfoBar with the WebIntentsRegistry. | jhawkins@chromium.org | 2011-08-11 | 1 | -19/+18 |
* | Consolidate Autofill possible type detection code, and enforce greater match ... | isherman@chromium.org | 2011-07-22 | 1 | -4/+2 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | FTP: split the directory listing parser test and re-enable it on TSan bots | phajdan.jr@chromium.org | 2011-05-06 | 1 | -3/+4 |
* | Sync: Delete Autofill profiles through [Clear saved Autofill form data] does ... | dhollowa@chromium.org | 2011-04-13 | 1 | -2/+38 |
* | Revert 81421 - Looks to have broken unittest, see http://chromegw.corp.google... | dhollowa@chromium.org | 2011-04-13 | 1 | -1/+1 |
* | Looks to have broken unittest, see http://chromegw.corp.google.com/i/chromium... | siggi@chromium.org | 2011-04-13 | 1 | -1/+1 |
* | Autofill extend profiles to include multi-valued fields, part 6 (Aggregation) | dhollowa@chromium.org | 2011-04-13 | 1 | -1/+1 |
* | Move migration code out of WebDatabase and into table-specific classes. | andybons@chromium.org | 2011-04-05 | 1 | -16/+993 |
* | Fix clang warnings/errors by un-inlining virtual methods. | andybons@chromium.org | 2011-03-30 | 1 | -0/+4 |
* | Split out Keywords and Autofill logic from WebDatabase. | andybons@chromium.org | 2011-03-30 | 1 | -0/+1146 |