Confirmed users
100
edits
(update to reflect current wording on panel options) |
(Rewrite for clarity) |
||
| Line 185: | Line 185: | ||
== Chrome Content == | == Chrome Content == | ||
Much of the DevTools front-end / UI is currently loaded using <tt>chrome://</tt> | Much of the DevTools front-end / UI is currently loaded using <tt>chrome://</tt> URLs which allow those files to have privileged access to platform internals. | ||
"Chrome" here means "browser chrome", as in the UI, and bears no relation to "Chrome" as in the browser. We'd like to move away from this on DevTools and be more like regular web sites, but most tools are using <tt>chrome://</tt> URLs for now. | |||
Chrome content is typically used to load XUL, HTML, and JS files in the UI. | Chrome content is typically used to load XUL, HTML, and JS files in the UI. | ||