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

Side by Side Diff: chrome/browser/resources/net_internals/chromeos_view.html

Issue 11434068: Enable Chrome OS WiMAX debugging in chrome://net-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/chromeos_view.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="chromeos-view-tab-content" class=content-box> 1 <div id="chromeos-view-tab-content" class=content-box>
2 <h3>Import ONC file</h3> 2 <h3>Import ONC file</h3>
3 <div id="chromeos-view-import-div"> 3 <div id="chromeos-view-import-div">
4 <input type="file" id="chromeos-view-import-onc"> 4 <input type="file" id="chromeos-view-import-onc">
5 </div> 5 </div>
6 <div id="chromeos-view-password-div" hidden> 6 <div id="chromeos-view-password-div" hidden>
7 This onc file appears to be encrypted. Please provide the decryption key: 7 This onc file appears to be encrypted. Please provide the decryption key:
8 <div> 8 <div>
9 <input type="password" id="chromeos-view-onc-password"> 9 <input type="password" id="chromeos-view-onc-password">
10 </div> 10 </div>
11 </div> 11 </div>
12 <div id="chromeos-view-parse-status" hidden> 12 <div id="chromeos-view-parse-status" hidden>
13 </div> 13 </div>
14 <div id="chromeos-view-store-debug-logs-div"> 14 <div id="chromeos-view-store-debug-logs-div">
15 <h3>Store Logs</h3> 15 <h3>Store Logs</h3>
16 <input type="button" 16 <input type="button"
17 » id="chromeos-view-store-debug-logs" 17 id="chromeos-view-store-debug-logs"
18 » value="Store Debug Logs"> 18 value="Store Debug Logs">
19 <label for="chromeos-view-store-debug-logs" 19 <label for="chromeos-view-store-debug-logs"
20 id="chromeos-view-store-debug-logs-status"> 20 id="chromeos-view-store-debug-logs-status">
21 </label> 21 </label>
22 </div> 22 </div>
23 <div id="chromeos-view-network-debugging-div"> 23 <div id="chromeos-view-network-debugging-div">
24 <h3>Network Debugging</h3> 24 <h3>Network Debugging</h3>
25 <dl> 25 <dl>
26 <dt>Select interface for debugging</dt> 26 <dt>Select interface for debugging</dt>
27 <dd> 27 <dd>
28 <input type="button" 28 <input type="button"
29 value="Wi-Fi" 29 value="Wi-Fi"
30 id="chromeos-view-network-debugging-wifi"> 30 id="chromeos-view-network-debugging-wifi">
31 <input type="button" 31 <input type="button"
32 value="Ethernet" 32 value="Ethernet"
33 id="chromeos-view-network-debugging-ethernet"> 33 id="chromeos-view-network-debugging-ethernet">
34 <input type="button" 34 <input type="button"
35 value="Cellular" 35 value="Cellular"
36 id="chromeos-view-network-debugging-cellular"> 36 id="chromeos-view-network-debugging-cellular">
37 <input type="button" 37 <input type="button"
38 value="WiMAX"
39 id="chromeos-view-network-debugging-wimax">
40 <input type="button"
38 name="subsystem" 41 name="subsystem"
39 value="None" 42 value="None"
40 id="chromeos-view-network-debugging-none"> 43 id="chromeos-view-network-debugging-none">
41 </dd> 44 </dd>
42 </dl> 45 </dl>
43 <label id="chromeos-view-network-debugging-status"> 46 <label id="chromeos-view-network-debugging-status">
44 </label> 47 </label>
45 </div> 48 </div>
46 </div> 49 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/chromeos_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698