Name Description Size Coverage
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. 4796 -
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 3771 -
components -
constants.js 7370 -
enhancers -
index.html 4476 -
metrics.yaml 1250 -
middleware -
moz.build 1208 -
panel.js A DevToolPanel that controls the Web Console. 2627 -
README.md # WebConsole 2777 -
reducers -
selectors -
service-container.js 2861 -
store.js Create and configure store for the Console panel. This is the place where various enhancers and middleware can be registered. 5728 -
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. 24320 -
webconsole-wrapper.js @param {HTMLElement} parentNode @param {WebConsoleUI} webConsoleUI @param {Toolbox} toolbox @param {Document} document 15546 -
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. 12860 -