noVNC/include
Solly Ross cfc02e5e2b Fixed presence detection bug in utils.set_defaults
Previously, Utils.set_defaults was using `if(conf[keys[i]])`
to check for the presence of a configuration key.  This would
fail if `conf[keys[i]]` happened to be false.  Instead, we now
use `if(keys[i] in conf)`, which simply checks for the presence
of the key in the conf object.
2014-09-19 14:48:00 -04:00
..
chrome-app tcp-client.js: after read, try read again. 2012-09-17 17:15:50 -05:00
web-socket-js Sync with websockify. 2013-04-25 09:52:10 -05:00
web-socket-js-project@c0855c6cae Sync with websockify. 2013-04-25 09:52:10 -05:00
Orbitron700.ttf Add local copy of Orbitron font. 2011-09-27 16:53:09 -05:00
Orbitron700.woff Add local copy of Orbitron font. 2011-09-27 16:53:09 -05:00
base.css Implement XVP UI in HTML 2014-02-17 17:55:28 -05:00
base64.js Cleanup and Test: base64.js 2014-09-15 16:46:02 -04:00
black.css Added Copyright information to all modified files. 2013-07-17 16:44:13 +02:00
blue.css Added Copyright information to all modified files. 2013-07-17 16:44:13 +02:00
des.js Cleanup: DES code 2014-09-15 16:46:02 -04:00
display.js Cleanup: Display Helper 2014-09-15 16:46:02 -04:00
input.js Cleanup: Input code 2014-09-15 16:46:02 -04:00
jsunzip.js Refactoring hot blocks to help Chrome optimizing compiler. 2012-10-15 13:48:07 -05:00
keyboard.js Cleanup: Keyboard code 2014-09-15 16:46:02 -04:00
keysym.js Added a new file for the key symbols, using the well recognized names for the constants from X11: 2013-08-30 15:41:46 +02:00
keysymdef.js Keyboard Handling [7/8]: Replace keysym table with optimized version 2013-12-05 12:31:50 -05:00
logo.js Add logo, favicon. 2011-02-03 11:04:32 -06:00
playback.js include/playback.js: support binary (non-base64) data files. 2012-10-26 18:08:00 -05:00
rfb.js Fixed Typo Causing MouseUp to not Register 2014-09-19 14:18:45 -04:00
ui.js Cleanup: UI code 2014-09-15 16:46:02 -04:00
util.js Fixed presence detection bug in utils.set_defaults 2014-09-19 14:48:00 -04:00
websock.js Cleanup: RFB Client 2014-09-15 16:46:02 -04:00
webutil.js Cleanup: Webutil code 2014-09-15 16:46:02 -04:00