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 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 <!-- i18n strings contain the autoclick duration; if the autoclick | 953 <!-- i18n strings contain the autoclick duration; if the autoclick |
| 954 timing gets changed, then the 18n strings also needs to be | 954 timing gets changed, then the i18n strings also needs to be |
|
stevenjb
2016/10/25 18:46:31
Note: generally trivial spelling fixes should be d
| |
| 955 updated. --> | 955 updated. --> |
| 956 <option value="600" | 956 <option value="600" |
| 957 i18n-content="autoclickDelayExtremelyShort"></option> | 957 i18n-content="autoclickDelayExtremelyShort"></option> |
| 958 <option value="800" | 958 <option value="800" |
| 959 i18n-content="autoclickDelayVeryShort"></option> | 959 i18n-content="autoclickDelayVeryShort"></option> |
| 960 <option value="1000" i18n-content="autoclickDelayShort"> | 960 <option value="1000" i18n-content="autoclickDelayShort"> |
| 961 </option> | 961 </option> |
| 962 <option value="2000" i18n-content="autoclickDelayLong"> | 962 <option value="2000" i18n-content="autoclickDelayLong"> |
| 963 </option> | 963 </option> |
| 964 <option value="4000" | 964 <option value="4000" |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1118 </button> | 1118 </button> |
| 1119 </div> | 1119 </div> |
| 1120 </section> | 1120 </section> |
| 1121 </div> <!-- advanced-settings-container --> | 1121 </div> <!-- advanced-settings-container --> |
| 1122 </div> <!-- advanced-settings --> | 1122 </div> <!-- advanced-settings --> |
| 1123 <footer id="advanced-settings-footer"> | 1123 <footer id="advanced-settings-footer"> |
| 1124 <a is="action-link" id="advanced-settings-expander" | 1124 <a is="action-link" id="advanced-settings-expander" |
| 1125 i18n-content="showAdvancedSettings"></a> | 1125 i18n-content="showAdvancedSettings"></a> |
| 1126 </footer> | 1126 </footer> |
| 1127 </div> | 1127 </div> |
| OLD | NEW |