Lines Matching refs:Util

116         Util.set_defaults(this, defaults, {
143 Util.Debug(">> RFB.constructor");
160 Util.Error("Display exception: " + exc);
182 Util.Warn("WebSocket on-close event");
196 Util.Error("Received onclose while disconnected" + msg);
202 Util.Warn("WebSocket on-error event");
209 Util.Info("Using native WebSockets");
212 Util.Warn("Using web-socket-js bridge. Flash version: " + Util.Flash.version);
213 if (!Util.Flash || Util.Flash.version < 9) {
222 Util.Debug("<< RFB.constructor");
252 Util.Info("Sending Ctrl-Alt-Del");
266 Util.Info("Sending XVP operation " + op + " (version " + ver + ")");
289 Util.Info("Sending key code (" + (down ? "down" : "up") + "): " + code);
292 Util.Info("Sending key code (down + up): " + code);
307 Util.Debug(">> RFB.connect");
317 Util.Info("connecting to " + uri);
321 Util.Debug("<< RFB.connect");
350 Util.Info("Encoding stats for this connection:");
355 Util.Info(" " + this._encodings[i][0] + ": " + s[0] + " rects");
359 Util.Info("Encoding stats since page load:");
362 Util.Info(" " + this._encodings[i][0] + ": " + s[1] + " rects");
391 Util.Debug("Already in state '" + state + "', ignoring");
415 if (Util.get_logging() !== 'debug' || state === 'loaded') {
426 Util.Error('Fatal error, cannot continue');
432 Util.Error(cmsg);
434 Util.Warn(cmsg);
445 Util.Debug("Clearing disconnect timer");
453Util.Error("Invalid transition from 'disconnected' or 'failed' to 'normal'");
475 Util.Error("Invalid transition from 'disconnected' to 'failed'");
477 Util.Error("Error while connected.");
479 Util.Error("Error while initializing.");
507 Util.Warn("handle_message called on an empty receive queue");
514 Util.Error("Got data while disconnected");
521 Util.Debug("More data to process, creating timer");
527 Util.Debug("More data to process, existing timer");
604 Util.Info("Server ProtocolVersion: " + sversion);
664 Util.Debug("Server security types: " + types);
880 this._fb_name = Util.decodeUTF8(this._sock.rQshiftStr(name_length));
909 Util.Info("Screen: " + this._fb_width + "x" + this._fb_height +
921 Util.Warn("Server native endian is not little endian");
925 Util.Warn("Server native red-shift is not 16");
929 Util.Warn("Server native blue-shift is not 0");
936 Util.Warn("Intel AMT KVM only supports 8/16 bit depths. Disabling true color");
999 Util.Debug("SetColorMapEntries");
1012 Util.Debug("colourMap: " + this._display.get_colourMap());
1013 Util.Info("Registered " + num_colours + " colourMap entries");
1019 Util.Debug("ServerCutText");
1043 Util.Info("XVP extensions enabled (version " + this._rfb_xvp_ver + ")");
1076 Util.Debug("Bell");
1088 Util.Debug("sock.rQslice(0, 30): " + this._sock.rQslice(0, 30));
1105 Util.Info("First FBU latency: " + (now - this._timing.fbu_rt_start));
1156 Util.Info("Timing of full FBU, curr: " +
1167 Util.Info("full FBU round-trip, cur: " +
1189 Util.make_properties(RFB, [
1222 Util.Warn("Browser does not support local cursor");
1293 Util.Debug("Skipping Cursor pseudo-encoding");
1296 Util.Warn("Skipping tight as it is only supported with true color");
1497 Util.Debug(" Ignoring blank after RAW");
1593 Util.Info("Reset zlib stream " + i);
1599 Util.Error("Invalid data in zlib stream");
1837 Util.Debug(">> set_desktopsize");
1847 Util.Debug("<< set_desktopsize");
1852 Util.Debug(">> set_cursor");
1871 Util.Debug("<< set_cursor");
1876 Util.Error("Server sent jpeg_quality pseudo-encoding");
1880 Util.Error("Server sent compress level pseudo-encoding");