gecko-dev/devtools
Greg Tatum f34a461b3d Bug 1597378 - Create new UI for the profiler popup; r=julienw
This commit implements the actual UI changes. A follow-up commit adds the
tests for the changes. The CSS is a little bit awkard since it uses lots of
ID selectors rather than class selectors. I wanted to be able to write quick
selects, since it's selecting across the entire browser document. I feel
a little conflicted with the approach, as I would prefer to use classes in
general.

The panel.jsm.js file collects all of the UI handling changes rather than
having everything in menu-button.jsm.js, as the latter can get loaded
at startup. I'm not sure if it's completely worth the trouble of having
two files, as most of it should be pretty light.

This commit does not handle localization for the panel, as we should be moving
to Fluent. Rather than solve that here, I will follow-up with it in Bug 1599774.

Differential Revision: https://phabricator.services.mozilla.com/D62914

--HG--
extra : moz-landing-system : lando
2020-02-25 20:39:27 +00:00
..
client Bug 1597378 - Create new UI for the profiler popup; r=julienw 2020-02-25 20:39:27 +00:00
docs Bug 1613313 - Network monitor is not included in the index.md file r=jdescottes 2020-02-19 23:35:59 +00:00
platform
server Bug 1144438 - Remove false error notification when the profiler stops; r=julienw 2020-02-25 20:35:15 +00:00
shared Bug 1597378 - Change location of the presets; r=julienw 2020-02-25 20:36:34 +00:00
startup Bug 1614791 - Rename DebuggerServer to DevToolsServer. r=jdescottes 2020-02-17 10:28:24 +00:00
.eslintrc.js Bug 1609815 - Remove Web Replay UI. r=loganfsmyth 2020-02-10 21:03:28 +00:00
.eslintrc.mochitests.js
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build
templates.mozbuild
tsconfig.json