summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata
Commit message (Expand)AuthorAgeFilesLines
* Autofill address and credit card data separately.isherman@chromium.org2010-10-262-5/+3
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-224-31/+78
* Don't DCHECK when clearing autofill data for EVERYTHING time period.isherman@chromium.org2010-10-222-1/+12
* WebDatabaseMigrationTest tests should load migration data from external filedhollowa@chromium.org2010-10-211-684/+58
* FBTF: Even more deinlining.erg@google.com2010-10-202-3/+11
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-207-53/+686
* Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat...isherman@chromium.org2010-10-195-25/+472
* Adds support for a separate url for instant results.sky@chromium.org2010-10-142-52/+230
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Rename ChromeThread to BrowserThread Final Part:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-123-3/+3
* Rename ChromeThread to BrowserThread Part3:tfarina@chromium.org2010-10-074-10/+10
* Fix transaction rollbacks in web_database migration codedhollowa@chromium.org2010-10-052-57/+73
* Makes TemplateURL::supports_instant persisted to the webdb.sky@chromium.org2010-10-042-9/+152
* Change NOTREACHED() to LOG(ERROR) when we cannot initializewtc@chromium.org2010-09-241-2/+2
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* DOMUI: Implement adding and editing credit cards in the AutoFill page.jhawkins@chromium.org2010-09-133-11/+338
* Lands http://codereview.chromium.org/3309007/show for jeanluc:sky@chromium.org2010-09-032-24/+147
* Migration unit tests to web database for missing images on the search ballotdhollowa@chromium.org2010-09-013-1/+453
* Fix web_database credit card table data migration. mirandac@chromium.org2010-09-012-26/+52
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-314-16/+23
* Fix credit card table migration step by ensuring that we're not trying to add...mirandac@chromium.org2010-08-302-18/+25
* Address feedback regarding r57641.levin@chromium.org2010-08-271-10/+4
* Need to ensure that the autogenerated keyword is generated on the UI thread.levin@chromium.org2010-08-271-0/+12
* Spelling correction: "nonexistant" -> "nonexistent".viettrungluu@chromium.org2010-08-221-2/+2
* FBTF: Remove a few SkBitmap instances (and other headers that were next to th...erg@google.com2010-08-184-4/+14
* Ensure that logos are always shown in search engine dialog when available.mirandac@chromium.org2010-08-172-11/+40
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-2/+0
* Add token serialization to token_service.chron@chromium.org2010-08-125-1/+267
* Autocomplete entries submitted are limited in number.dhollowa@chromium.org2010-08-113-0/+57
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-032-0/+2
* Fix wrong use of substr in autofill fix for bug 49172inferno@chromium.org2010-08-021-1/+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
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-265-0/+5
* AutoFill: Limit the size of form field data allowed to be saved in WebData as ajhawkins@chromium.org2010-07-211-204/+219
* AutoFill Prefs dialog on Mac should list derived labels for profiles, not sum...dhollowa@chromium.org2010-07-191-1/+3
* AutoFill credit cards should be encrypted on the Macdhollowa@chromium.org2010-07-162-6/+10
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-012-25/+8
* Change a bunch of string types.estade@chromium.org2010-06-292-8/+8
* Cleanup: Remove some unneeded WebKit headers.thestig@chromium.org2010-06-182-2/+0
* Add migration cleanup for autofill bug 38364.nick@chromium.org2010-06-151-1/+61
* Putting this back in since it didn't solve the failures.thomasvl@chromium.org2010-06-081-1/+1
* Backing this out to see if it fixes the failures on the two windows bots (lan...thomasvl@chromium.org2010-06-081-1/+1
* AutoFill: Don't save credit card numbers from Autocomplete to the WebDB.jhawkins@chromium.org2010-06-071-1/+1
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-6/+6
* Use sql::Statement::BindString16 in a bunch of places to get rid of UTF16ToUT...tfarina@chromium.org2010-06-031-90/+90
* [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacementphajdan.jr@chromium.org2010-06-011-8/+11
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-142-27/+54
* Add integration test for autofill profiles.skrul@chromium.org2010-05-053-13/+11