зеркало из https://github.com/mozilla/gecko-dev.git
4356d88793
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 |
||
---|---|---|
.. | ||
gecko-profiler-interface.js | ||
moz.build | ||
recording-utils.js |