| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 116512 - SwitchTabAndHideAutofillPopup failing linux chromeos bot. | kkania@chromium.org | 2012-01-05 | 1 | -12/+10 |
* | First pass for new GTK Autofill popup. | csharp@chromium.org | 2012-01-05 | 1 | -10/+12 |
* | Group forms-related files in webkit/glue in a forms/ subdirectory. | isherman@chromium.org | 2011-12-15 | 1 | -16/+16 |
* | Moving AutofillAgent Logic into Browser | csharp@chromium.org | 2011-11-22 | 1 | -8/+16 |
* | Setting up external delegate calls to allow a future delegate to handle autofill | csharp@chromium.org | 2011-11-17 | 1 | -5/+12 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Move some Autofill processing logic on form submit to a background thread. | isherman@chromium.org | 2011-11-01 | 1 | -73/+88 |
* | External autofill delegates. | jrg@chromium.org | 2011-10-29 | 1 | -0/+69 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | Don't pass around ScopedVectors(), prefer passing std::vector instead. | isherman@chromium.org | 2011-10-21 | 1 | -4/+4 |
* | Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector... | maruel@chromium.org | 2011-10-21 | 1 | -4/+4 |
* | Don't pass around ScopedVectors(), prefer passing std::vector instead. | isherman@chromium.org | 2011-10-21 | 1 | -4/+4 |
* | Eschew Autofill crash if requested variant is unavailable for filling. | isherman@chromium.org | 2011-10-19 | 1 | -3/+24 |
* | When Autofilling a non-default variant for a multi-valued profile field, use ... | isherman@chromium.org | 2011-10-07 | 1 | -73/+105 |
* | Profile shouldn't own PersonalDataManager | dhollowa@chromium.org | 2011-09-23 | 1 | -27/+36 |
* | Autofill: Remove fax number completely. | jhawkins@chromium.org | 2011-09-17 | 1 | -29/+22 |
* | Add Autofill support for dynamically updated forms (updated via JavaScript). | isherman@chromium.org | 2011-09-07 | 1 | -2/+2 |
* | Add metrics to measure time elapsed between form load and form submission wit... | isherman@chromium.org | 2011-09-02 | 1 | -2/+3 |
* | Add preliminary support for the autocompletetype atttribute for phone/fax pre... | isherman@chromium.org | 2011-08-23 | 1 | -53/+108 |
* | Add preliminary Autofill support for 'autocompletetype' sections. | isherman@chromium.org | 2011-08-12 | 1 | -1/+160 |
* | Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:... | isherman@chromium.org | 2011-08-09 | 1 | -51/+47 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Removal of Profile from content part 5. | avi@chromium.org | 2011-08-01 | 1 | -2/+0 |
* | Show all multi-valued suggestions for the initiating field for Autofill | isherman@chromium.org | 2011-07-25 | 1 | -25/+65 |
* | Consolidate Autofill possible type detection code, and enforce greater match ... | isherman@chromium.org | 2011-07-22 | 1 | -0/+294 |
* | Don't save default form field values for Autofill | isherman@chromium.org | 2011-07-22 | 1 | -0/+41 |
* | Multiprofile: Remove AllSources() usage on CONTENT_SETTINGS_CHANGED. | erg@chromium.org | 2011-06-28 | 1 | -1/+7 |
* | Improved performance on some phone-related functions by 8x (1251ms on average... | georgey@chromium.org | 2011-06-14 | 1 | -1/+49 |
* | Ensure that the Autofill form signature remains consistent between query and ... | isherman@chromium.org | 2011-06-02 | 1 | -1/+35 |
* | Last major phone library change for M13 | georgey@chromium.org | 2011-05-27 | 1 | -0/+51 |
* | Autofill phone number enhancements and integration of Phone Number Util Libra... | georgey@chromium.org | 2011-05-23 | 1 | -10/+7 |
* | Move the little infobar code from TabContents to TabContentsWrapper. | jam@chromium.org | 2011-05-18 | 1 | -2/+2 |
* | Fix compile due to bad merge | isherman@chromium.org | 2011-04-13 | 1 | -2/+3 |
* | Use server types as well as heuristic types when learning Autofill data. | isherman@chromium.org | 2011-04-13 | 1 | -0/+65 |
* | Only strip separators from credit card numbers when implicitly learning or fi... | isherman@chromium.org | 2011-04-11 | 1 | -1/+1 |
* | Autofill extend profiles to include multi-valued fields, part 5 (Filling) | dhollowa@chromium.org | 2011-04-08 | 1 | -46/+161 |
* | Revert 80934 - Autofill extend profiles to include multi-valued fields, part ... | dhollowa@chromium.org | 2011-04-08 | 1 | -158/+41 |
* | Autofill extend profiles to include multi-valued fields, part 5 (Filling) | dhollowa@chromium.org | 2011-04-08 | 1 | -41/+158 |
* | Don't try to de-dup Autofill credit card suggestions. | isherman@chromium.org | 2011-04-08 | 1 | -0/+67 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Get rid of references to Autocomplete from src\content, specifically from Tab... | dhollowa@chromium.org | 2011-03-23 | 1 | -6/+6 |
* | autofill: Rename all the entries remaining with AutoFill to Autofill. | tfarina@chromium.org | 2011-03-21 | 1 | -109/+109 |
* | Reenable implicit learning of Autofill data. | isherman@chromium.org | 2011-03-19 | 1 | -3/+30 |
* | Autofill rename GetFieldText to GetInfo | dhollowa@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Reduce boxing and unboxing of AutofillFieldType | isherman@chromium.org | 2011-03-17 | 1 | -4/+3 |
* | Don't rely on email fields to detect section breaks for autofill. | isherman@chromium.org | 2011-03-16 | 1 | -0/+31 |
* | autofill: Rename AutoFillProfile to AutofillProfile. | tfarina@chromium.org | 2011-03-10 | 1 | -16/+16 |
* | Autofill extend profiles to include multi-valued fields, part 2. | dhollowa@chromium.org | 2011-03-09 | 1 | -3/+4 |
* | Make FormField be a struct rather than a class per c++ standards. | tsepez@chromium.org | 2011-03-08 | 1 | -18/+18 |
* | Revert 77296 - | zea@chromium.org | 2011-03-08 | 1 | -18/+18 |