| Commit message (Expand) | Author | Age | Files | Lines |
* | Move remaining Autofill code to //components/autofill. | joi@chromium.org | 2013-03-09 | 1 | -1578/+0 |
* | Establish components/autofill and move some files | kaiwang@chromium.org | 2013-03-07 | 1 | -2/+2 |
* | Make autofill stop depending on InfoBarService | kaiwang@chromium.org | 2013-03-06 | 1 | -20/+13 |
* | PersonalDataManager stop depending on ProfileKeyedService | kaiwang@chromium.org | 2013-03-01 | 1 | -2/+4 |
* | [Autofill] Stop reference counting the AutofillManager class. | isherman@chromium.org | 2013-02-22 | 1 | -8/+6 |
* | Removing AutocheckoutInfoBarDelegate | ahutter@chromium.org | 2013-02-20 | 1 | -100/+1 |
* | [Autofill] Add UMA timing metrics for requestAutocomplete dialog. | isherman@chromium.org | 2013-02-14 | 1 | -4/+4 |
* | Download autocheckout whitelist and enable autocheckout for whitelisted sites... | benquan@chromium.org | 2013-02-12 | 1 | -2/+9 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Refactoring multipage autofill data out of every form and into one common loc... | ahutter@chromium.org | 2013-01-29 | 1 | -2/+8 |
* | Fix the memory leak observed by the build bots. | ramankk@chromium.org | 2013-01-19 | 1 | -2/+4 |
* | Pop up requestAutocomplete UI when autofill server hints chrome client that i... | ramankk@chromium.org | 2013-01-18 | 1 | -0/+98 |
* | Change infobar creation to use a public static Create() method on the infobar... | pkasting@chromium.org | 2013-01-08 | 1 | -18/+20 |
* | [Autofill] Update unit tests to use country codes when setting raw address info. | isherman@chromium.org | 2013-01-05 | 1 | -2/+2 |
* | Make AutofillManager::GetProfileSuggestions use PersonalDataManager::GetProfi... | estade@chromium.org | 2012-12-21 | 1 | -2/+3 |
* | Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelper | pkasting@chromium.org | 2012-12-20 | 1 | -2/+1 |
* | Real autofill crash fix. | estade@chromium.org | 2012-11-29 | 1 | -0/+5 |
* | [Autofill] Add metrics measuring developer engagement, in terms of implementa... | isherman@chromium.org | 2012-10-26 | 1 | -11/+94 |
* | Remove TabContents from autofill unittests. | avi@chromium.org | 2012-10-23 | 1 | -8/+9 |
* | Make the AutocompleteHistoryManager be an implementation detail of AutofillMa... | avi@chromium.org | 2012-10-21 | 1 | -0/+5 |
* | Switch InfoBarTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-10-11 | 1 | -1/+1 |
* | Switch AutofillManager to be UserData on WebContents. | avi@chromium.org | 2012-10-08 | 1 | -4/+4 |
* | Move forms/ out of webkit/. | blundell@chromium.org | 2012-10-05 | 1 | -14/+12 |
* | Switch TabAutofillManagerDelegate to use WebContentsUserData. | avi@chromium.org | 2012-10-01 | 1 | -5/+5 |
* | Switching from ForXyz naming to FromXyz naming, for consistency. | joi@chromium.org | 2012-09-22 | 1 | -1/+1 |
* | Extract abstract base to API directory for ProfileSyncService. | joi@chromium.org | 2012-09-19 | 1 | -6/+8 |
* | Rename InfoBarTabService -> InfoBarService. | joi@chromium.org | 2012-08-30 | 1 | -2/+2 |
* | Introduce AutofillClient and use it to get rid of PasswordManager dependency. | joi@chromium.org | 2012-08-30 | 1 | -1/+5 |
* | Introduce InfoBarTabService API. | joi@chromium.org | 2012-08-20 | 1 | -4/+6 |
* | TabContentsWrapper -> TabContents, part 5. | avi@chromium.org | 2012-06-08 | 1 | -2/+2 |
* | TabContentsWrapper -> TabContents, part 2. | avi@chromium.org | 2012-06-06 | 1 | -7/+7 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Taking over issue 10006037. | rlp@chromium.org | 2012-05-14 | 1 | -0/+1 |
* | Revert 136499 - Taking over issue 10006037. | yusukes@google.com | 2012-05-11 | 1 | -1/+0 |
* | Taking over issue 10006037. | rlp@chromium.org | 2012-05-11 | 1 | -0/+1 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -1/+0 |
* | Profiles: Generalize ProfileKeyedServiceFactory into a base class and the par... | erg@chromium.org | 2012-02-13 | 1 | -7/+2 |
* | Group forms-related files in webkit/glue in a forms/ subdirectory. | isherman@chromium.org | 2011-12-15 | 1 | -4/+4 |
* | Moving AutofillAgent Logic into Browser | csharp@chromium.org | 2011-11-22 | 1 | -4/+8 |
* | Setting up external delegate calls to allow a future delegate to handle autofill | csharp@chromium.org | 2011-11-17 | 1 | -4/+5 |
* | 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 | -33/+82 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -4/+4 |
* | 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 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 1 | -2/+5 |
* | Profile shouldn't own PersonalDataManager | dhollowa@chromium.org | 2011-09-23 | 1 | -18/+26 |
* | Autofill: Remove fax number completely. | jhawkins@chromium.org | 2011-09-17 | 1 | -3/+2 |
* | Add metrics to measure time elapsed between form load and form submission wit... | isherman@chromium.org | 2011-09-02 | 1 | -27/+167 |