]> git.proxmox.com Git - mirror_novnc.git/commit - vnc_auto.html
Remove unnecessary substates of disconnected
authorSamuel Mannehed <samuel@cendio.se>
Sat, 17 Sep 2016 22:52:25 +0000 (00:52 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Fri, 30 Sep 2016 23:34:25 +0000 (01:34 +0200)
commit3bb12056b114896595cc506fab4cf909766dc106
tree2c392a04f4e57cc9e6a6d1089db788b19582ca88
parentc2a4d3ef86f966580c661272d772a708f0da003d
Remove unnecessary substates of disconnected

The states 'loaded', 'failed' and 'fatal' were all variations of the
'disconnected' state. Removing these states allows us to get rid of
many ugly workarounds and special cases. Error messages to the UI can
now instead be delivered via a new onDisconnected callback.
app/ui.js
core/rfb.js
tests/test.rfb.js
vnc_auto.html