Closed Bug 1581975 Opened 5 years ago Closed 5 years ago

Fix getSymbolTable code for popup to be consistent

Categories

(DevTools :: Performance Tools (Profiler/Timeline), task, P2)

task

Tracking

(firefox71 fixed)

RESOLVED FIXED
Firefox 71
Tracking Status
firefox71 --- fixed

People

(Reporter: gregtatum, Assigned: gregtatum)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Currently the popup is using the DevTools getSymbolTable code rather than the popup code WHEN CLICKING THE UI. The shortcuts use a different codepath, and use the frame scripts. This means that when clicking on the UI the profile will take longer to capture, as it will not be gzipped in an ArrayBuffer.

In addition, the getSymbolTable code in DevTools is using browser code in the client code.

Blocks: 1566920
No longer depends on: 1566920

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.

Component: Gecko Profiler → Performance Tools (Profiler/Timeline)
Product: Core → DevTools
Pushed by gtatum@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5a3661caf52f
Factor out the getSymbolsTable browser code from client code; r=julienw
Pushed by dvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bd4cb3bbf07c
Factor out the getSymbolsTable browser code from client code; r=julienw
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
Regressions: 1588086
Regressions: 1590115
No longer regressions: 1590115
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: