Name Description Size
actions
browser-console-manager.js Open a Browser Console for the current commands context. @param nsIDOMWindow iframeWindow The window where the browser console UI is already loaded. @return object A promise object for the opening of the new BrowserConsole instance. 4836
browser-console.js A BrowserConsole instance is an interactive console initialized *per commands* that displays console log data as well as provides an interactive terminal to manipulate all browser debuggable context and targeted by default at the current top-level window's document. This object only wraps the iframe that holds the Browser Console UI. This is meant to be an integration point between the Firefox UI and the Browser Console UI and features. This object extends the WebConsole object located in webconsole.js 3776
components
constants.js 7469
enhancers
index.html 4301
middleware
moz.build 1058
panel.js A DevToolPanel that controls the Web Console. 2666
README.md # WebConsole 2777
reducers
selectors
service-container.js 2784
store.js Create and configure store for the Console panel. This is the place where various enhancers and middleware can be registered. 5712
test
types.js 2021
utils
utils.js Wrap a string in an nsISupportsString object. @param string string @return nsISupportsString 1399
webconsole-ui.js A WebConsoleUI instance is an interactive console initialized *per target* that displays console log data as well as provides an interactive terminal to manipulate the target's document content. The WebConsoleUI is responsible for the actual Web Console UI implementation. 23296
webconsole-wrapper.js @param {HTMLElement} parentNode @param {WebConsoleUI} webConsoleUI @param {Toolbox} toolbox @param {Document} document 14742
webconsole.js A WebConsole instance is an interactive console initialized *per target* that displays console log data as well as provides an interactive terminal to manipulate the target's document content. This object only wraps the iframe that holds the Web Console UI. This is meant to be an integration point between the Firefox UI and the Web Console UI and features. 12846