| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
TBR=ben@chromium.org
BUG=140037
Review URL: https://chromiumcodereview.appspot.com/12440024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187522 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
See http://www.chromium.org/developers/design-documents/password-generation for context about password generation.
BUG=130330
Review URL: https://chromiumcodereview.appspot.com/11886035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183112 0039d316-1c4b-4281-b951-d872f2087c98
|
|
covers most part of the main flow chart along the password generation function, including:
- detected account creation form
- password generation icon shown
- password generation bubble shown (Linux)
- regeneration password button clicked (Linux)
- password entry edited by users (Linux)
- learn more link clicked (Linux)
- generated password accepted (Linux)
- generated password submitted
All this are simple counters for now and Windows UI will come next as a separate CL.
BUG=130330
TEST=unit tests, browser tests
Review URL: https://chromiumcodereview.appspot.com/10787023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147757 0039d316-1c4b-4281-b951-d872f2087c98
|