| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement WebDatabase::UpdateAutofillEntries() | skrul@chromium.org | 2010-02-25 | 4 | -37/+270 |
* | Fix mac builder bustage | skrul@chromium.org | 2010-02-23 | 1 | -2/+2 |
* | Landing this patch on behalf of Mark Hahnenberg <mhahnenb(at)gmail.com> | skrul@chromium.org | 2010-02-23 | 4 | -50/+230 |
* | Fix recently added FormField constructors that I missed in the last commit. | jhawkins@chromium.org | 2010-02-11 | 1 | -4/+8 |
* | Reland r38570. The underlying bug has been fix. | jhawkins@chromium.org | 2010-02-11 | 2 | -17/+39 |
* | Added the GetAllAutofillEntries function to the WebDatabase class in preparat... | skrul@chromium.org | 2010-02-10 | 5 | -0/+96 |
* | Revert "Move conditions of FormFields creation to FormFieldHistoryManager; | tony@chromium.org | 2010-02-10 | 2 | -39/+17 |
* | Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d... | jhawkins@chromium.org | 2010-02-10 | 2 | -17/+39 |
* | Implement adding, updating and removing credit cards from the web database th... | jhawkins@chromium.org | 2010-01-25 | 5 | -39/+383 |
* | Add the ability to save and remove AutoFill profiles from the AutoFillDialog. | jhawkins@chromium.org | 2010-01-24 | 5 | -90/+134 |
* | Hook up AutoFill profile DB handling in WebDataService. | jhawkins@chromium.org | 2010-01-20 | 2 | -8/+123 |
* | Implement initial support for saving and loading AutoFill profiles to the WebDB. | jhawkins@chromium.org | 2010-01-20 | 3 | -7/+314 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -6/+3 |
* | Fix leak from cl 524003 (Change WDS to use the DB thread...) | skrul@chromium.org | 2010-01-04 | 3 | -43/+21 |
* | Revert 35339 - Change WDS to use the DB thread rather than its own thread. | michaeln@google.com | 2009-12-29 | 3 | -21/+43 |
* | Change WDS to use the DB thread rather than its own thread. | skrul@chromium.org | 2009-12-29 | 3 | -43/+21 |
* | Differentiate between ADD and CHANGED when adding new autofill entries. | skrul@chromium.org | 2009-12-21 | 4 | -34/+97 |
* | Bring the remove notifications up from the WebDatabase to the WebDataService. | skrul@chromium.org | 2009-12-18 | 2 | -31/+75 |
* | Changes Init to use ASSERT_EQ, rather than true. | sky@chromium.org | 2009-12-18 | 1 | -1/+1 |
* | Fixes two related bugs: | sky@chromium.org | 2009-12-18 | 5 | -25/+55 |
* | Return a list of changed from WebDatabase::RemoveFormElementsAddedBetween() | skrul@chromium.org | 2009-12-17 | 8 | -39/+186 |
* | Send notifications when single items are removed from autofill. | skrul@chromium.org | 2009-12-16 | 4 | -22/+108 |
* | Add details to autofill add notification | skrul@chromium.org | 2009-12-16 | 4 | -39/+129 |
* | linux: remove a NOTIMPL since we have a bug on it | evan@chromium.org | 2009-12-09 | 1 | -1/+2 |
* | Add notification for autofill changes. | skrul@chromium.org | 2009-12-07 | 3 | -2/+48 |
* | Add the beginnings of a unit test for the autofill features of the WebDataSer... | skrul@chromium.org | 2009-12-01 | 1 | -0/+91 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 1 | -2/+2 |
* | Add a label member to the FormField class. This member will hold the value o... | jhawkins@chromium.org | 2009-11-23 | 1 | -12/+32 |
* | Ninth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-07 | 1 | -1/+3 |
* | Implement FormStructure and an initial method, EncodeUploadRequest. This als... | jhawkins@chromium.org | 2009-11-04 | 1 | -8/+20 |
* | Remove the element_ member of FormField, as we don't use it and shouldn't be ... | jhawkins@chromium.org | 2009-10-29 | 1 | -24/+12 |
* | Add functions to purge the Web Database memory and get the service without cr... | pkasting@chromium.org | 2009-10-23 | 2 | -13/+54 |
* | Remove some #includes where possible. | pkasting@chromium.org | 2009-10-23 | 5 | -30/+22 |
* | Break out FormFieldValues::Element into FormField, which will eventually hold... | jhawkins@chromium.org | 2009-10-23 | 5 | -59/+56 |
* | Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data; | erg@google.com | 2009-10-22 | 2 | -5/+4 |
* | Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d... | jhawkins@chromium.org | 2009-10-20 | 5 | -59/+65 |
* | Convert some structures in webkit/glue to string16. | darin@chromium.org | 2009-10-20 | 2 | -39/+38 |
* | Move autofill related WebView{Delegate} methods into the WebKit API. | darin@chromium.org | 2009-10-16 | 5 | -68/+81 |
* | Move the sqlite error handler to a single location | cpu@chromium.org | 2009-10-15 | 1 | -0/+4 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -4/+3 |
* | Convert history to use new sql wrappers. Enhance wrappers in several ways to | brettw@chromium.org | 2009-10-02 | 2 | -3/+1 |
* | Convert the sqlite cookie database and web database to use the new sqlite | brettw@chromium.org | 2009-09-15 | 5 | -543/+484 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -8/+5 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -5/+8 |
* | Cleaning up lines longer than 80 chars under src/chrome/browser. | mark@chromium.org | 2009-08-17 | 1 | -1/+3 |
* | posix: remove unused ie7_logins database table | evan@chromium.org | 2009-08-04 | 1 | -1/+8 |
* | Change GetAllLogins to GetAllBlacklistLogins. | stuartmorgan@google.com | 2009-07-20 | 2 | -15/+26 |
* | Add the rest of the password manager API to PasswordStore, and move clients | stuartmorgan@chromium.org | 2009-07-10 | 1 | -0/+3 |
* | Reland of r19131, this time with real Math: | glen@chromium.org | 2009-06-30 | 1 | -6/+14 |
* | Reverting 19131. | glen@chromium.org | 2009-06-24 | 1 | -14/+6 |