gecko-dev/devtools/server
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
..
actors Bug 1581975 - Factor out the getSymbolsTable browser code from client code; r=julienw 2019-10-04 18:17:43 +00:00
connectors Bug 1583252 - Shutdown content process DebuggerServer only once the last connection closes. r=jdescottes 2019-10-02 16:24:36 +00:00
performance Bug 1564168 - [jsdbg2] Debugger.prototype.enabled should be removed (part 1). r=jimb 2019-07-16 00:56:19 +00:00
performance-new Bug 1581975 - Factor out the getSymbolsTable browser code from client code; r=julienw 2019-10-04 18:17:43 +00:00
socket Bug 1561435 - Format devtools/server/, a=automatic-formatting 2019-07-05 11:26:00 +02:00
startup Bug 1583252 - Shutdown content process DebuggerServer only once the last connection closes. r=jdescottes 2019-10-02 16:24:36 +00:00
tests Bug 1585986 - Print method name when RDP can't be sent because the front is destroyed. r=nchevobbe 2019-10-03 14:09:38 +00:00
debugger-server-connection.js Bug 1452920 - Clean up WebConsoleActor events and responses. r=nchevobbe 2019-08-19 06:57:42 +00:00
debugger-server.js Bug 1583252 - Assert that there is no pending client at end of each test. r=jdescottes 2019-10-02 16:24:29 +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