| Index: remoting/tools/javascript_key_tester/main.html
|
| diff --git a/remoting/tools/javascript_key_tester/main.html b/remoting/tools/javascript_key_tester/main.html
|
| index 141b03b450b94ed5cabf6ce426f2e665b8a2ccf4..f4758ea75727060f5f29a9d4a8573243aefa4a53 100644
|
| --- a/remoting/tools/javascript_key_tester/main.html
|
| +++ b/remoting/tools/javascript_key_tester/main.html
|
| @@ -15,8 +15,29 @@ found in the LICENSE file.
|
| </head>
|
| <body>
|
| <h2>Chrome AppsV2 Key Event Tester</h2>
|
| - <button id="clear-log">Clear log</button>
|
| - <div id="key-log">
|
| + <div id="pnacl-listener">
|
| + PNaCl focus box:
|
| + <embed id="pnacl-plugin" width=100 height=12
|
| + src="remoting_key_tester.nmf" type="application/x-pnacl" />
|
| + (click inside to get focus, yellow background means it has focus).
|
| + </div>
|
| + <button id="clear-log">Clear logs</button>
|
| + <hr/>
|
| + <div class="logs">
|
| + <div class="summary-log-container">
|
| + Summary of JavaScript logs:
|
| + <div id="javascript-log">
|
| + </div>
|
| + </div>
|
| + <div class="summary-log-container">
|
| + Summary of PNaCl logs:
|
| + <div id="pnacl-log">
|
| + </div>
|
| + </div>
|
| + <div class="text-log-container">
|
| + Text log of JSON-ified events:
|
| + <div id="text-log">
|
| + </div>
|
| </div>
|
| </body>
|
| </html>
|
|
|