noVNC/tests
Samuel Mannehed d472f3f19e Abstract RFB errors to avoid sending strings
The API allowed strings to be passed from the RFB module to the
application using the disconnect reason. This caused problems since
the application didn't have control over translations for these
strings.

Most of the information being passed using this string was very
technical and not helpful to the end user. One exception to this was
the security result information regarding for example authentication
failures. The protocol allows the VNC server to pass a string
directly to the user in the security result.

So the disconnect reason is replaced by a boolean saying if the
disconnection was clean or not. And for the security result information
from the server, a new event has been added.
2017-11-14 15:36:12 +01:00
..
assertions.js Setup chai extensions centrally 2017-09-28 14:10:19 +02:00
fake.websocket.js Update tests to work with new structure 2017-03-21 17:39:07 -04:00
input.html Split devices.js into keyboard.js and mouse.js 2017-09-17 18:23:57 +02:00
karma-test-main.js Setup chai extensions centrally 2017-09-28 14:10:19 +02:00
playback-ui.js Abstract RFB errors to avoid sending strings 2017-11-14 15:36:12 +01:00
playback.js Abstract RFB errors to avoid sending strings 2017-11-14 15:36:12 +01:00
test.base64.js Remove trailing whitespace 2017-05-13 01:56:24 +02:00
test.display.js Remove "downscale only" mode 2017-11-09 13:13:41 +01:00
test.helper.js Handle iOS special keys 2017-06-21 14:02:24 +02:00
test.keyboard.js Use standard JavaScript properties 2017-11-09 13:03:32 +01:00
test.mouse.js Use standard JavaScript properties 2017-11-09 13:03:32 +01:00
test.rfb.js Abstract RFB errors to avoid sending strings 2017-11-14 15:36:12 +01:00
test.util.js Restore logging properly after log tests 2017-09-28 14:11:44 +02:00
test.websock.js Merge pull request #893 from CendioOssman/amt 2017-10-05 16:59:53 +02:00
vnc_perf.html Remove RFB.notification() 2017-11-11 02:10:12 +01:00
vnc_playback.html Make vnc_playback.html functional once more 2017-03-21 17:39:07 -04:00