summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_database_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Split out the rest of the tables within WebDatabase.andybons@chromium.org2011-04-011-1893/+0
* Split out Keywords and Autofill logic from WebDatabase.andybons@chromium.org2011-03-301-1728/+2
* Autofill extend profiles to include multi-valued fields, part 3.dhollowa@chromium.org2011-03-281-17/+268
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-15/+15
* Autofill database migration to clean up bogus profiles.dhollowa@chromium.org2011-03-171-87/+222
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-111/+111
* fav icon -> favicon. Pass 6: GetFavIcon* -> GetFavicon*avi@chromium.org2011-03-151-3/+3
* fav icon -> favicon. Pass 4: SetFavIcon* -> SetFavicon*avi@chromium.org2011-03-151-2/+2
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-39/+39
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-114/+114
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Chrome crashes on migration of Autofill data with country "UK" round 2dhollowa@chromium.org2011-03-021-1/+60
* Autofill i18n: Set postal code and state field labels based on the selected c...isherman@chromium.org2011-02-251-33/+74
* Autofill extend profiles to include multi-valued fields.dhollowa@chromium.org2011-02-231-42/+397
* Revert 75710 - Autofill extend profiles to include multi-valued fields.dhollowa@chromium.org2011-02-231-397/+42
* Autofill extend profiles to include multi-valued fields.dhollowa@chromium.org2011-02-231-42/+397
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-91/+27
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-8/+8
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-8/+8
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-8/+8
* Move GUID utils to src/chrome/common.sergeyu@chromium.org2010-12-151-1/+1
* Don't re-save autofill profiles to the web database if they haven't changed.isherman@chromium.org2010-12-071-0/+162
* Revert 68358 - Don't re-save autofill profiles to the web database if they ha...isherman@chromium.org2010-12-061-162/+0
* Don't re-save autofill profiles to the web database if they haven't changed.isherman@chromium.org2010-12-061-0/+162
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-36/+66
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-112/+356
* Autofill address and credit card data separately.isherman@chromium.org2010-10-261-3/+0
* Don't DCHECK when clearing autofill data for EVERYTHING time period.isherman@chromium.org2010-10-221-0/+12
* WebDatabaseMigrationTest tests should load migration data from external filedhollowa@chromium.org2010-10-211-684/+58
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-201-21/+235
* Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat...isherman@chromium.org2010-10-191-5/+287
* Adds support for a separate url for instant results.sky@chromium.org2010-10-141-27/+152
* Makes TemplateURL::supports_instant persisted to the webdb.sky@chromium.org2010-10-041-1/+121
* DOMUI: Implement adding and editing credit cards in the AutoFill page.jhawkins@chromium.org2010-09-131-4/+218
* Lands http://codereview.chromium.org/3309007/show for jeanluc:sky@chromium.org2010-09-031-2/+112
* Migration unit tests to web database for missing images on the search ballotdhollowa@chromium.org2010-09-011-0/+449
* Ensure that logos are always shown in search engine dialog when available.mirandac@chromium.org2010-08-171-0/+10
* Add token serialization to token_service.chron@chromium.org2010-08-121-0/+60
* Autocomplete entries submitted are limited in number.dhollowa@chromium.org2010-08-111-0/+47
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-1/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+2
* AutoFill credit cards should be encrypted on the Macdhollowa@chromium.org2010-07-161-0/+4
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-6/+0
* Change a bunch of string types.estade@chromium.org2010-06-291-4/+4
* Cleanup: Remove some unneeded WebKit headers.thestig@chromium.org2010-06-181-1/+0
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-26/+52
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-271-52/+26
* AutoFill: Implement set_whole_number and use it to load whole phone numbers f...jhawkins@chromium.org2010-03-171-2/+5