Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
| 2 <header> | 2 <header> |
| 3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
| 4 </header> | 4 </header> |
| 5 <include src="automatic_settings_reset_banner.html"> | 5 <include src="automatic_settings_reset_banner.html"> |
| 6 <if expr="chromeos"> | 6 <if expr="chromeos"> |
| 7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html"> | 7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html"> |
| 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml"> | 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml"> |
| 9 <include src="secondary_user_banner.html"> | 9 <include src="secondary_user_banner.html"> |
| 10 <section id="network-section-cros"> | 10 <section id="network-section-cros"> |
| (...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 943 </div> | 943 </div> |
| 944 <div class="checkbox"> | 944 <div class="checkbox"> |
| 945 <!-- No whitespace between elements. --> | 945 <!-- No whitespace between elements. --> |
| 946 <input type="checkbox" class="spacer-checkbox"><span | 946 <input type="checkbox" class="spacer-checkbox"><span |
| 947 id="accessibility-autoclick-label" | 947 id="accessibility-autoclick-label" |
| 948 i18n-content="accessibilityAutoclickDropdown"> | 948 i18n-content="accessibilityAutoclickDropdown"> |
| 949 </span><select id="accessibility-autoclick-dropdown" class="control" | 949 </span><select id="accessibility-autoclick-dropdown" class="control" |
| 950 data-type="number" | 950 data-type="number" |
| 951 aria-labelledby="accessibility-autoclick-label" | 951 aria-labelledby="accessibility-autoclick-label" |
| 952 pref="settings.a11y.autoclick_delay_ms"> | 952 pref="settings.a11y.autoclick_delay_ms"> |
| 953 <option value="200" | 953 <option value="600" |
|
jdufault
2016/05/31 19:06:15
Are you also going to add the actual ms value in t
sammiequon
2016/06/03 21:34:31
Done.
| |
| 954 i18n-content="autoclickDelayExtremelyShort"></option> | 954 i18n-content="autoclickDelayExtremelyShort"></option> |
| 955 <option value="400" | 955 <option value="800" |
| 956 i18n-content="autoclickDelayVeryShort"></option> | 956 i18n-content="autoclickDelayVeryShort"></option> |
| 957 <option value="600" i18n-content="autoclickDelayShort"> | 957 <option value="1000" i18n-content="autoclickDelayShort"> |
| 958 </option> | 958 </option> |
| 959 <option value="800" i18n-content="autoclickDelayLong"> | 959 <option value="2000" i18n-content="autoclickDelayLong"> |
| 960 </option> | 960 </option> |
| 961 <option value="1000" | 961 <option value="4000" |
| 962 i18n-content="autoclickDelayVeryLong"></option> | 962 i18n-content="autoclickDelayVeryLong"></option> |
| 963 </select> | 963 </select> |
| 964 <span class="controlled-setting-indicator" | 964 <span class="controlled-setting-indicator" |
| 965 pref="settings.a11y.autoclick_delay_ms"></span> | 965 pref="settings.a11y.autoclick_delay_ms"></span> |
| 966 </div> | 966 </div> |
| 967 </div> | 967 </div> |
| 968 <div class="option-name" id="accessibility_onscreen_keyboard"> | 968 <div class="option-name" id="accessibility_onscreen_keyboard"> |
| 969 <div class="checkbox controlled-setting-with-label"> | 969 <div class="checkbox controlled-setting-with-label"> |
| 970 <label> | 970 <label> |
| 971 <input pref="settings.a11y.virtual_keyboard" type="checkbox" | 971 <input pref="settings.a11y.virtual_keyboard" type="checkbox" |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1115 </button> | 1115 </button> |
| 1116 </div> | 1116 </div> |
| 1117 </section> | 1117 </section> |
| 1118 </div> <!-- advanced-settings-container --> | 1118 </div> <!-- advanced-settings-container --> |
| 1119 </div> <!-- advanced-settings --> | 1119 </div> <!-- advanced-settings --> |
| 1120 <footer id="advanced-settings-footer"> | 1120 <footer id="advanced-settings-footer"> |
| 1121 <a is="action-link" id="advanced-settings-expander" | 1121 <a is="action-link" id="advanced-settings-expander" |
| 1122 i18n-content="showAdvancedSettings"></a> | 1122 i18n-content="showAdvancedSettings"></a> |
| 1123 </footer> | 1123 </footer> |
| 1124 </div> | 1124 </div> |
| OLD | NEW |