Name Description Size Coverage
ConsoleApiCall.js 5470 -
ConsoleCommand.js Displays input from the console. 2657 -
CSSWarning.js This component is responsible for rendering CSS warnings in the Console panel. CSS warnings are expandable when they have associated CSS selectors so the user can inspect any matching DOM elements. Not all CSS warnings have associated selectors (those that don't are not expandable) and not all selectors match elements in the current page (warnings can appear for styles which don't apply to the current page). @augments Component 4802 -
DefaultRenderer.js 491 -
EvaluationResult.js 2790 -
JSTracerTrace.js Generated the list of GripMessageBody for a list of objects. GripMessageBody is Rep's rendering for a given Object, via its object actor's front. 5018 -
moz.build 517 -
NavigationMarker.js 1407 -
NetworkEventMessage.js This component is responsible for rendering network messages in the Console panel. Network logs are expandable and the user can inspect it inline within the Console panel (no need to switch to the Network panel). HTTP details are rendered using `TabboxPanel` component used to render contents of the side bar in the Network panel. All HTTP details data are fetched from the backend on-demand when the user is expanding network log for the first time. 7351 -
PageError.js 3000 -
SimpleTable.js 2959 -
WarningGroup.js 1957 -