Name Description Size Coverage
actions -
components -
extension-sidebar.js ExtensionSidebar instances represents Inspector sidebars installed by add-ons using the devtools.panels.elements.createSidebarPane WebExtensions API. The WebExtensions API registers the extensions' sidebars on the toolbox instance (using the registerInspectorExtensionSidebar method) and, once the Inspector has been created, the toolbox uses the Inpector createExtensionSidebar method to create the ExtensionSidebar instances and then it registers them to the Inspector. @param {Inspector} inspector The inspector where the sidebar should be hooked to. @param {object} options @param {string} options.id The unique id of the sidebar. @param {string} options.title The title of the sidebar. 6397 -
moz.build 465 -
reducers -
test -
types.js 641 -