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