noVNC/include
Solly Ross 58ded70d15 Create RFB object on connect
In e543525faa, we switched to creating
a new RFB object on disconnect.  This caused issues, however, since
any errors were only displayed briefly before the new "loaded" text
was displayed instead.

Now, we create the RFB object on connect.  This essentially removes
the usefulness of the "loaded" state, but prevents the aforementioned
problem.

To facilitate this, the code which does detection of cursor URI support
was moved from this Display constructor (which now calls the new
function) into its own function, `Util.browserSupportsCursorURIs()`.

Fixes #467
2015-03-26 17:09:05 -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 * Don't check specific html elements from the display code (Fixes #446) 2015-03-09 14:30:56 +01: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 Create RFB object on connect 2015-03-26 17:09:05 -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 Fixes #309, make use of keysym.js 2014-11-26 09:24:13 +01:00
keysym.js Fixes issue #435 - added missing comma in keysym.js 2015-02-03 13:04:16 +01: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 * Change name of ext_desktop_size to the proper ExtendedDesktopSize 2015-03-05 14:56:47 +01:00
ui.js Create RFB object on connect 2015-03-26 17:09:05 -04:00
util.js Create RFB object on connect 2015-03-26 17:09:05 -04:00
websock.js Unregister event listeners from websock. 2015-01-08 15:25:55 -05:00
webutil.js Cleanup: Webutil code 2014-09-15 16:46:02 -04:00