| Commit message (Expand) | Author | Age | Files | Lines |
* | Use server types as well as heuristic types when learning Autofill data. | isherman@chromium.org | 2011-04-13 | 1 | -5/+6 |
* | AutoFill -> Autofill Part N | isherman@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | autofill: Rename all the entries remaining with AutoFill to Autofill. | tfarina@chromium.org | 2011-03-21 | 1 | -4/+4 |
* | Dead code pruning: FormStructure::HasAutoFillableValues() | isherman@chromium.org | 2011-03-17 | 1 | -4/+0 |
* | Only detect heuristic autofill types on page load (not on form submission). | isherman@chromium.org | 2011-03-16 | 1 | -4/+4 |
* | Refactor Autofill metrics logging to avoid calling into GetPossibleFieldTypes... | isherman@chromium.org | 2011-03-14 | 1 | -0/+7 |
* | autofill: Rename AutoFillType to AutofillType. | tfarina@chromium.org | 2011-03-07 | 1 | -1/+1 |
* | autofill: Rename AutoFillField to AutofillField. | tfarina@chromium.org | 2011-03-04 | 1 | -5/+5 |
* | autofill: Rename AutoFillMetrics to AutofillMetrics. | tfarina@chromium.org | 2011-03-01 | 1 | -3/+3 |
* | Cleanup everything but net/ for our first clang plugins. | erg@google.com | 2011-02-02 | 1 | -3/+1 |
* | Add support for autofill server experiments | isherman@chromium.org | 2011-01-31 | 1 | -0/+8 |
* | Fix for: Some forms have incorrect signature for querying with toolbar servers | georgey@chromium.org | 2011-01-31 | 1 | -0/+4 |
* | Re-submitting the cl r72292, while removing incorrect DCHECK() | georgey@chromium.org | 2011-01-25 | 1 | -2/+5 |
* | Revert 72292 - Propagate correct data to the Toolbar servers | isherman@chromium.org | 2011-01-23 | 1 | -5/+2 |
* | Propagate correct data to the Toolbar servers | georgey@chromium.org | 2011-01-23 | 1 | -2/+5 |
* | Add autofill metrics to dig into the failure case. | isherman@chromium.org | 2011-01-13 | 1 | -1/+5 |
* | Add some basic success/failure UMA logging for autofill. | isherman@chromium.org | 2010-12-15 | 1 | -1/+4 |
* | Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -12/+7 |
* | Revert 66214 - Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -7/+12 |
* | Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -12/+7 |
* | Fix for: Google chrome consuming internet upload bandwidth - protecting ourse... | georgey@chromium.org | 2010-10-29 | 1 | -0/+1 |
* | FBTF: Continue fixing nits found by my automated source scanner. | erg@google.com | 2010-10-05 | 1 | -0/+1 |
* | Get rid of FormStructure::ConvertToFormData() | isherman@chromium.org | 2010-09-08 | 1 | -3/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | AutoFill: Only send credit card data suggestions on HTTPS sites. | jhawkins@chromium.org | 2010-07-13 | 1 | -1/+1 |
* | AutoFill: Only query the AutoFill server if we've parsed any of the forms. | jhawkins@chromium.org | 2010-07-08 | 1 | -0/+3 |
* | AutoFill: De-segregate credit card filling. | jhawkins@chromium.org | 2010-06-17 | 1 | -0/+8 |
* | AutoFill: Clean up the server response handling code. | jhawkins@chromium.org | 2010-05-06 | 1 | -0/+12 |
* | autofill: Implement a TODO. | jhawkins@chromium.org | 2010-05-04 | 1 | -2/+1 |
* | AutoFill: Fix IsAutoFillable to only count fields that are heuristically | jhawkins@chromium.org | 2010-05-04 | 1 | -6/+3 |
* | Don't trigger auto fill setup when submitting empty forms. | bulach@chromium.org | 2010-04-30 | 1 | -0/+7 |
* | AutoFill: Fill the default profile when the AutoFill accelerator combo is pre... | jhawkins@chromium.org | 2010-04-09 | 1 | -4/+12 |
* | AutoFill: Use the FormManager cache to send forms to the AutoFillManager. | jhawkins@chromium.org | 2010-04-03 | 1 | -2/+1 |
* | Reverted back change #1337001, fixing the unit tests in chromium builds: | georgey@chromium.org | 2010-03-29 | 1 | -4/+25 |
* | Reverting due to test failures on Interactive tests on Mac and Linux | amit@chromium.org | 2010-03-26 | 1 | -25/+4 |
* | Second part of the integration with autofill servers. | georgey@chromium.org | 2010-03-26 | 1 | -4/+25 |
* | Integration with Toolbar autofill servers. | georgey@chromium.org | 2010-03-22 | 1 | -2/+4 |
* | Implement AutoFillXmlParser, used to parse responses from the AutoFill server. | jhawkins@chromium.org | 2010-03-18 | 1 | -0/+6 |
* | FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor... | jhawkins@chromium.org | 2010-03-15 | 1 | -4/+3 |
* | Reset the AutoFillManager's cache of forms when the main page is loaded, not ... | jhawkins@chromium.org | 2010-03-12 | 1 | -0/+1 |
* | AutoFill forms. We do this by responding to a message from WebKit which send... | jhawkins@chromium.org | 2010-02-20 | 1 | -0/+5 |
* | Implement ImportFormData and GetPossibleFieldTypes for PersonalDataManager, u... | jhawkins@chromium.org | 2010-01-08 | 1 | -1/+1 |
* | autofill: Add the FormField interface. Classes that implement the FormField ... | jhawkins@chromium.org | 2009-12-09 | 1 | -3/+31 |
* | Implement FormStructure and an initial method, EncodeUploadRequest. This als... | jhawkins@chromium.org | 2009-11-04 | 1 | -0/+63 |