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

Unified Diff: chrome/browser/resources/settings/internet_page/network_proxy.html

Issue 2650693005: MD Settings: Make Enter key submit changes in the Internet section (Closed)
Patch Set: fix 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/internet_page/network_siminfo.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/internet_page/network_proxy.html
diff --git a/chrome/browser/resources/settings/internet_page/network_proxy.html b/chrome/browser/resources/settings/internet_page/network_proxy.html
index 7c5ddb09245eafabc9e9a5a67a2abe58a3f09e6b..d46e293110ebad5bc5d2ce3db21998dc5717e023 100644
--- a/chrome/browser/resources/settings/internet_page/network_proxy.html
+++ b/chrome/browser/resources/settings/internet_page/network_proxy.html
@@ -5,6 +5,7 @@
<link rel="import" href="chrome://resources/html/i18n_behavior.html">
<link rel="import" href="chrome://resources/html/md_select_css.html">
<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys/iron-a11y-keys.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input-container.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
@@ -132,7 +133,7 @@
</paper-toggle-button>
</div>
<div hidden$="[[!useSameProxy_]]" class="layout vertical">
- <network-proxy-input
+ <network-proxy-input
on-proxy-change="onProxyInputChange_"
editable="[[isEditable_('Manual.HTTPProxy.Host', networkProperties,
editable, useSharedProxies_)]]"
@@ -181,6 +182,9 @@
<div class="layout horizontal">
<paper-input-container no-label-float class="flex">
<input id="proxyExclusion" is="iron-input">
+ <iron-a11y-keys keys="enter"
+ on-keys-pressed="onAddProxyExclusionTap_">
+ </iron-a11y-keys>
</paper-input-container>
<paper-button on-tap="onAddProxyExclusionTap_">
$i18n{networkProxyAddException}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/internet_page/network_siminfo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698