mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-02 18:39:41 +00:00
Maverick browser updates.
Chrome 12 & 10, Firefox 4.0.1 & 3.6.16, Opera 11.11
@@ -1,4 +1,42 @@
|
||||
This list show results of testing noVNC on various browser and OS combinations.
|
||||
In general noVNC works on any browser with Canvas and WebSockets
|
||||
support (either native or via web-socket-js) which is just about
|
||||
everything except IE 8 and lower. However, noVNC works best and is
|
||||
fastest in Chrome (any version) and Firefox 4 (with native WebSockets
|
||||
manually enabled, see note 4).
|
||||
|
||||
The following tables show results of testing noVNC on various browser
|
||||
and OS combinations.
|
||||
|
||||
### Ubuntu Maverick (10.10)
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Browser</th>
|
||||
<th>Status</th>
|
||||
<th>Performance/Notes</th>
|
||||
</tr> <tr>
|
||||
<td>Chrome 12.0.742.91</td>
|
||||
<td>Excellent</td>
|
||||
<td>Very fast. Native WebSockets.</td>
|
||||
</tr> <tr>
|
||||
<td>Chrome 10.0.648.205</td>
|
||||
<td>Excellent</td>
|
||||
<td>Very fast. Native WebSockets.</td>
|
||||
</tr> <tr>
|
||||
<td>Firefox 4.0.1</td>
|
||||
<td>Very Good</td>
|
||||
<td>Very fast with native WebSockets enabled (see note 4)</td>
|
||||
</tr> <tr>
|
||||
<td>Firefox 3.6.16</td>
|
||||
<td>Good</td>
|
||||
<td>Slowed by web-socket-js overhead.</td>
|
||||
</tr> <tr>
|
||||
<td>Opera 11.11 (native WebSockets)</td>
|
||||
<td>Good</td>
|
||||
<td>Native WebSockets enabled (see note 4).</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
### Ubuntu Karmic (9.10)
|
||||
|
||||
@@ -38,7 +76,7 @@ This list show results of testing noVNC on various browser and OS combinations.
|
||||
</tr> <tr>
|
||||
<td>Opera 11.00 (native WebSockets)</td>
|
||||
<td>Good</td>
|
||||
<td>Opera WebSockets must be turned on (see note 4)</td>
|
||||
<td>Opera WebSockets enabled (see note 4)</td>
|
||||
</tr> <tr>
|
||||
<td>Opera 11.00 (web-socket-js)</td>
|
||||
<td>Poor</td>
|
||||
|
||||
Reference in New Issue
Block a user