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

Side by Side Diff: chrome/browser/resources/options/chromeos/internet_detail.html

Issue 701243002: Fix JS errors for Cellular (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_detail.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="details-internet-page" class="page" hidden> 1 <div id="details-internet-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <!-- Network header --> 3 <!-- Network header -->
4 <div id="network-details-header"> 4 <div id="network-details-header">
5 <div id="network-details-title"></div> 5 <div id="network-details-title"></div>
6 <div id="network-details-subtitle"> 6 <div id="network-details-subtitle">
7 <span id="network-details-subtitle-status"></span> 7 <span id="network-details-subtitle-status"></span>
8 <span id="network-details-subtitle-separator"> - </span> 8 <span id="network-details-subtitle-separator"> - </span>
9 <span id="network-details-subtitle-type"></span> 9 <span id="network-details-subtitle-type"></span>
10 </div> 10 </div>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 </div> 64 </div>
65 <div id="wifi-network-tab" class="subpages-tab-contents wifi-details"> 65 <div id="wifi-network-tab" class="subpages-tab-contents wifi-details">
66 <section> 66 <section>
67 <table class="option-control-table"> 67 <table class="option-control-table">
68 <tr id="prefer-network"> 68 <tr id="prefer-network">
69 <td> 69 <td>
70 <div class="checkbox controlled-setting-with-label"> 70 <div class="checkbox controlled-setting-with-label">
71 <label> 71 <label>
72 <input id="prefer-network-wifi" type="checkbox"> 72 <input id="prefer-network-wifi" type="checkbox">
73 <span> 73 <span>
74 <span i18n-content="inetPreferredNetwork"> 74 <span i18n-content="inetPreferredNetwork"></span>
75 <span class="controlled-setting-indicator" 75 <span class="controlled-setting-indicator"
76 managed="Priority"></span> 76 managed="Priority"></span>
77 </span> 77 </span>
78 </label> 78 </label>
79 </div> 79 </div>
80 </td> 80 </td>
81 </tr> 81 </tr>
82 <tr class="auto-connect-network"> 82 <tr class="auto-connect-network">
83 <td> 83 <td>
84 <div class="checkbox controlled-setting-with-label"> 84 <div class="checkbox controlled-setting-with-label">
85 <label> 85 <label>
86 <input id="auto-connect-network-wifi" type="checkbox"> 86 <input id="auto-connect-network-wifi" type="checkbox">
87 <span> 87 <span>
88 <span i18n-content="inetAutoConnectNetwork"> 88 <span i18n-content="inetAutoConnectNetwork"></span>
89 <span class="controlled-setting-indicator" 89 <span class="controlled-setting-indicator"
90 managed="AutoConnect"></span> 90 managed="WiFi.AutoConnect"></span>
91 </span> 91 </span>
92 </label> 92 </label>
93 </div> 93 </div>
94 </td> 94 </td>
95 </tr> 95 </tr>
96 </table> 96 </table>
97 </section> 97 </section>
98 <section> 98 <section>
99 <table id="wifi-settings-table"> 99 <table id="wifi-settings-table">
100 <tr> 100 <tr>
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 <section> 150 <section>
151 <table class="option-control-table"> 151 <table class="option-control-table">
152 <tr class="auto-connect-network"> 152 <tr class="auto-connect-network">
153 <td> 153 <td>
154 <div class="checkbox controlled-setting-with-label"> 154 <div class="checkbox controlled-setting-with-label">
155 <label> 155 <label>
156 <input id="auto-connect-network-wimax" type="checkbox"> 156 <input id="auto-connect-network-wimax" type="checkbox">
157 <span> 157 <span>
158 <span i18n-content="inetAutoConnectNetwork"></span> 158 <span i18n-content="inetAutoConnectNetwork"></span>
159 <span class="controlled-setting-indicator" 159 <span class="controlled-setting-indicator"
160 managed="AutoConnect"></span> 160 managed="WiMAX.AutoConnect"></span>
161 </span> 161 </span>
162 </label> 162 </label>
163 </div> 163 </div>
164 </td> 164 </td>
165 </tr> 165 </tr>
166 </table> 166 </table>
167 </section> 167 </section>
168 <section> 168 <section>
169 <table id="wimax-settings-table"> 169 <table id="wimax-settings-table">
170 <tr> 170 <tr>
(...skipping 28 matching lines...) Expand all
199 <section> 199 <section>
200 <table class="option-control-table"> 200 <table class="option-control-table">
201 <tr class="auto-connect-network"> 201 <tr class="auto-connect-network">
202 <td> 202 <td>
203 <div class="checkbox controlled-setting-with-label"> 203 <div class="checkbox controlled-setting-with-label">
204 <label> 204 <label>
205 <input id="auto-connect-network-vpn" type="checkbox"> 205 <input id="auto-connect-network-vpn" type="checkbox">
206 <span> 206 <span>
207 <span i18n-content="inetAutoConnectNetwork"></span> 207 <span i18n-content="inetAutoConnectNetwork"></span>
208 <span class="controlled-setting-indicator" 208 <span class="controlled-setting-indicator"
209 managed="AutoConnect"></span> 209 managed="VPN.AutoConnect"></span>
210 </span> 210 </span>
211 </label> 211 </label>
212 </div> 212 </div>
213 </td> 213 </td>
214 </tr> 214 </tr>
215 <tr> 215 <tr>
216 <td class="option-name" i18n-content="inetServiceName"></td> 216 <td class="option-name" i18n-content="inetServiceName"></td>
217 <td id="inet-service-name" class="option-value"></td> 217 <td id="inet-service-name" class="option-value"></td>
218 </tr> 218 </tr>
219 <tr> 219 <tr>
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 </td> 316 </td>
317 </tr> 317 </tr>
318 <tr> 318 <tr>
319 <td colspan="2"> 319 <td colspan="2">
320 <div class="checkbox controlled-setting-with-label"> 320 <div class="checkbox controlled-setting-with-label">
321 <label> 321 <label>
322 <input id="auto-connect-network-cellular" type="checkbox"> 322 <input id="auto-connect-network-cellular" type="checkbox">
323 <span> 323 <span>
324 <span i18n-content="inetAutoConnectNetwork"></span> 324 <span i18n-content="inetAutoConnectNetwork"></span>
325 <span class="controlled-setting-indicator" 325 <span class="controlled-setting-indicator"
326 managed="AutoConnect"></span> 326 managed="Cellular.AutoConnect"></span>
327 </span> 327 </span>
328 </label> 328 </label>
329 </div> 329 </div>
330 </td> 330 </td>
331 </tr> 331 </tr>
332 </table> 332 </table>
333 </section> 333 </section>
334 </div> 334 </div>
335 <div id="cellular-device-tab" class="subpages-tab-contents 335 <div id="cellular-device-tab" class="subpages-tab-contents
336 cellular-details"> 336 cellular-details">
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 <button id="details-internet-disconnect" i18n-content="disconnectButton"> 672 <button id="details-internet-disconnect" i18n-content="disconnectButton">
673 </button> 673 </button>
674 <button id="details-internet-configure" i18n-content="configureButton"> 674 <button id="details-internet-configure" i18n-content="configureButton">
675 </button> 675 </button>
676 <button id="activate-details" i18n-content="activateButton"></button> 676 <button id="activate-details" i18n-content="activateButton"></button>
677 <button id="view-account-details" i18n-content="viewAccountButton"> 677 <button id="view-account-details" i18n-content="viewAccountButton">
678 </button> 678 </button>
679 </div> 679 </div>
680 </div> 680 </div>
681 </div> 681 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_detail.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698