diff --git a/README.md b/README.md index 2b7ac685..343ae93e 100644 --- a/README.md +++ b/README.md @@ -77,58 +77,60 @@ There a few reasons why a proxy is required: ### Browser Support +In the following table Jaunty is Ubuntu 9.04 and WinXP is Windows XP. + #### Linux (Ubuntu 9.04)
OS | Browser | -Status | -Notes | +OS | Browser | +Status | +Notes |
---|---|---|---|---|---|---|---|
Jaunty | Chrome 5.0.375.29 | -Works great | -Very fast. Native WebSockets. | +Jaunty | Chrome 5.0.375.29 | +Excellent | +Very fast. Native WebSockets. |
Jaunty | Firefox 3.5 | -Works well | -Large full-color images are somewhat slow due to - web-socket-js overhead. | +Jaunty | Firefox 3.5 | +Good | +Large full-color images are somewhat slow due to + web-socket-js overhead. |
Jaunty | Opera 10.60 | -Works | -web-socket-js interaction makes it slower than firefox - and causes occasional hangs. | +Jaunty | Opera 10.60 | +Fair | +web-socket-js interaction problems: slower than firefox, + occasional hangs. |
Jaunty | Arora 0.5 | -Works | -Broken putImageData so large full-color images - are slow. Uses web-socket-js. | +Jaunty | Arora 0.5 | +Good | +Broken putImageData so large full-color images + are slow. Uses web-socket-js. |
Jaunty | Konqueror 4.2.2 | -Broken | -web-socket-js never loads | +Jaunty | Konqueror 4.2.2 | +Broken | +web-socket-js never loads |
- | - | - | + | + | + | + | |
WinXP | Chrome 5.0.375.99 | -Works great | -Very fast. Native WebSockets. | +WinXP | Chrome 5.0.375.99 | +Excellent | +Very fast. Native WebSockets. |
WinXP | Firefox 3.0.19 | -Works well | -Some overhead from web-socket-js. | +WinXP | Firefox 3.0.19 | +Good | +Some overhead from web-socket-js. |
WinXP | Safari 5.0 | -Works | -Fast. Native WebSockets. Broken 'wss://' - (SSL) - weird client header | +WinXP | Safari 5.0 | +Fair | +Fast. Native WebSockets. Broken 'wss://' + (SSL) - weird client header |
WinXP | IE 6, 7, 8 | -Non-starter | -No basic Canvas support. Javascript painfully slow. | +WinXP | IE 6, 7, 8 | +Non-starter | +No basic Canvas support. Javascript painfully slow. |