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

Issue 884703006: Handling PNaCl KeyboardInputEvent(s) in the key tester app. (Closed)

Created:
5 years, 10 months ago by Łukasz Anforowicz
Modified:
5 years, 10 months ago
CC:
chromium-reviews, chromoting-reviews_chromium.org, Rintaro Kuroiwa
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Handling PNaCl KeyboardInputEvent(s) in the key tester app. BUG=407778 Committed: https://crrev.com/31a6f70b8a22930cc749a67a90c6e7e3778f8466 Cr-Commit-Position: refs/heads/master@{#314424}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed Jamie's design feedback. #

Total comments: 16

Patch Set 3 : Rebasing... #

Patch Set 4 : Addressed most of Jamie's code review feedback. #

Total comments: 6

Patch Set 5 : Gyp clean-up to address Justin's feedback. #

Patch Set 6 : Fixing a typo in javascript type annotation. #

Total comments: 1

Patch Set 7 : Adding disable_nacl==0 condition and disabling _jscompile target. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+461 lines, -40 lines) Patch
M remoting/remoting.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A remoting/remoting_key_tester.gypi View 1 2 3 4 5 6 1 chunk +100 lines, -0 lines 0 comments Download
M remoting/remoting_nacl.gyp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + remoting/tools/javascript_key_tester/DEPS View 1 chunk +1 line, -1 line 0 comments Download
A remoting/tools/javascript_key_tester/README View 1 chunk +9 lines, -0 lines 0 comments Download
M remoting/tools/javascript_key_tester/chord_tracker.js View 1 2 3 3 chunks +46 lines, -29 lines 0 comments Download
M remoting/tools/javascript_key_tester/keyboard_map.js View 1 1 chunk +1 line, -0 lines 0 comments Download
M remoting/tools/javascript_key_tester/main.css View 1 2 chunks +32 lines, -0 lines 0 comments Download
M remoting/tools/javascript_key_tester/main.html View 1 2 3 1 chunk +24 lines, -2 lines 0 comments Download
M remoting/tools/javascript_key_tester/main.js View 1 2 3 4 5 1 chunk +131 lines, -6 lines 0 comments Download
A remoting/tools/javascript_key_tester/pnacl/remoting_key_tester.cc View 1 2 3 1 chunk +114 lines, -0 lines 0 comments Download
A + remoting/tools/javascript_key_tester/pnacl/remoting_key_tester.nmf View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 26 (6 generated)
Łukasz Anforowicz
Jamie, could you please take a look? 1. The output is not very pretty, but ...
5 years, 10 months ago (2015-01-28 22:15:35 UTC) #2
Jamie
Re 2: For ChromeOS, we will ultimately host this on CWS. In the interim, you ...
5 years, 10 months ago (2015-01-28 22:31:27 UTC) #3
Łukasz Anforowicz
I started addressing your feedback, but then I realized that I really like strings :-) ...
5 years, 10 months ago (2015-01-29 00:26:37 UTC) #4
Jamie
On 2015/01/29 00:26:37, lukasza wrote: > I started addressing your feedback, but then I realized ...
5 years, 10 months ago (2015-01-29 01:21:26 UTC) #5
Sergey Ulanov
This all looks very similar to this NaCl example: native_client_sdk/src/examples/api/input_event/input_event.cc . But that example doesn't ...
5 years, 10 months ago (2015-01-29 19:37:35 UTC) #7
Wez
+1 to adding some nice log output to the existing input event sample. :) On ...
5 years, 10 months ago (2015-01-29 19:41:26 UTC) #8
Łukasz Anforowicz
Jamie, could you please take another look? Sergey/Wez: it is probably worth flushing out what ...
5 years, 10 months ago (2015-01-30 22:45:28 UTC) #9
Jamie
Mostly fine; the only non-nit is that I don't think it's worth tracking JS and ...
5 years, 10 months ago (2015-01-30 23:25:09 UTC) #10
Łukasz Anforowicz
I addressed the less important comments, but I am not sure what to do about ...
5 years, 10 months ago (2015-01-31 00:44:49 UTC) #11
Jamie
lgtm https://codereview.chromium.org/884703006/diff/20001/remoting/tools/javascript_key_tester/main.js File remoting/tools/javascript_key_tester/main.js (right): https://codereview.chromium.org/884703006/diff/20001/remoting/tools/javascript_key_tester/main.js#newcode8 remoting/tools/javascript_key_tester/main.js:8: * @param {number|undefined} space On 2015/01/31 00:44:49, lukasza ...
5 years, 10 months ago (2015-01-31 01:01:56 UTC) #12
Łukasz Anforowicz
Justin, could you please take a look to bless the new dependency on ppapi in ...
5 years, 10 months ago (2015-01-31 01:06:42 UTC) #14
teravest
https://codereview.chromium.org/884703006/diff/60001/remoting/remoting_key_tester.gypi File remoting/remoting_key_tester.gypi (right): https://codereview.chromium.org/884703006/diff/60001/remoting/remoting_key_tester.gypi#newcode7 remoting/remoting_key_tester.gypi:7: '../native_client/build/untrusted.gypi', I believe you want to include build/common_untrusted.gypi here ...
5 years, 10 months ago (2015-02-02 15:54:06 UTC) #15
Łukasz Anforowicz
Justin, I addressed your code review feedback - could you please take another look? https://codereview.chromium.org/884703006/diff/60001/remoting/remoting_key_tester.gypi ...
5 years, 10 months ago (2015-02-02 22:26:52 UTC) #16
teravest
lgtm https://codereview.chromium.org/884703006/diff/100001/remoting/remoting_key_tester.gypi File remoting/remoting_key_tester.gypi (right): https://codereview.chromium.org/884703006/diff/100001/remoting/remoting_key_tester.gypi#newcode91 remoting/remoting_key_tester.gypi:91: 'link_flags': [ I feel like you should be ...
5 years, 10 months ago (2015-02-02 22:33:37 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/884703006/100001
5 years, 10 months ago (2015-02-02 22:39:31 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/42729)
5 years, 10 months ago (2015-02-02 22:47:17 UTC) #21
Łukasz Anforowicz
I made all 3 remoting_key_tester* targets conditional on disable_nacl==0 and disable_nacl_untrusted==0. With unconditional definition of ...
5 years, 10 months ago (2015-02-03 21:24:09 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/884703006/120001
5 years, 10 months ago (2015-02-03 22:53:17 UTC) #24
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 10 months ago (2015-02-03 22:58:16 UTC) #25
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 22:59:50 UTC) #26
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/31a6f70b8a22930cc749a67a90c6e7e3778f8466
Cr-Commit-Position: refs/heads/master@{#314424}

Powered by Google App Engine
This is Rietveld 408576698