Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
3915e536
Commit
3915e536
authored
Jun 21, 2010
by
Joel Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md with browser support.
parent
3b7575b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
README.md
README.md
+12
-0
vnc.js
include/vnc.js
+2
-2
No files found.
README.md
View file @
3915e536
...
...
@@ -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
-----------
...
...
include/vnc.js
View file @
3915e536
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment