| Commit message (Expand) | Author | Age | Files | Lines |
* | Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/... | rsesek@chromium.org | 2011-02-17 | 1 | -1/+1 |
* | Make TabContentsObserver handle registration automatically, as well as exposi... | jam@chromium.org | 2011-02-17 | 1 | -16/+16 |
* | Move AutoFill messages into a separate file. | jam@chromium.org | 2011-01-26 | 1 | -8/+8 |
* | DCHECK(result) keeps firing in AutocompleteHistoryManager::OnWebDataServiceRe... | dhollowa@chromium.org | 2011-01-21 | 1 | -0/+8 |
* | Don't create a WebDataService in AutoFillManagerTest tests, since that object... | jam@chromium.org | 2011-01-10 | 1 | -5/+9 |
* | Make RenderViewHost not know about AutoFill and AutoComplete. | jam@chromium.org | 2011-01-10 | 1 | -68/+114 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -14/+10 |
* | Revert 66214 - Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -10/+14 |
* | Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -14/+10 |
* | Update code that previously constructed strings from string iterators only to... | erikwright@chromium.org | 2010-10-22 | 1 | -9/+11 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Not store autocomplete entries in DB for forms submitted using javascript. | inferno@chromium.org | 2010-08-10 | 1 | -0/+4 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -1/+2 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -6/+8 |
* | Fix a crashing bug in IsSSN(str) when presented with non-ascii input. | michaeln@chromium.org | 2010-07-07 | 1 | -1/+1 |
* | Autocomplete and AutoFill entries are shown combined in the suggestions popup. | dhollowa@chromium.org | 2010-07-07 | 1 | -2/+2 |
* | Don't save SSNs--quick style fix. | avi@chromium.org | 2010-07-02 | 1 | -1/+1 |
* | Don't save SSNs. | avi@chromium.org | 2010-07-02 | 1 | -3/+42 |
* | Putting this back in since it didn't solve the failures. | thomasvl@chromium.org | 2010-06-08 | 1 | -45/+50 |
* | Backing this out to see if it fixes the failures on the two windows bots (lan... | thomasvl@chromium.org | 2010-06-08 | 1 | -50/+45 |
* | AutoFill: Don't save credit card numbers from Autocomplete to the WebDB. | jhawkins@chromium.org | 2010-06-07 | 1 | -45/+50 |
* | Cleanup: Order the methods in WebDataService. Rename a method to match curren... | jhawkins@chromium.org | 2010-04-26 | 1 | -2/+1 |
* | AutoFill: Use the FormManager cache to send forms to the AutoFillManager. | jhawkins@chromium.org | 2010-04-03 | 1 | -6/+7 |
* | AutoFill: Handle filling select controls. | jhawkins@chromium.org | 2010-03-27 | 1 | -5/+3 |
* | Patch makes sure that only text fields are saved in Auto-fill "Web Data" file... | aarya@google.com | 2010-03-12 | 1 | -1/+1 |
* | Rename RenderViewHostDelegate::FormFieldHistory to Autocomplete. | jhawkins@chromium.org | 2010-03-11 | 1 | -4/+3 |
* | Fix the remaining instance of the obsolete kFormAutofillEnabled. | jhawkins@chromium.org | 2010-03-02 | 1 | -6/+1 |
* | Rename FormFieldHistoryManager to AutocompleteHistory manager to better refle... | jhawkins@chromium.org | 2010-03-02 | 1 | -0/+151 |