Prechádzať zdrojové kódy

Update README.md with browser support.

Joel Martin 15 rokov pred
rodič
commit
3915e5365e
2 zmenil súbory, kde vykonal 14 pridanie a 2 odobranie
  1. 12 0
      README.md
  2. 2 2
      include/vnc.js

+ 12 - 0
README.md

@@ -79,6 +79,18 @@ Usage
   button and enjoy!
 
 
+Browser Support
+---------------
+
+I only currently test under Linux. Here are the current results:
+
+* Chrome 5.0.* beta: Works great. Native WebSockets support. Very fast.
+* firefox 3.5, 3.7: Works. Uses flash WebSockets emulator. Large
+  desktops with full-color image backgrounds are slow.
+* Opera 10.10: Unusable: drops web-socket-js events.
+* Opera 10.60: Unusable: throws "WRONG_ARGUMENTS_ERR" on connect.
+
+
 Integration
 -----------
 

+ 2 - 2
include/vnc.js

@@ -27,8 +27,8 @@ function get_VNC_uri_prefix() {
     end = "'><\/script>";
 
     // Uncomment to activate firebug lite
-    //extra += start + "http://getfirebug.com/releases/lite/1.2/" + 
-    //         "firebug-lite-compressed.js" + end;
+    //extra += "<script src='http://getfirebug.com/releases/lite/1.2/" + 
+    //         "firebug-lite-compressed.js'><\/script>";
 
     extra += start + "util.js" + end;
     extra += start + "base64.js" + end;