| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed deprecated AutofillProfile::Compare, renamed CompareMulti to Compare,... | georgey@chromium.org | 2012-01-23 | 1 | -8/+8 |
* | Group forms-related files in webkit/glue in a forms/ subdirectory. | isherman@chromium.org | 2011-12-15 | 1 | -21/+21 |
* | Removing MessageLoop::QuitTask() from chrome/ | dcheng@chromium.org | 2011-12-10 | 1 | -1/+1 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -3/+3 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -6/+6 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | [Mac] Autofill: Avoid aggregating duplicates of AddressBook profiles | isherman@chromium.org | 2011-10-05 | 1 | -0/+58 |
* | Move a bunch of non-shared methods out of the FormGroup class. | isherman@chromium.org | 2011-10-05 | 1 | -1/+1 |
* | Don't show the "Save credit card for Autofill?" infobar unnecessarily. | isherman@chromium.org | 2011-10-04 | 1 | -10/+62 |
* | Autofill should prompt to save credit card info even when no name is present ... | isherman@chromium.org | 2011-09-27 | 1 | -2/+2 |
* | Profile shouldn't own PersonalDataManager | dhollowa@chromium.org | 2011-09-23 | 1 | -6/+5 |
* | Autofill: Remove fax number completely. | jhawkins@chromium.org | 2011-09-17 | 1 | -38/+27 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -1/+0 |
* | Autofill: Use case-insensitive comparison when merging values in multi-valued... | jhawkins@chromium.org | 2011-08-15 | 1 | -0/+98 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | autofill: Refactor PersonalDataManager::Observer into its own header file. | tfarina@chromium.org | 2011-08-08 | 1 | -1/+2 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Don't learn credit cards for Autofill if they are missing any data. | isherman@chromium.org | 2011-07-22 | 1 | -38/+47 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Autofill phone number enhancements and integration of Phone Number Util Libra... | georgey@chromium.org | 2011-05-23 | 1 | -8/+9 |
* | Autofill PersonalDataManager should eliminate batch updates | dhollowa@chromium.org | 2011-05-11 | 1 | -348/+190 |
* | autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy... | tfarina@chromium.org | 2011-05-09 | 1 | -76/+76 |
* | Set datapresent string to contain precisely those field types available in st... | isherman@chromium.org | 2011-05-06 | 1 | -0/+125 |
* | autofill: Remove duplicate include of form_data.h | tfarina@chromium.org | 2011-05-05 | 1 | -1/+0 |
* | Refactor Autofill parsing code. Most notably, add a helper class for parsing... | isherman@chromium.org | 2011-05-05 | 1 | -81/+54 |
* | Autofill Multi-Value: Additional profiles with same name and address not adde... | dhollowa@chromium.org | 2011-04-28 | 1 | -0/+68 |
* | Revert 81421 - Looks to have broken unittest, see http://chromegw.corp.google... | dhollowa@chromium.org | 2011-04-13 | 1 | -8/+108 |
* | Looks to have broken unittest, see http://chromegw.corp.google.com/i/chromium... | siggi@chromium.org | 2011-04-13 | 1 | -108/+8 |
* | Autofill extend profiles to include multi-valued fields, part 6 (Aggregation) | dhollowa@chromium.org | 2011-04-13 | 1 | -8/+108 |
* | Clean up Autofill CreditCard logic | isherman@chromium.org | 2011-04-06 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | autofill: Rename all the entries remaining with AutoFill to Autofill. | tfarina@chromium.org | 2011-03-21 | 1 | -2/+2 |
* | Autofill database migration to clean up bogus profiles. | dhollowa@chromium.org | 2011-03-17 | 1 | -8/+3 |
* | Reduce boxing and unboxing of AutofillFieldType | isherman@chromium.org | 2011-03-17 | 1 | -9/+9 |
* | Only detect heuristic autofill types on page load (not on form submission). | isherman@chromium.org | 2011-03-16 | 1 | -0/+25 |
* | autofill: Rename AutoFillProfile to AutofillProfile. | tfarina@chromium.org | 2011-03-10 | 1 | -56/+56 |
* | Make FormField be a struct rather than a class per c++ standards. | tsepez@chromium.org | 2011-03-08 | 1 | -3/+3 |
* | Revert 77296 - | zea@chromium.org | 2011-03-08 | 1 | -3/+3 |
* | Convert autofill messages to use the new IPC macros. This requires | tsepez@chromium.org | 2011-03-08 | 1 | -3/+3 |
* | autofill: Rename AutoFillType to AutofillType. | tfarina@chromium.org | 2011-03-07 | 1 | -9/+10 |
* | Move notification service code to content. We'll need to figure out how to s... | jam@chromium.org | 2011-03-07 | 1 | -5/+5 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Autofill cleanup of labels | dhollowa@chromium.org | 2011-02-15 | 1 | -54/+48 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #1 | phajdan.jr@chromium.org | 2011-02-15 | 1 | -0/+2 |
* | Use-after-free in PersonalDataManager destructor on Mac OS | dhollowa@chromium.org | 2011-02-09 | 1 | -0/+14 |
* | Clean up PersonalDataManager::ImportFormData() | isherman@chromium.org | 2011-02-04 | 1 | -37/+83 |
* | Autofill should filter malformed emails addresses when form is submitted | dhollowa@chromium.org | 2011-02-03 | 1 | -0/+44 |
* | Autofill should filter incomplete addresses when form is submitted | dhollowa@chromium.org | 2011-02-03 | 1 | -15/+149 |
* | Hopefully fix PersonalDataManagerTest.ImportFormDataNotEnoughFilledFields | isherman@chromium.org | 2011-01-26 | 1 | -2/+3 |