summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/autofill/password_autofill_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-18/+18
* Update includes to new header locations.abarth@chromium.org2011-12-031-1/+1
* Updating PageClickTracker to Notify listeners When Text Input Loses Focus.csharp@chromium.org2011-11-041-0/+4
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-3/+3
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-1/+1
* Transition from NewRunnableMethod() to base::Bind() in chrome/rendererisherman@chromium.org2011-09-281-4/+7
* Fix crash in PasswordAutofillManagerisherman@chromium.org2011-09-201-1/+5
* Fix crash that occurs when users with Password Autofill data try to log in to...isherman@chromium.org2011-09-131-0/+7
* Remove Autofill rename #ifdef check now that the WebKit changes have landed.isherman@chromium.org2011-07-161-4/+0
* Prepare for landing of WebKit patch renaming AutoFill to Autofillisherman@chromium.org2011-07-131-0/+4
* Update chrome/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-241-5/+5
* Autofill passwords after re-opening tab containing a login page.isherman@chromium.org2011-04-231-3/+3
* Avoid DCHECK when a page contains two identical password forms.isherman@chromium.org2011-04-071-7/+9
* Enable password filling for forms with no action URL specified.isherman@chromium.org2011-04-061-1/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-7/+7
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-1/+1
* Use WebFormControlElement::isEnabled() rather than WebInputElement:isEnabledF...isherman@chromium.org2011-03-141-10/+9
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-10/+10
* Revert 77296 - zea@chromium.org2011-03-081-10/+10
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-10/+10
* autofill: Rename AutoFillManager to AutofillManager.tfarina@chromium.org2011-03-051-25/+25
* Hover/selection of username dropdown items should do nothingdhollowa@chromium.org2011-03-041-16/+35
* Incorrect login autofills default passworddhollowa@chromium.org2011-02-241-2/+9
* Create autofill subdirectory in chrome/rendererisherman@chromium.org2011-01-291-0/+544