summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_database.h
Commit message (Expand)AuthorAgeFilesLines
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-4/+6
* Include-what-you-use - web_database.h does not include headers for every sing...groby@chromium.org2011-07-291-6/+7
* First implementation of web intents table.groby@chromium.org2011-07-271-0/+3
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-3/+3
* Split out the rest of the tables within WebDatabase.andybons@chromium.org2011-04-011-122/+13
* Split out Keywords and Autofill logic from WebDatabase.andybons@chromium.org2011-03-301-237/+22
* Autofill extend profiles to include multi-valued fields, part 3.dhollowa@chromium.org2011-03-281-0/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-2/+2
* Autofill database migration to clean up bogus profiles.dhollowa@chromium.org2011-03-171-0/+23
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-14/+14
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-1/+1
* Revert 77296 - zea@chromium.org2011-03-081-1/+1
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-1/+1
* Autofill extend profiles to include multi-valued fields.dhollowa@chromium.org2011-02-231-0/+3
* Revert 75710 - Autofill extend profiles to include multi-valued fields.dhollowa@chromium.org2011-02-231-3/+0
* Autofill extend profiles to include multi-valued fields.dhollowa@chromium.org2011-02-231-0/+3
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-17/+3
* Initialized pair_id variable to 0.avi@chromium.org2011-01-191-1/+2
* Don't re-save autofill profiles to the web database if they haven't changed.isherman@chromium.org2010-12-071-0/+2
* Revert 68358 - Don't re-save autofill profiles to the web database if they ha...isherman@chromium.org2010-12-061-2/+0
* Don't re-save autofill profiles to the web database if they haven't changed.isherman@chromium.org2010-12-061-0/+2
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-22/+0
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-201-1/+29
* Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat...isherman@chromium.org2010-10-191-0/+10
* Fix transaction rollbacks in web_database migration codedhollowa@chromium.org2010-10-051-1/+3
* DOMUI: Implement adding and editing credit cards in the AutoFill page.jhawkins@chromium.org2010-09-131-3/+3
* Migration unit tests to web database for missing images on the search ballotdhollowa@chromium.org2010-09-011-0/+1
* Fix web_database credit card table data migration. mirandac@chromium.org2010-09-011-3/+2
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-311-2/+5
* Fix credit card table migration step by ensuring that we're not trying to add...mirandac@chromium.org2010-08-301-2/+3
* FBTF: Remove a few SkBitmap instances (and other headers that were next to th...erg@google.com2010-08-181-2/+2
* Add token serialization to token_service.chron@chromium.org2010-08-121-0/+21
* Autocomplete entries submitted are limited in number.dhollowa@chromium.org2010-08-111-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacementphajdan.jr@chromium.org2010-06-011-8/+11
* AutoFill crash in CreditCard::SetInfo().dhollowa@chromium.org2010-04-271-12/+14
* Changes to web database and autofill components requiredtim@chromium.org2010-04-021-5/+11
* Unit test for autofill sync.skrul@chromium.org2010-03-021-5/+5
* Add autofill Change Processor and Model Associatorzork@google.com2010-03-011-0/+9
* Implement WebDatabase::UpdateAutofillEntries()skrul@chromium.org2010-02-251-3/+12
* Landing this patch on behalf of Mark Hahnenberg <mhahnenb(at)gmail.com>skrul@chromium.org2010-02-231-1/+4
* Added the GetAllAutofillEntries function to the WebDatabase class in preparat...skrul@chromium.org2010-02-101-0/+4
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-0/+19
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-2/+6
* Implement initial support for saving and loading AutoFill profiles to the WebDB.jhawkins@chromium.org2010-01-201-4/+19
* Differentiate between ADD and CHANGED when adding new autofill entries.skrul@chromium.org2009-12-211-6/+14
* Fixes two related bugs:sky@chromium.org2009-12-181-2/+3
* Return a list of changed from WebDatabase::RemoveFormElementsAddedBetween()skrul@chromium.org2009-12-171-7/+21
* Remove some #includes where possible.pkasting@chromium.org2009-10-231-2/+0