| Commit message (Expand) | Author | Age | Files | Lines |
* | Move remaining Autofill code to //components/autofill. | joi@chromium.org | 2013-03-09 | 1 | -1322/+0 |
* | Get rid of remaining Autofill dependencies on chrome/common, except notificat... | joi@chromium.org | 2013-03-08 | 1 | -1/+1 |
* | Move Autofill-specific switches and pref names into files within the component. | joi@chromium.org | 2013-03-08 | 1 | -2/+2 |
* | Establish components/autofill and move some files | kaiwang@chromium.org | 2013-03-07 | 1 | -5/+5 |
* | Make autofill stop depending on InfoBarService | kaiwang@chromium.org | 2013-03-06 | 1 | -8/+9 |
* | Remove c/b/api/sync dependency from AutofillManager using delegate. | joi@chromium.org | 2013-03-06 | 1 | -18/+11 |
* | Introduce //components/user_prefs. | joi@chromium.org | 2013-03-06 | 1 | -1/+1 |
* | Revert 185157. | tommi@chromium.org | 2013-02-28 | 1 | -8/+4 |
* | [Autofill] Post an async task for DOM parsing. | isherman@chromium.org | 2013-02-28 | 1 | -4/+8 |
* | Move the UI related code from AutofillExternalDelegate to AutofillManagerDele... | kaiwang@chromium.org | 2013-02-27 | 1 | -3/+3 |
* | [Autofill] Stop reference counting the AutofillManager class. | isherman@chromium.org | 2013-02-22 | 1 | -9/+10 |
* | [Autofill] Remove some unneeded methods from AutofillManagerDelegate | isherman@chromium.org | 2013-02-21 | 1 | -6/+3 |
* | Removing AutocheckoutInfoBarDelegate | ahutter@chromium.org | 2013-02-20 | 1 | -1/+0 |
* | Remove PrefServiceBase, since everyone can now depend directly on PrefService. | joi@chromium.org | 2013-02-16 | 1 | -1/+0 |
* | [Autofill] Add UMA timing metrics for requestAutocomplete dialog. | isherman@chromium.org | 2013-02-14 | 1 | -2/+5 |
* | Download autocheckout whitelist and enable autocheckout for whitelisted sites... | benquan@chromium.org | 2013-02-12 | 1 | -4/+19 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. | joi@chromium.org | 2013-02-10 | 1 | -20/+21 |
* | Add support for default values in filling forms (in a multipage autofill flow). | ramankk@chromium.org | 2013-02-07 | 1 | -20/+0 |
* | When the Autofill server hints that the current page is the start of an Autoc... | ahutter@chromium.org | 2013-02-06 | 1 | -6/+10 |
* | Adding the page and DPI scale adjustment for Autofill Popups. | aurimas@chromium.org | 2013-02-06 | 1 | -2/+2 |
* | Autocheckout progresses through a series of pages with forms and fills them o... | ahutter@chromium.org | 2013-02-06 | 1 | -2/+7 |
* | Extract details from autofill_dialog_controller's response and use them to fi... | ramankk@chromium.org | 2013-02-04 | 1 | -0/+8 |
* | Refactoring multipage autofill data out of every form and into one common loc... | ahutter@chromium.org | 2013-01-29 | 1 | -1/+2 |
* | [autofill] Hide the autofill dialog when a renderer is navigated to fix multiple | dbeam@chromium.org | 2013-01-29 | 1 | -5/+10 |
* | Remove the dependency from c/b/autofill to c/b/ui/autofill/autofill_dialog_co... | kaiwang@chromium.org | 2013-01-26 | 1 | -10/+8 |
* | Browser changes for supporting checkable elements | ramankk@chromium.org | 2013-01-22 | 1 | -0/+20 |
* | Pop up requestAutocomplete UI when autofill server hints chrome client that i... | ramankk@chromium.org | 2013-01-18 | 1 | -0/+20 |
* | refactor AutofillDialogController: separate the interface the view uses | estade@chromium.org | 2013-01-18 | 1 | -7/+7 |
* | Reject data if the vector sizes are mismatched. | cevans@chromium.org | 2013-01-15 | 1 | -0/+5 |
* | Adding Autocheckout IPC messages and stub implementations of their handlers. | ahutter@chromium.org | 2013-01-14 | 1 | -0/+6 |
* | Revert 176189 | abodenha@chromium.org | 2013-01-14 | 1 | -20/+0 |
* | handle credit card autofill popups in autofill dialog | estade@chromium.org | 2013-01-12 | 1 | -2/+1 |
* | Chrome-side implementation of AutocompleteErrorEvent#reason. | dbeam@chromium.org | 2013-01-12 | 1 | -13/+13 |
* | requestAutocomplete: mark textfields as invalid when user tries to submit wit... | estade@chromium.org | 2013-01-11 | 1 | -29/+5 |
* | Add support for radiobuttons and checkboxes. | ramankk@chromium.org | 2013-01-10 | 1 | -0/+20 |
* | Change infobar creation to use a public static Create() method on the infobar... | pkasting@chromium.org | 2013-01-08 | 1 | -6/+2 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -7/+8 |
* | Make AutofillManager::GetProfileSuggestions use PersonalDataManager::GetProfi... | estade@chromium.org | 2012-12-21 | 1 | -76/+13 |
* | Revert 173889 Regressed page cyclers | tonyg@chromium.org | 2012-12-20 | 1 | -20/+0 |
* | Add support for autofilling radio buttons and checkboxes. | ramankk@chromium.org | 2012-12-19 | 1 | -0/+20 |
* | [autofill] Dispatch an autocompleteerror if autofill is disabled. | dbeam@chromium.org | 2012-12-14 | 1 | -0/+5 |
* | [autofill] Pass along frame URL and SSL status, only allow requests for credi... | dbeam@chromium.org | 2012-12-06 | 1 | -2/+15 |
* | fix autofill crash, third try | estade@chromium.org | 2012-12-05 | 1 | -3/+6 |
* | [Autofill] Rename {Get,Set}CanonicalizedInfo() to {Get,Set}Info(), and pass i... | isherman@chromium.org | 2012-12-05 | 1 | -7/+11 |
* | [autofill] Fill in values on a successful run of interactive autocomplete. | dbeam@chromium.org | 2012-11-30 | 1 | -6/+5 |
* | [autofill] Fix crash while closing tab or browser window with interactive | dbeam@chromium.org | 2012-11-30 | 1 | -0/+5 |
* | Real autofill crash fix. | estade@chromium.org | 2012-11-29 | 1 | -25/+9 |
* | [Autofill] Don't crash if autocomplete is disabled while the user is interact... | isherman@chromium.org | 2012-11-27 | 1 | -3/+4 |
* | "fix" autofill crash | estade@chromium.org | 2012-11-20 | 1 | -6/+17 |