Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html

Issue 2653023003: MD Settings: Update some dialogs to accept Enter key. (Closed)
Patch Set: add a test for one of them Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html
diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html
index 1875cdb181c146984fd624c59d54c1fb418ad9c2..5d36e7e1ac901daa025b75ce0aab7b6d77567d4c 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html
+++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html
@@ -14,7 +14,8 @@
<div class="body">
<paper-input type="password" id="password"
label="$i18n{certificateManagerPassword}"
- value="{{password_}}"></paper-input>
+ value="{{password_}}" on-keypress="onKeypress_">
+ </paper-input>
</div>
<div class="button-container">
<paper-button class="cancel-button" on-tap="onCancelTap_">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698