]> git.proxmox.com Git - mirror_novnc.git/commit
Use Typed Arrays for the send queue
authorSolly Ross <sross@redhat.com>
Thu, 28 May 2015 19:28:30 +0000 (15:28 -0400)
committerSolly Ross <sross@redhat.com>
Thu, 6 Aug 2015 18:47:03 +0000 (14:47 -0400)
commit9ff86fb718477515ede2d6457f06643935d76bcd
tree1527806d0258240d55a9dbb4c0f0957e81aaa706
parentd1800d0960ad9c3d2ff20c990f5886d2edf7f514
Use Typed Arrays for the send queue

This commit converts the send queue to use typed arrays, and converts
message creation functions in 'rfb.js' to create messages directly into
the socket's send queue.  This commit also removes the separate mouse array,
which is no longer needed.
include/rfb.js
include/websock.js
tests/assertions.js
tests/fake.websocket.js
tests/test.rfb.js
tests/test.websock.js