summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/autofill
Commit message (Expand)AuthorAgeFilesLines
* Migrate options/preferences terminology to 'Settings'.csilv@chromium.org2012-01-301-2/+2
* Remove Hardcoded Autofill Popup Location.csharp@chromium.org2012-01-061-5/+2
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+1
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-1512-94/+100
* Update includes to new header locations.abarth@chromium.org2011-12-038-13/+13
* Moving AutofillAgent Logic into Browsercsharp@chromium.org2011-11-222-2/+9
* Add OVERRIDE to chrome/renderer.avi@chromium.org2011-11-211-5/+5
* Setting up external delegate calls to allow a future delegate to handle autofillcsharp@chromium.org2011-11-172-2/+10
* Cleanup: Remove unneeded forward declarations in chrome/renderer.thestig@chromium.org2011-11-112-3/+0
* Updating PageClickTracker to Notify listeners When Text Input Loses Focus.csharp@chromium.org2011-11-044-1/+11
* External autofill delegates.jrg@chromium.org2011-10-292-0/+11
* Remove unnecessary dependencies on Autofill.isherman@chromium.org2011-10-252-9/+0
* Split most of RenderViewTest and associated classes into content.joi@chromium.org2011-10-145-23/+25
* Don't expose RenderViewImpl to tests which use RenderViewTest through its hea...jam@chromium.org2011-10-111-2/+2
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-104-10/+10
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-034-6/+6
* Transition from NewRunnableMethod() to base::Bind() in chrome/rendererisherman@chromium.org2011-09-284-12/+16
* Update Autofill renderer code to ignore non-Autofillable fields in some addit...isherman@chromium.org2011-09-274-30/+31
* Don't ask the browser for Autofill suggestions for non-autofillable form fields.isherman@chromium.org2011-09-225-118/+156
* Don't cache WebFrame pointers for Autofill, as these can become stale.isherman@chromium.org2011-09-212-13/+37
* Fix crash in PasswordAutofillManagerisherman@chromium.org2011-09-201-1/+5
* Initialize a previously un-initialzied member variable in autofill_agent.ccisherman@chromium.org2011-09-191-0/+1
* Split Autofill's FormManager into a FormCache and a collection of utility fun...isherman@chromium.org2011-09-1610-713/+694
* Fix the remnants of an Autofill crash.isherman@chromium.org2011-09-141-3/+11
* Re-enable un-regressed Autofill tests.isherman@chromium.org2011-09-131-2/+2
* Fix crash that occurs when users with Password Autofill data try to log in to...isherman@chromium.org2011-09-133-0/+14
* Don't alert AutofillManager of changes to non-Autofillable fields.isherman@chromium.org2011-09-091-0/+3
* Add Autofill support for dynamically updated forms (updated via JavaScript).isherman@chromium.org2011-09-074-808/+481
* Add metrics to measure time elapsed between form load and form submission wit...isherman@chromium.org2011-09-022-8/+18
* Mark FormManagerTest.PreviewForm and .FillFormNonEmptyField as failing after ...apavlov@chromium.org2011-09-011-2/+2
* Add metrics to track Autofill "user happiness"isherman@chromium.org2011-08-262-2/+17
* Remove dead WebKit Autofill codeisherman@chromium.org2011-08-241-4/+0
* Don't show "Autofill disabled" warning on <input> elements not contained in a...isherman@chromium.org2011-08-191-1/+1
* Add preliminary Autofill support for the 'autocompletetype' attribute.isherman@chromium.org2011-08-102-0/+138
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-093-866/+689
* When an element has multiple labels for Autofill, separate them with spaces.isherman@chromium.org2011-08-062-5/+10
* Add null check for form element.Takano.Naoki@gmail.com2011-08-031-1/+1
* Show display warning if the form is autocomplete off.Takano.Naoki@gmail.com2011-08-022-18/+33
* Improve Autofill heuristics when detecting labels from previous elements.isherman@chromium.org2011-08-021-111/+136
* Move more files from chrome/test to chrome/test/base, part #5phajdan.jr@chromium.org2011-08-014-4/+4
* Be more selective when looking for a "div table" structure to infer Autofill ...isherman@chromium.org2011-07-281-1/+3
* Skip over comment nodes for Autofill label scraping.isherman@chromium.org2011-07-261-0/+4
* Limit the number of fields we are willing to parse for Autofill to 100.isherman@chromium.org2011-07-201-2/+5
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Remove Autofill rename #ifdef check now that the WebKit changes have landed.isherman@chromium.org2011-07-165-67/+1
* Prepare for landing of WebKit patch renaming AutoFill to Autofillisherman@chromium.org2011-07-135-6/+72
* When Autofilling <select> elements, consider both the element's value and its...isherman@chromium.org2011-07-122-12/+18
* Update form_manager_browsertest.cc to the new WebKit APIabarth@chromium.org2011-06-261-36/+36
* Update chrome/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-242-7/+7
* Autofill heuristics checkout files for 06_checkout_qvc.com.htmldhollowa@chromium.org2011-06-222-1/+57