summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_database_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add autofill Change Processor and Model Associatorzork@google.com2010-03-011-0/+18
* Implement WebDatabase::UpdateAutofillEntries()skrul@chromium.org2010-02-251-32/+183
* Landing this patch on behalf of Mark Hahnenberg <mhahnenb(at)gmail.com>skrul@chromium.org2010-02-231-44/+175
* Fix recently added FormField constructors that I missed in the last commit.jhawkins@chromium.org2010-02-111-4/+8
* Reland r38570. The underlying bug has been fix.jhawkins@chromium.org2010-02-111-16/+33
* Added the GetAllAutofillEntries function to the WebDatabase class in preparat...skrul@chromium.org2010-02-101-0/+68
* Revert "Move conditions of FormFields creation to FormFieldHistoryManager;tony@chromium.org2010-02-101-33/+16
* Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d...jhawkins@chromium.org2010-02-101-16/+33
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-4/+71
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-35/+1
* Implement initial support for saving and loading AutoFill profiles to the WebDB.jhawkins@chromium.org2010-01-201-1/+105
* Differentiate between ADD and CHANGED when adding new autofill entries.skrul@chromium.org2009-12-211-11/+60
* Changes Init to use ASSERT_EQ, rather than true.sky@chromium.org2009-12-181-1/+1
* Fixes two related bugs:sky@chromium.org2009-12-181-10/+10
* Return a list of changed from WebDatabase::RemoveFormElementsAddedBetween()skrul@chromium.org2009-12-171-10/+94
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-2/+2
* Add a label member to the FormField class. This member will hold the value o...jhawkins@chromium.org2009-11-231-12/+32
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-041-8/+20
* Remove the element_ member of FormField, as we don't use it and shouldn't be ...jhawkins@chromium.org2009-10-291-24/+12
* Break out FormFieldValues::Element into FormField, which will eventually hold...jhawkins@chromium.org2009-10-231-26/+30
* Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data;erg@google.com2009-10-221-1/+1
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...jhawkins@chromium.org2009-10-201-26/+31
* Convert some structures in webkit/glue to string16.darin@chromium.org2009-10-201-19/+20
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-161-29/+43
* Convert the sqlite cookie database and web database to use the new sqlitebrettw@chromium.org2009-09-151-11/+11
* Reland of r19131, this time with real Math:glen@chromium.org2009-06-301-6/+14
* Reverting 19131.glen@chromium.org2009-06-241-14/+6
* PNGDecoder wasn't multiplying the alpha like PNGEncoder was. This lead to colorglen@chromium.org2009-06-241-6/+14
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-0/+1
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-0/+1
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Deprecate wstring version of PathService::Get() in unit tests.thestig@chromium.org2009-05-041-15/+15
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* This CL ensures we don't store empty values in the autofill form DB.jcampan@chromium.org2009-02-111-0/+25
* 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
* Porting in browser/webdata and template_url.phajdan.jr@chromium.org2008-12-161-50/+46
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-041-1/+1
* New unit test for webdatabase functions that record form entries for autofill.petersont@google.com2008-11-141-0/+87
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add the ability to dynamically generate keywords. Mark the Google engine as ...pkasting@google.com2008-08-011-14/+19
* Add chrome to the repository.initial.commit2008-07-261-0/+587