summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_database.cc
Commit message (Expand)AuthorAgeFilesLines
* Add migration cleanup for autofill bug 38364.nick@chromium.org2010-06-151-1/+61
* Use sql::Statement::BindString16 in a bunch of places to get rid of UTF16ToUT...tfarina@chromium.org2010-06-031-90/+90
* AutoFill crash in CreditCard::SetInfo().dhollowa@chromium.org2010-04-271-40/+41
* Encrypt credit card number in storage.georgey@chromium.org2010-04-191-16/+85
* Fixes for several bugs including #41196 on Windows, and #38364 (all systems)georgey@chromium.org2010-04-131-25/+25
* Changes to web database and autofill components requiredtim@chromium.org2010-04-021-0/+35
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* AutoFill: Implement set_whole_number and use it to load whole phone numbers f...jhawkins@chromium.org2010-03-171-2/+2
* Add autofill Change Processor and Model Associatorzork@google.com2010-03-011-0/+29
* Implement WebDatabase::UpdateAutofillEntries()skrul@chromium.org2010-02-251-0/+60
* Fix mac builder bustageskrul@chromium.org2010-02-231-2/+2
* Landing this patch on behalf of Mark Hahnenberg <mhahnenb(at)gmail.com>skrul@chromium.org2010-02-231-4/+42
* Added the GetAllAutofillEntries function to the WebDatabase class in preparat...skrul@chromium.org2010-02-101-0/+18
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-1/+175
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-33/+57
* Implement initial support for saving and loading AutoFill profiles to the WebDB.jhawkins@chromium.org2010-01-201-2/+190
* Differentiate between ADD and CHANGED when adding new autofill entries.skrul@chromium.org2009-12-211-7/+21
* Fixes two related bugs:sky@chromium.org2009-12-181-7/+7
* Return a list of changed from WebDatabase::RemoveFormElementsAddedBetween()skrul@chromium.org2009-12-171-15/+48
* linux: remove a NOTIMPL since we have a bug on itevan@chromium.org2009-12-091-1/+2
* Remove some #includes where possible.pkasting@chromium.org2009-10-231-6/+1
* Break out FormFieldValues::Element into FormField, which will eventually hold...jhawkins@chromium.org2009-10-231-11/+11
* Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data;erg@google.com2009-10-221-4/+3
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...jhawkins@chromium.org2009-10-201-8/+9
* Convert some structures in webkit/glue to string16.darin@chromium.org2009-10-201-20/+18
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-161-17/+16
* Move the sqlite error handler to a single locationcpu@chromium.org2009-10-151-0/+4
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-4/+3
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-1/+1
* Convert the sqlite cookie database and web database to use the new sqlitebrettw@chromium.org2009-09-151-473/+416
* posix: remove unused ie7_logins database tableevan@chromium.org2009-08-041-1/+8
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-0/+2
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-0/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Add dummy encryptor implementations for mac and linux.thestig@chromium.org2009-04-091-13/+4
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-251-8/+8
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-201-3/+23
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+2
* Convert encryptor.cc and friends to string16.thestig@chromium.org2009-03-021-9/+13
* Remove the executable bit from a bunch of files that shouldn't have had it.evan@chromium.org2009-02-121-0/+0
* Bring history.cc and dependents into the build.evan@chromium.org2009-02-111-1/+1
* This CL ensures we don't store empty values in the autofill form DB.jcampan@chromium.org2009-02-111-12/+50
* Revert basically everything I've done today as it fails mysteriouslyevan@chromium.org2009-02-101-1/+1
* Bring a bunch more headers into the non-Windows build:evan@chromium.org2009-02-101-1/+1
* Correct sqlite wrapper behavior on systems where wchar_t is UTF-32,phajdan.jr@chromium.org2009-01-301-11/+11
* Porting profiles to the Mac.avi@chromium.org2009-01-281-2/+15
* Add a PNGEncoder helper function that takes an SkBitmap,nick@chromium.org2009-01-231-5/+1
* Move search code to a subdirben@chromium.org2009-01-161-1/+1
* Fie.ben@chromium.org2009-01-151-1/+1
* Move search engines files into subdirben@chromium.org2009-01-151-1/+1