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
351a1da3
Commit
351a1da3
authored
Jul 05, 2010
by
Joel Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Init updated web-socket-js correctly. TODO updates.
parent
ae0ecca2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
TODO
docs/TODO
+5
-3
vnc.js
include/vnc.js
+2
-3
No files found.
docs/TODO
View file @
351a1da3
Short Term:
- Timing delta between frames in proxy record log, for playback
support (for demo and test).
- Playback/demo on website.
- Test on IE 9 preview 3.
- Possibly support IE <= 8.0 using excanvas or fxcanvas:
http://excanvas.sourceforge.net/
http://code.google.com/p/fxcanvas/
- Timing delta between frames in proxy record log, for playback
support (for demo and test).
Medium Term:
...
...
include/vnc.js
View file @
351a1da3
...
...
@@ -40,6 +40,8 @@ function get_VNC_uri_prefix() {
VNC_native_ws
=
true
;
}
else
{
VNC_native_ws
=
false
;
WebSocket__swfLocation
=
get_VNC_uri_prefix
()
+
"web-socket-js/WebSocketMain.swf"
;
extra
+=
start
+
"web-socket-js/swfobject.js"
+
end
;
extra
+=
start
+
"web-socket-js/FABridge.js"
+
end
;
extra
+=
start
+
"web-socket-js/web_socket.js"
+
end
;
...
...
@@ -132,9 +134,6 @@ load: function () {
RFB
.
updateState
(
'failed'
,
"'file://' URL is incompatible with Adobe Flash"
);
}
else
{
WebSocket
.
__swfLocation
=
get_VNC_uri_prefix
()
+
"web-socket-js/WebSocketMain.swf"
;
WebSocket
.
__initialize
();
RFB
.
updateState
(
'disconnected'
,
'Disconnected'
);
}
}
...
...
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