summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/AutoFillProfileDatabase.java
Commit message (Collapse)AuthorAgeFilesLines
* Implement the "Delete Profile" button in the AutoFill editor.Ben Murdoch2010-10-291-0/+6
| | | | | | | Sync a null profile to BrowserSettings and remove the current profile data from the editor UI and database. Change-Id: I9ee911640882841b500914be5c381f686bc20e81
* Full profile editor and syncing with WebSettings.Ben Murdoch2010-10-141-10/+56
| | | | | | | Add all fields to the AutoFill profile editor and sync them over to WebSettings through BrowserSettings. Change-Id: I5eb69ba802571d2261ea11851bdf1b515ca8fb8c
* Sync Autofill profile data native sideBen Murdoch2010-10-131-2/+3
| | | | | | | | | When the user adds or edits the AutoFill profile, sync that data to the native WebKit code through the BrowserSettings object. Also sync the profile data on startup if it is available. Change-Id: I6146a842cb765f8ed91c109537038baad6b547fb
* AutoFill Profile editor UI initial checkinBen Murdoch2010-10-061-0/+101
Make a start on a simple AutoFill profile editor so that we can get rid of the default John Smith profile we've been using for testing. This CL also moves the autofill settings from the Privacy Preferences page to the Personal Preferences page. Note that this is just the profile editor in the Browser and although the data entered is persisted to disk, it is not yet synced with the native AutoFill code so for now we continue to use the canned profile native side. Change-Id: Ie609c5f25fffc914267605efdb10444379c29388