From 0a9f04241e7f336117c1e3761b30e0e065090e0d Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Tue, 18 Jan 2011 11:58:24 -0600 Subject: [PATCH] Move browsers.md to Wiki. It is now here: https://github.com/kanaka/noVNC/wiki/Browser-support --- README.md | 2 +- docs/browsers.md | 126 ----------------------------------------------- 2 files changed, 1 insertion(+), 127 deletions(-) delete mode 100644 docs/browsers.md diff --git a/README.md b/README.md index 3e1eb60b..fc375a76 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ See more screenshots h mean noVNC is painfully slow. * I maintain a more detailed list of browser compatibility here. + href="https://github.com/kanaka/noVNC/wiki/Browser-support">here. ### Server Requirements diff --git a/docs/browsers.md b/docs/browsers.md deleted file mode 100644 index ad52fd31..00000000 --- a/docs/browsers.md +++ /dev/null @@ -1,126 +0,0 @@ -## noVNC: Browser Support - -### Ubuntu Karmic (9.10) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BrowserStatusPerformance/Notes
Chrome 7.0.510.0BrokenWebKit render bug (see note 3)
Chrome 5.0.375.29ExcellentVery fast. Native WebSockets.
Firefox 4.0 Beta 6ExcellentFast. Native WebSockets. SSL cert hassle (see note 2)
Firefox 3.6.1GoodSlowed by web-socket-js overhead. Local cursor causes segfault.
Arora 0.10.1FairSlow due to broken putImageData and web-socket-js.
Opera 10.60Poorweb-socket-js problems, mouse/keyboard issues (see note 1)
Konqueror 4.3.2Brokenweb-socket-js never loads
- - -### Ubuntu Jaunty (9.04) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BrowserStatusPerformance/Notes
Chrome 5.0.375.29ExcellentVery fast. Native WebSockets.
Firefox 3.5GoodSlowed by web-socket-js overhead.
Firefox 3.0.17FairWorks fine but is slow.
Arora 0.5FairSlow due to broken putImageData and web-socket-js.
Opera 10.60Poorweb-socket-js problems, mouse/keyboard issues (see note 1)
Konqueror 4.2.2Brokenweb-socket-js never loads
- - -### Windows XP - - - - - - - - - - - - - - - - - - - - - - - -
BrowserStatusPerformance/Notes
Chrome 5.0.375.99ExcellentVery fast. Native WebSockets.
Safari 5.0ExcellentFast. Native WebSockets.
Firefox 3.0.19GoodSome overhead from web-socket-js.
IE 6, 7, 8Non-starterNo basic Canvas support. Javascript painfully slow.
- - -* Note 1: Opera interacts poorly with web-socket-js. After two - disconnects the browser tab or Flash often hang. Although Javascript - is faster than Firefox 3.5, the high variability of web-socket-js - performance results in overall performance being lower. Middle mouse - clicks and keyboard events need some work to work properly under - Opera. Also, Opera does not have support for setting the cursor - style url to a data URI scheme, so cursor pseudo-encoding is - disabled. - -* Note 2: Firefox 4.0 Beta does not provide a direct way to accept - SSL certificates via WebSockets. You can work around this by - navigating directly to the WebSockets port using 'https://' and - accepting the certificate. Then return to noVNC and connect - normally. - -* Note 3: Browsers using WebKit build 66396 through 68867 - (Chrome/Chromium build 57968 through 61278) have a Canvas rendering - bug. The WebKit bug is #46319. - The noVNC bug is #28. - -