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

Side by Side Diff: chrome/browser/resources/usb_internals/usb_internals.html

Issue 2965803003: Mojo JS bindings: add support to generate "dual-mode" code. (Closed)
Patch Set: . Created 3 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/usb_internals/usb_internals.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 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>USB Internals</title> 5 <title>USB Internals</title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <link rel="stylesheet" href="usb_internals.css"> 7 <link rel="stylesheet" href="usb_internals.css">
8 <script src="chrome://resources/js/cr.js"></script> 8 <script src="chrome://resources/js/cr.js"></script>
9 <script src="chrome://resources/js/mojo_bindings.js"></script>
9 <script src="chrome://resources/js/util.js"></script> 10 <script src="chrome://resources/js/util.js"></script>
11 <script src="chrome/browser/ui/webui/usb_internals/usb_internals.mojom.js">
12 </script>
10 <script src="usb_internals.js"></script> 13 <script src="usb_internals.js"></script>
11 </head> 14 </head>
12 <body> 15 <body>
13 <p> 16 <p>
14 <table class="styled-table"> 17 <table class="styled-table">
15 <thead> 18 <thead>
16 <tr> 19 <tr>
17 <th>Name</th> 20 <th>Name</th>
18 <th>Serial number</th> 21 <th>Serial number</th>
19 <th>Landing page</th> 22 <th>Landing page</th>
(...skipping 22 matching lines...) Expand all
42 <label> 45 <label>
43 Landing page: 46 Landing page:
44 <input id="test-device-landing-page" type="text" size="40"> 47 <input id="test-device-landing-page" type="text" size="40">
45 </label> 48 </label>
46 </p> 49 </p>
47 <button type="submit">Add</button> <span id="add-test-device-result"></spa n> 50 <button type="submit">Add</button> <span id="add-test-device-result"></spa n>
48 </form> 51 </form>
49 </div> 52 </div>
50 </body> 53 </body>
51 </html> 54 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/usb_internals/usb_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698