gecko-dev/devtools/client/performance-new/aboutprofiling
Markus Stange 74da9ffadf Bug 1617246 - Always consult objdirs for symbols. r=gregtatum
This moves some symbolication code out of browser.js and into a new module symbolication.jsm.js.

It also threads the pageContext parameter through to getSymbolsFromThisBrowser so that it can
respect the correct objdir pref. This part is probably more complicated than necessary.

Differential Revision: https://phabricator.services.mozilla.com/D63914
2020-05-11 19:52:53 +00:00
..
index.xhtml Bug 1597376 - Implement the new about:profiling page; r=julienw 2019-12-05 17:42:35 +00:00
initializer.js Bug 1617246 - Always consult objdirs for symbols. r=gregtatum 2020-05-11 19:52:53 +00:00
moz.build Bug 1597376 - Implement the new about:profiling page; r=julienw 2019-12-05 17:42:35 +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

about:profiling

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