gecko-dev/devtools/server/performance-new
Greg Tatum 4128a5f6ec Bug 1581975 - Factor out the getSymbolsTable browser code from client code; r=julienw
The popup's shortcuts use a different codepath than the popup's buttons.
When using the buttons, the profile was not being captured as a gzipped
profile, and it was using the DevTools' mechanism for getting the symbol
tables. This patch makes the getSymbolTables mechanism configuring in the
recording panel's client.

In addition, browser code made its way into the client. This patch moves
the browser code to all be in browser.js to match the original code
organization for the panel, which was trying to keep browser APIs
out of the React components and Redux store.

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

--HG--
extra : source : 5a3661caf52faaf67b10fcef9e3121d639a17cc3
2019-10-04 18:17:43 +00:00
..
gecko-profiler-interface.js Bug 1581975 - Factor out the getSymbolsTable browser code from client code; r=julienw 2019-10-04 18:17:43 +00:00
moz.build Bug 1575682 - Bridge the perf actor so that it can be reused with the popup r=julienw 2019-09-04 20:05:18 +00:00