summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata
Commit message (Expand)AuthorAgeFilesLines
* Fix AutoFillProfile leaks in WebDataService.tim@chromium.org2010-04-021-9/+14
* Changes to web database and autofill components requiredtim@chromium.org2010-04-025-46/+119
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-272-54/+27
* Hook autofill++ WebDatabase changes up to the NotificationService.tim@chromium.org2010-03-274-29/+261
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* AutoFill: Implement set_whole_number and use it to load whole phone numbers f...jhawkins@chromium.org2010-03-172-4/+7
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-1/+1
* More code cleanups found by -Wextra.evan@chromium.org2010-03-091-1/+1
* Unit test for autofill sync.skrul@chromium.org2010-03-022-9/+9
* Add autofill Change Processor and Model Associatorzork@google.com2010-03-018-61/+212
* Implement WebDatabase::UpdateAutofillEntries()skrul@chromium.org2010-02-254-37/+270
* Fix mac builder bustageskrul@chromium.org2010-02-231-2/+2
* Landing this patch on behalf of Mark Hahnenberg <mhahnenb(at)gmail.com>skrul@chromium.org2010-02-234-50/+230
* 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-112-17/+39
* Added the GetAllAutofillEntries function to the WebDatabase class in preparat...skrul@chromium.org2010-02-105-0/+96
* Revert "Move conditions of FormFields creation to FormFieldHistoryManager;tony@chromium.org2010-02-102-39/+17
* Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d...jhawkins@chromium.org2010-02-102-17/+39
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-255-39/+383
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-245-90/+134
* Hook up AutoFill profile DB handling in WebDataService.jhawkins@chromium.org2010-01-202-8/+123
* Implement initial support for saving and loading AutoFill profiles to the WebDB.jhawkins@chromium.org2010-01-203-7/+314
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-6/+3
* Fix leak from cl 524003 (Change WDS to use the DB thread...)skrul@chromium.org2010-01-043-43/+21
* Revert 35339 - Change WDS to use the DB thread rather than its own thread.michaeln@google.com2009-12-293-21/+43
* Change WDS to use the DB thread rather than its own thread.skrul@chromium.org2009-12-293-43/+21
* Differentiate between ADD and CHANGED when adding new autofill entries.skrul@chromium.org2009-12-214-34/+97
* Bring the remove notifications up from the WebDatabase to the WebDataService.skrul@chromium.org2009-12-182-31/+75
* Changes Init to use ASSERT_EQ, rather than true.sky@chromium.org2009-12-181-1/+1
* Fixes two related bugs:sky@chromium.org2009-12-185-25/+55
* Return a list of changed from WebDatabase::RemoveFormElementsAddedBetween()skrul@chromium.org2009-12-178-39/+186
* Send notifications when single items are removed from autofill.skrul@chromium.org2009-12-164-22/+108
* Add details to autofill add notificationskrul@chromium.org2009-12-164-39/+129
* linux: remove a NOTIMPL since we have a bug on itevan@chromium.org2009-12-091-1/+2
* Add notification for autofill changes.skrul@chromium.org2009-12-073-2/+48
* Add the beginnings of a unit test for the autofill features of the WebDataSer...skrul@chromium.org2009-12-011-0/+91
* 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
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-1/+3
* 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
* Add functions to purge the Web Database memory and get the service without cr...pkasting@chromium.org2009-10-232-13/+54
* Remove some #includes where possible.pkasting@chromium.org2009-10-235-30/+22
* Break out FormFieldValues::Element into FormField, which will eventually hold...jhawkins@chromium.org2009-10-235-59/+56
* Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data;erg@google.com2009-10-222-5/+4
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...jhawkins@chromium.org2009-10-205-59/+65
* Convert some structures in webkit/glue to string16.darin@chromium.org2009-10-202-39/+38
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-165-68/+81
* Move the sqlite error handler to a single locationcpu@chromium.org2009-10-151-0/+4
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-4/+3