| App.css |
The current layout of about:debugging is
+-------------+-------------------------------+
| Sidebar | Page (Runtime or Connect) |
| (240px) | |
| | |
+-------------+-------------------------------+
Some of the values (font sizes, widths, etc.) are the same as
about:preferences, which uses the shared common.css
|
2139 |
| App.js |
|
6793 |
| CompatibilityWarning.js |
|
3292 |
| connect |
|
|
| ConnectionPromptSetting.js |
|
1731 |
| debugtarget |
|
|
| moz.build |
|
500 |
| ProfilerDialog.css |
The current layout of the dialog header is
+-----------------------------+---+
| dialog title (auto) | X |
+-----------------------------+---+
|
1551 |
| ProfilerDialog.js |
This component is a modal dialog containing the performance profiler UI. It uses
the simplified DevTools panel located in devtools/client/performance-new. When
using a custom preset, and editing the settings, the page context switches
to about:profiling, which receives the PerfFront of the remote debuggee.
|
5332 |
| RuntimeActions.css |
|
309 |
| RuntimeActions.js |
|
2496 |
| RuntimeInfo.css |
Layout for the runtime info container is:
<- 68px --x--------- 1fr ----------><---- max ---->
∧ +---------+------------------------+--------------+
1fr | | Runtime Info | [Action] |
| | Icon | eg "Firefox (70.0a1)" | |
x | +------------------------+ |
max | | Device Name (optional) | |
∨ +---------+------------------------+--------------+
|
1214 |
| RuntimeInfo.js |
This component displays runtime information.
|
2580 |
| RuntimePage.js |
|
11054 |
| ServiceWorkersWarning.js |
|
1529 |
| shared |
|
|
| sidebar |
|
|