Name Description Size Coverage
actions 95 %
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 97 %
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 98 %
components 91 %
constants.js 7370 100 %
enhancers 96 %
index.html 4476 -
metrics.yaml 1250 -
middleware 97 %
moz.build 1208 -
panel.js A DevToolPanel that controls the Web Console. 2627 81 %
README.md # WebConsole 2777 -
reducers 96 %
selectors 95 %
service-container.js 2861 100 %
store.js Create and configure store for the Console panel. This is the place where various enhancers and middleware can be registered. 5728 100 %
test -
types.js 2021 100 %
utils 95 %
utils.js Wrap a string in an nsISupportsString object. @param string string @return nsISupportsString 1399 100 %
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. 24875 94 %
webconsole-wrapper.js @param {HTMLElement} parentNode @param {WebConsoleUI} webConsoleUI @param {Toolbox} toolbox @param {Document} document 15547 88 %
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. 12866 91 %