| Commit message (Expand) | Author | Age | Files | Lines |
* | Group forms-related files in webkit/glue in a forms/ subdirectory. | isherman@chromium.org | 2011-12-15 | 1 | -5/+7 |
* | Don't pass around ScopedVectors(), prefer passing std::vector instead. | isherman@chromium.org | 2011-10-21 | 1 | -5/+1 |
* | Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector... | maruel@chromium.org | 2011-10-21 | 1 | -1/+5 |
* | Don't pass around ScopedVectors(), prefer passing std::vector instead. | isherman@chromium.org | 2011-10-21 | 1 | -5/+1 |
* | Allow word separators in a few more Autofill regexes. | isherman@chromium.org | 2011-09-22 | 1 | -2/+5 |
* | Add metrics to measure time elapsed between form load and form submission wit... | isherman@chromium.org | 2011-09-02 | 1 | -2/+11 |
* | Add metrics to track Autofill "user happiness" | isherman@chromium.org | 2011-08-26 | 1 | -3/+1 |
* | Add preliminary Autofill support for 'autocompletetype' sections. | isherman@chromium.org | 2011-08-12 | 1 | -0/+14 |
* | Add preliminary Autofill support for the 'autocompletetype' attribute. | isherman@chromium.org | 2011-08-10 | 1 | -0/+9 |
* | Add a debugging flag to annotate web forms with their Autofill field type pre... | isherman@chromium.org | 2011-06-20 | 1 | -1/+12 |
* | Revert 89716 - Add a debugging flag to annotate web forms with their Autofill... | isherman@chromium.org | 2011-06-20 | 1 | -12/+1 |
* | Add a debugging flag to annotate web forms with their Autofill field type pre... | isherman@chromium.org | 2011-06-20 | 1 | -1/+12 |
* | Add support for the "uploadrequired" attribute for Autofill query responses | isherman@chromium.org | 2011-06-02 | 1 | -1/+8 |
* | Set datapresent string to contain precisely those field types available in st... | isherman@chromium.org | 2011-05-06 | 1 | -5/+3 |
* | Refactor Autofill parsing code. Most notably, add a helper class for parsing... | isherman@chromium.org | 2011-05-05 | 1 | -15/+7 |
* | 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 |