noVNC/tests
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
..
arrays.html test/*.html: use "../include" instead of symlink. 2011-03-14 19:05:42 -05:00
arrays.js Change noVNC license to from LGPLv3 to MPL 2.0 2012-10-15 13:35:00 -05:00
assertions.js Fixed assertion collision issues 2014-09-19 12:16:06 -04:00
base64.html test/*.html: use "../include" instead of symlink. 2011-03-14 19:05:42 -05:00
base64.js wsproxy.js: Fix multi-frame decoding. 2010-11-07 22:28:08 -06:00
browser.js tests/browser.js: Missing. Needed for arrays.html test. 2011-04-21 08:45:04 -05:00
canvas.html Change default PixelFormat. Fix canvas test. 2011-07-18 12:17:47 -05:00
cursor.html test/*.html: use "../include" instead of symlink. 2011-03-14 19:05:42 -05:00
face.png API changes. Client cursor and settings menu. 2010-07-21 20:34:23 -05:00
face.png.js Various cross-browser fixes. 2010-06-23 16:08:36 -05:00
fake.websocket.js Cleanup: WebSocket Helper 2014-09-15 16:46:02 -04:00
input.html Update tests/input.html to include keysym.js instead of keysymdef.js 2015-02-17 13:36:22 -05:00
keyboard-tests.html Keyboard Handling [3/8]: Add unit tests for new keyboard handling 2013-12-05 12:25:30 -05:00
run_from_console.casper.js Add support for Travis CI and SauceLabs Testing 2014-09-15 16:46:02 -04:00
run_from_console.js Add support for Relative Paths in the Test Runner 2014-09-22 21:42:32 -04:00
run_from_console.zombie.js Support Skipped Tests and Fix JSHint Issues 2013-12-17 17:56:18 -05:00
stats.js Add Javascript binary byte array test. 2011-02-23 11:08:09 -06:00
test.base64.js Cleanup and Test: base64.js 2014-09-15 16:46:02 -04:00
test.display.js Create RFB object on connect 2015-03-26 17:09:05 -04:00
test.helper.js Cleanup: Keyboard code 2014-09-15 16:46:02 -04:00
test.keyboard.js Cleanup: Keyboard code 2014-09-15 16:46:02 -04:00
test.rfb.js * Change name of ext_desktop_size to the proper ExtendedDesktopSize 2015-03-05 14:56:47 +01:00
test.util.js Cleanup: Webutil code 2014-09-15 16:46:02 -04:00
test.websock.js Cleanup: WebSocket Helper 2014-09-15 16:46:02 -04:00
viewport.css Viewport clip/drag for mobile/touchscreen devices. 2011-09-22 10:36:23 -05:00
viewport.html Support automatic resize [Part 1/4]: display.js 2015-02-06 16:54:14 +01:00
vnc_perf.html Fix invalid updateState property of RFB 2014-09-17 16:56:13 +09:00
vnc_playback.html Fix invalid updateState property of RFB 2014-09-17 16:56:13 +09:00