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

Unified Diff: remoting/tools/javascript_key_tester/main.html

Issue 884703006: Handling PNaCl KeyboardInputEvent(s) in the key tester app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding disable_nacl==0 condition and disabling _jscompile target. Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/tools/javascript_key_tester/main.css ('k') | remoting/tools/javascript_key_tester/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..791c024244575502d017a4e1c967d2e430d55a79 100644
--- a/remoting/tools/javascript_key_tester/main.html
+++ b/remoting/tools/javascript_key_tester/main.html
@@ -15,8 +15,30 @@ 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>
</div>
</body>
</html>
« no previous file with comments | « remoting/tools/javascript_key_tester/main.css ('k') | remoting/tools/javascript_key_tester/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698