Name Description Size Coverage
ChromeDebugToolbar.css 1327 -
ChromeDebugToolbar.js Toolbar displayed on top of the regular toolbar in the Browser Toolbox and Browser Console, displaying chrome-debugging-specific options. 3381 97 %
DebugTargetErrorPage.css from photon 522 -
DebugTargetErrorPage.js This component is displayed when the about:devtools-toolbox fails to load properly due to wrong parameters or debug targets that don't exist. 1375 88 %
DebugTargetInfo.js This is header that should be displayed on top of the toolbox when using about:devtools-toolbox. 12595 91 %
MeatballMenu.js 9729 84 %
moz.build 514 -
ToolboxController.js This component serves as a state controller for the toolbox React component. It's a thin layer for translating events and state of the outside world into the React update cycle. This solution was used to keep the amount of code changes to a minimimum while adapting the existing codebase to start using React. 6792 100 %
ToolboxTab.js 2805 82 %
ToolboxTabs.js Check if two array of ids are the same or not. 9723 94 %
ToolboxToolbar.js This is the overall component for the toolbox toolbar. It is designed to not know how the state is being managed, and attempts to be as pure as possible. The ToolboxController component controls the changing state, and passes in everything as props. 18785 88 %