noVNC/include
Joel Martin 2cde6e4380 include/vnc.js: dynamic load without document.write.
Instead of using document.write to load scripts, use createElement to
create and append script tags. document.write is problematic in a lot
of situation and in particular is not allowed in a Chrome
extension/packaged app.

Also, in webutil.js, instead of calling init_logging during parsing of
include/webutil.js, rely on the caller to do this. The problem is that
calling init_logging on parse tries to call Util logging functions and
the new model of dynamic load may not having Util loaded by the time
webutil is parsed.
2012-09-17 17:15:49 -05:00
..
chrome-app tcp-client.js: read/write arraybuffer. Read/disconnect handling. 2012-09-17 17:15:48 -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 License clarification: HTML,CSS,images,fonts under permissive licenses. 2012-06-24 16:29:44 -05:00
base64.js Better base64 illegal character output. 2012-02-20 15:48:39 -06:00
black.css License clarification: HTML,CSS,images,fonts under permissive licenses. 2012-06-24 16:29:44 -05:00
blue.css License clarification: HTML,CSS,images,fonts under permissive licenses. 2012-06-24 16:29:44 -05:00
des.js include/des.js: trim some fat. 2010-09-30 11:17:52 -05:00
display.js License clarification: HTML,CSS,images,fonts under permissive licenses. 2012-06-24 16:29:44 -05:00
input.js Comment out duplicates in unicodeTable. 2012-04-26 08:18:27 -05:00
jsunzip.js add some documentation; default to existing websocket transport 2012-03-09 11:02:18 -05:00
logo.js Add logo, favicon. 2011-02-03 11:04:32 -06:00
playback.js License clarification: HTML,CSS,images,fonts under permissive licenses. 2012-06-24 16:29:44 -05:00
rfb.js rfb.js: add onFBResize event callback. 2012-09-17 17:15:48 -05:00
start.js vnc.html, ui.js: move all Javascript to ui.js. 2012-09-17 17:15:49 -05:00
ui.js vnc.html, ui.js: move all Javascript to ui.js. 2012-09-17 17:15:49 -05:00
util.js websock.js: simpler binary support, protocols param. 2012-08-16 13:31:31 -05:00
vnc.js include/vnc.js: dynamic load without document.write. 2012-09-17 17:15:49 -05:00
websock.js Update websockify/websock.js. 2012-09-17 17:00:01 -05:00
webutil.js include/vnc.js: dynamic load without document.write. 2012-09-17 17:15:49 -05:00