Name Description Size
actions
components
constants.js 521
docs
images
index.css TODO: May break up into component local CSS. Pending future discussions by React component group on how to best handle CSS. 15516
index.js While most actions will be dispatched by React components, some external APIs that coordinate with the larger browser UI may also have actions to to dispatch. They can do so here. 6701
manager.js ResponsiveUIManager is the external API for the browser UI, etc. to use when opening and closing the responsive UI. 8030
metrics.yaml 1542
moz.build 745
reducers
reducers.js 680
responsive-browser.css This should map to --theme-toolbar-background. 5402
store.js 509
test
toolbar.xhtml 893
types.js ENUMS 3463
ui.js ResponsiveUI manages the responsive design tool for a specific tab. The actual tool itself lives in a separate chrome:// document that is loaded into the tab upon opening responsive design. This object acts a helper to integrate the tool into the surrounding browser UI as needed. 34971
utils