gecko-dev/devtools/shared/performance-new
Nazım Can Altınova 4356d88793 Bug 1698129 - Change the tabID sources from browsingContextId to browserId in the profiler r=nika,julienw
We have two parts in the codebase that we get the browsingContextId.
1) Inside the DOM code with profiler_register_page function whenever a
navigation happens.
2) Inside the profiler recording front-end when we start the profiler. That was
kept as activeBrowsingContextID, and now it's kept as activeTabID.

We are now changing these parts to keep the browserId instead so it directly
corresponds to the tabs. BrowsingContexts are replaced when there is a
cross-group navigation, but BrowserId is being preserved.

Differential Revision: https://phabricator.services.mozilla.com/D109281
2021-03-25 12:52:11 +00:00
..
gecko-profiler-interface.js Bug 1698129 - Change the tabID sources from browsingContextId to browserId in the profiler r=nika,julienw 2021-03-25 12:52:11 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
recording-utils.js Bug 1698129 - Change the tabID sources from browsingContextId to browserId in the profiler r=nika,julienw 2021-03-25 12:52:11 +00:00