# Client-code bundling specification: all scripts listed here get # automatically included in the Thin Client code (in listed order) # we send to the client. # # Author: Gautam Altekar # # Guidelines: # * Ordering matters: place non-strict scripts first or else we'll get # ReferenceErrors at runtime. # * Modifications require surrogate-server restart to take effect. ############################################################################### ###### Begin non-strict scripts. # Comes first, since subsequent scripts depend on it. third-party/jquery-minified.js third-party/head.load.min.js third-party/jquery.placeholder.js third-party/base64.js third-party/console.js third-party/modernizr.custom.js third-party/browser_detect.js third-party/json2.js third-party/stacktrace-patched.js third-party/diff_match_patch.js third-party/cookies.js third-party/swfobject.js third-party/jstz.min.js noVNC/util.js noVNC/websock.js noVNC/webutil.js noVNC/base64.js noVNC/des.js noVNC/input.js noVNC/display.js noVNC/rfb.js noVNC/jsunzip.js noVNC/keysymdef.js noVNC/keysym.js noVNC/keyboard.js ###### Begin strict scripts. assert.js logger.js util.js selection.js nodeid.js callback.js scroll.js local-events.js dom.js streaming.js plugin-view.js download.js upload.js xbrowser.js emulation.js history.js tab.js channel.js interpret.js feedback.js alert.js ui.js active-tab.js tabstore.js pairing.js stats.js media-objects.js media-source-extensions.js canvas.js url-builder.js template.js localization.js servercall.js cof-client.js cof-server.js voodoo.js policy.js client-event.js readonly.js frame-loader.js ux.js sheet-loader.js vnc-view.js ###### Main file must be at the very end. main.js