noVNC/include
Joel Martin a93c955538 Opera works! Fix message event drops/reorders.
Instead of relying on FABridge AS -> JS event delivery, we just use
the events to notify JS of pending data. The message handler then
calls the AS readSocketData routine which sends back an array of
the pending WebSocket frames.

There is still a minor bug somewhere that happens after the first
connect where the web-socket-js throws an "INVALID_STATE_ERR: Web
Socket connection has not been established". But, Opera is now usable
and we should be able to drop the packet sequence numbering and
re-ordering code.

Another minor issue to better support Opera is to move JS script
includes to the <head> of the page instead of after the body.
2010-07-01 09:53:38 -05:00
..
as3crypto_patched Import as3crypto_patch: ffda6e9cd8b1d74f45472c676afda8360ae1e5aa 2010-04-30 14:13:32 -05:00
fab-test Create FABridge tester. Move wstest into tests subdir. 2010-05-16 19:21:21 -05:00
web-socket-js Opera works! Fix message event drops/reorders. 2010-07-01 09:53:38 -05:00
base64.js Various cross-browser fixes. 2010-06-23 16:08:36 -05:00
black.css Add CtrlAltDel send button to status bar. 2010-06-15 17:47:01 -05:00
canvas.js Significant firefox perf improvement. Update TODOs. 2010-06-29 14:36:18 -05:00
default_controls.js Disabled ctrlAltDel button when N/A. 2010-06-15 17:56:38 -05:00
des.js Isolate DOM references in load() and connect(). 2010-05-11 16:39:17 -05:00
mootools-1.2.4-core-comp.js Remove uneeded mootools functions and used compressed version. 2010-04-15 12:28:53 -05:00
mootools-1.2.4-core.js Remove uneeded mootools functions and used compressed version. 2010-04-15 12:28:53 -05:00
mootools.js Remove uneeded mootools functions and used compressed version. 2010-04-15 12:28:53 -05:00
plain.css Add CtrlAltDel send button to status bar. 2010-06-15 17:47:01 -05:00
util.js Various cross-browser fixes. 2010-06-23 16:08:36 -05:00
vnc.js Fix issue #7: security scheme list parsing. 2010-06-26 17:41:39 -05:00