Name Description Size
experimental-commands.ftl 1844
manager.js WebConsole commands manager. Defines a set of functions / variables ("commands") that are available from the Web Console but not from the web page. 27875
moz.build 343
parser.js When given a string that begins with `:` and a unix style string, returns the command name and the arguments. Throws if the command doesn't exist. This is intended to be used by the WebConsole actor only. @param String string A string to format that begins with `:`. @returns Object The command name and the arguments { command: String, args: Object } 7535