]> git.proxmox.com Git - mirror_novnc.git/commit
Almost double firefox tight_png render performance.
authorJoel Martin <github@martintribe.org>
Wed, 9 Jun 2010 20:40:46 +0000 (15:40 -0500)
committerJoel Martin <github@martintribe.org>
Wed, 9 Jun 2010 20:40:46 +0000 (15:40 -0500)
commit0664669ce9db012fe8e86e8ea2a0aae3604e9500
tree5e9cd69889794bc400f02d3546b5c778beeb6329
parent29cb15f9caf3130260dc5d3e64235f77e21d89dc
Almost double firefox tight_png render performance.

When extracting the data URI info, much more efficient in firefox to
iterate and push onto an array, then to generate the whole array at
once using the map function.

Chrome is mostly unaffected by this change (might be slightly better).
vnc.js