noVNC/include
Joel Martin 73ee4fa7cc util.js: fix dynamic script load on IE 9 (again).
Use a mechanism described here to serialize the execution of scripts
under IE: http://wiki.whatwg.org/wiki/Dynamic_Script_Execution_Order
Basically, we set the src attribute but do not append the script to
the body/head until after readyState is "loaded". Unfortunately, Opera
uses readyState but in a different way (always "loaded" for both load
and execution).

This is related to (and hopefully fixes) these issues:
https://github.com/kanaka/noVNC/issues/194,
https://github.com/kanaka/noVNC/issues/205,
https://github.com/kanaka/noVNC/issues/208.
2012-10-23 15:54:08 -05:00
..
chrome-app tcp-client.js: after read, try read again. 2012-09-17 17:15:50 -05:00
web-socket-js Update websockify/websock.js. 2012-09-17 17:00:01 -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 Change noVNC license to from LGPLv3 to MPL 2.0 2012-10-15 13:35:00 -05:00
base64.js Refactoring hot blocks to help Chrome optimizing compiler. 2012-10-15 13:48:07 -05:00
black.css Change noVNC license to from LGPLv3 to MPL 2.0 2012-10-15 13:35:00 -05:00
blue.css Change noVNC license to from LGPLv3 to MPL 2.0 2012-10-15 13:35:00 -05:00
des.js include/des.js: trim some fat. 2010-09-30 11:17:52 -05:00
display.js Always generate square cursor images in changeCursor (fix portrait mode issue). 2012-10-17 09:56:20 +02:00
input.js Revert "supprt ALTGR key event" 2012-10-17 15:37:24 -05:00
jsunzip.js Refactoring hot blocks to help Chrome optimizing compiler. 2012-10-15 13:48:07 -05:00
logo.js Add logo, favicon. 2011-02-03 11:04:32 -06:00
playback.js Change noVNC license to from LGPLv3 to MPL 2.0 2012-10-15 13:35:00 -05:00
rfb.js Refactor dynamic script loading. Add util.js:load_scripts() 2012-10-17 11:58:12 -05:00
ui.js ui.js: fix drag button so it can be toggled off. 2012-10-19 12:18:21 -05:00
util.js util.js: fix dynamic script load on IE 9 (again). 2012-10-23 15:54:08 -05:00
websock.js Add binary/base64 data mode to perf/playback tests. 2012-10-17 11:58:13 -05:00
webutil.js Change noVNC license to from LGPLv3 to MPL 2.0 2012-10-15 13:35:00 -05:00