summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/autofill/password_generation_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-256/+0
* Establish components/autofill and move some fileskaiwang@chromium.org2013-03-071-1/+1
* Update some #includes in chrome/renderer/autofill/ for headers in the new Pla...pilgrim@chromium.org2013-01-101-3/+3
* Cleanup: Fix a bunch of lint errors in chrome.thestig@chromium.org2013-01-041-1/+1
* Ignore autocomplete=off when password manager is saving the generated passwor...zysxqn@google.com2012-12-121-4/+1
* Update icons used for password generation.gcasto@chromium.org2012-10-101-0/+4
* Move forms/ out of webkit/.blundell@chromium.org2012-10-051-6/+6
* Loosen up heuristics for detecting account creation forms.gcasto@chromium.org2012-09-131-15/+26
* Moving google_apis and GaiaClient to src/google_apis.joi@chromium.org2012-09-071-5/+5
* Fix a memory leak in PasswordGenerationManager.isherman@chromium.org2012-08-311-2/+2
* First version to add some UMA stats to the chrome histograms. This change cov...zysxqn@google.com2012-07-211-0/+9
* Fix PasswordGenerationManager so that it doesn't clear state recievedgcasto@chromium.org2012-07-091-6/+10
* Don't generate password for GAIA forms.zysxqn@google.com2012-07-091-0/+7
* Focus should be moved to the next input field after we generate the password.zysxqn@google.com2012-06-291-1/+5
* Check whether the users have blacklisted the site (i.e. "never save passwords...zysxqn@google.com2012-06-191-20/+57
* Autofill: Fix a leak.jhawkins@chromium.org2012-06-111-4/+4
* Refactor detection of account creation forms and fix two minor issues.gcasto@chromium.org2012-06-081-21/+55
* This CL does the following: (1) Pass the max_length attribute to the password...zysxqn@google.com2012-06-061-0/+1
* Use shadow DOM API to show icon for password generation.gcasto@chromium.org2012-06-011-28/+56
* Save auto generated passwords without presenting an infobar.gcasto@chromium.org2012-05-311-2/+9
* Make password generation switched by a preference in chrome settings rather t...zysxqn@google.com2012-05-171-2/+2
* Only enable password generation if password manager and autofill are bothgcasto@chromium.org2012-04-241-5/+6
* Enable password generation only if sync for passwords is enabled.gcasto@chromium.org2012-04-041-3/+15
* Revert 129946 - Enable password generation only if sync for passwords is enab...mihaip@chromium.org2012-03-301-15/+3
* Enable password generation only if sync for passwords is enabled.gcasto@chromium.org2012-03-301-3/+15
* Add password generation browser UI for Windows.gcasto@chromium.org2012-03-211-10/+28
* First check in for password generation.gcasto@chromium.org2012-02-221-0/+82