Name Description Size
animation
boxmodel
breadcrumbs.js Component to replicate functionality of XUL arrowscrollbox for breadcrumbs @param {Window} win The window containing the breadcrumbs @parem {DOMNode} container The element in which to put the scroll box 29094
changes
compatibility
components
computed
configs
extensions
flexbox
fonts
grids
index.xhtml 10636
inspector-search.js Converts any input field into a document search box. @param {InspectorPanel} inspector The InspectorPanel to access the inspector commands for search and document traversal. @param {DOMNode} input The input element to which the panel will be attached and from where search input will be taken. @param {DOMNode} clearBtn The clear button in the input field that will clear the input value. Emits the following events: - search-cleared: when the search box is emptied - search-result: when a search is made and a result is selected 17309
inspector.js 64605
layout
markup
moz.build 710
node-picker.js Client-side NodePicker module. To be used by inspector front when it needs to select DOM elements. NodePicker is a proxy for the node picker functionality from WalkerFront instances of all available InspectorFronts. It is a single point of entry for the client to: - invoke actions to start and stop picking nodes on all walkers - listen to node picker events from all walkers and relay them to subscribers @param {Commands} commands The commands object with all interfaces defined from devtools/shared/commands/ 10617
panel.js 524
rules
shared
store.js Augment the current Redux store with a slice reducer. Call this method to add reducers on-demand after the initial store creation. @param {String} key Slice name. @param {Function} reducer Slice reducer function. 1702
test
toolsidebar.js Adds all the queued tabs. 8239