summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_key_tester.gypi
Commit message (Collapse)AuthorAgeFilesLines
* This refactor makes third_party/closure_compiler/compile_js.gypi more ↵twellington2015-06-231-20/+5
| | | | | | | | | | versatile by allowing other gypi's that include it to define script_args and additional closure_args. remoting/ and components/resources/enhanced_bookmarks/ have been refactored to use compile_js.gypi (rather than calling compile.py directly). BUG=496276 Review URL: https://codereview.chromium.org/1152583011 Cr-Commit-Position: refs/heads/master@{#335692}
* [Chromoting] Fix protos for remoting key tester.garykac2015-06-031-4/+1
| | | | | | | | | | | | cl/1143113004 removed our local proto files to use the ones that are part of closure_compiler. The remoting_key_tester was overlooked during that change. This cl updates the key tester. BUG= Review URL: https://codereview.chromium.org/1152163006 Cr-Commit-Position: refs/heads/master@{#332682}
* NaCl/GYP: remove references to prep_toolchain.ncbray2015-04-211-4/+0
| | | | | | | | | | prep_toolchain is now a no-op. BUG=456902 Review URL: https://codereview.chromium.org/1097153002 Cr-Commit-Position: refs/heads/master@{#326044}
* Add --output_wrapper support to checker.py and Runner.javatwellington2015-04-201-1/+1
| | | | | | | | | | | Modify Runner.java to understand quoted args and add optional --output_wrapper argument to checker.py BUG=393874 Review URL: https://codereview.chromium.org/1081073002 Cr-Commit-Position: refs/heads/master@{#325856}
* [Chromoting] Enable jscompile for webapp unittests.garykac2015-03-021-2/+4
| | | | | | | | | | | | | | | | | | | | | This adds a target to run jscompile over the unittest files. The save/restore functions of chromeMocks are removed since they are not necessary. chromeMocks.reset() is called automatically before each test. It also fixes most of the errors that jscompile produces. For the unittests where all the errors have not been fixed, jscompile is disabled for those files. Cases where errors were not fixed include those that require refactoring base classes to expose an interface that the corresponding mock can use -- these are best done is a separate, targetted cl. Also, the it2me tests are not checked because they will be removed soon. BUG= Review URL: https://codereview.chromium.org/959963002 Cr-Commit-Position: refs/heads/master@{#318725}
* Remove the JS key log summary, since it's of limited value without the ↵jamiewalch2015-02-091-1/+0
| | | | | | | | | | | | "code" field. Also includes misc fixes for release. * Change the title, since we're no longer just JS. * Add a description for CWS. * Update version number. Review URL: https://codereview.chromium.org/910483002 Cr-Commit-Position: refs/heads/master@{#315427}
* Remoting: Add missing Gyp dependency on the "prep_toolchain" targetmseaborn2015-02-091-0/+4
| | | | | | | | | BUG=456902 TEST=none Review URL: https://codereview.chromium.org/893343003 Cr-Commit-Position: refs/heads/master@{#315380}
* Reinstated onBlur handler and added images for CWS.jamiewalch2015-02-061-0/+1
| | | | | | | | | | The onBlur handler was accidentally removed by my recent refactoring. The images are required for submissions to CWS; only the icon needs to included in the crx, however. Review URL: https://codereview.chromium.org/868663007 Cr-Commit-Position: refs/heads/master@{#314961}
* Clean-up key tester.jamiewalch2015-02-041-3/+4
| | | | | | | | | | | | | This fixes a bunch of small nits: * JSCompile is now enabled for this app. * No need to manually focus the PNaCl plugin. * Distinguishes between left and right modifiers for PNaCl events. * Debug log is hidden by default, and selectable when shown. * Minor CSS tweaks and code clean-up. Review URL: https://codereview.chromium.org/900983003 Cr-Commit-Position: refs/heads/master@{#314674}
* Handling PNaCl KeyboardInputEvent(s) in the key tester app.lukasza2015-02-031-0/+100
BUG=407778 Review URL: https://codereview.chromium.org/884703006 Cr-Commit-Position: refs/heads/master@{#314424}