Name Description Size
ExpressionResultView.js 3241
ExtensionPage.js The ExtensionPage React Component is used in the ExtensionSidebar component to provide a UI viewMode which shows an extension page rendered inside the sidebar panel. 1512
ExtensionSidebar.js The ExtensionSidebar is a React component with 2 supported viewMode: - an ObjectTreeView UI, used to show the JS objects (used by the sidebar.setObject WebExtensions APIs) - an ExpressionResultView UI, used to show the result for an expression (used by sidebar.setExpression WebExtensions APIs) - an ExtensionPage UI used to show an extension page (used by the sidebar.setPage WebExtensions APIs). TODO: implement the ExtensionPage viewMode. 3246
moz.build 415
ObjectTreeView.js The ExpressionResultView React Component is used in the ExtensionSidebar component to provide a UI viewMode which shows a tree view of the passed JavaScript object. 1711