gecko-dev/devtools/client/performance-new/popup
Greg Tatum b9f323e9a1 Bug 1599774 - Localize about:profiling and DevTools perf panel; r=julienw,flod
This handles most of the localization, but will require a few follow-ups.

First off is Bug 1681539, which is for localizing profiler presets. There
isn't anything too weird about this for the DevTools and about:profilling
context, but requires a solution for the popup. The appmenu.ftl bundle
might need to be included.

I did not localize profiler feature list, nor the byte size computation.

Differential Revision: https://phabricator.services.mozilla.com/D99275
2021-01-21 15:49:42 +00:00
..
README.md Bug 1619748 - Update code documentation for the new about:profiling workflow; r=julienw 2020-03-09 15:02:17 +00:00
background.jsm.js Bug 1599774 - Localize about:profiling and DevTools perf panel; r=julienw,flod 2021-01-21 15:49:42 +00:00
menu-button.jsm.js Bug 1650835 - Use a "button-and-view" widget for the profiler button. r=florian 2021-01-15 17:04:25 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
panel.jsm.js Bug 1673419 - [devtools] Ignore existing typescript violations in devtools/client/performance-new r=gregtatum 2020-10-30 17:27:50 +00:00

README.md

Profiler Popup

This directory collects the code that powers the profiler popup. See devtools/client/performance-new/README.md for more information.