Bug 1581963 - [devtools] Add a new trait to control the use of the bulk API for the performance panel r=devtools-reviewers,devtools-backward-compat-reviewers,profiler-reviewers,nchevobbe,mstange

Differential Revision: https://phabricator.services.mozilla.com/D245460
This commit is contained in:
Julien Wajsberg
2025-05-22 16:26:41 +00:00
committed by jwajsberg@mozilla.com
parent 859d407b2b
commit 8c7ecb613b
2 changed files with 16 additions and 2 deletions

View File

@@ -144,6 +144,9 @@ class RootActor extends Actor {
// Contact Holger Benl (hbenl) to make sure the VS Code extension is
// updated.
supportsEnableWindowGlobalThreadActors: true,
// @backward-compat { version 140 } Use the bulk API to transfer the
// performance profile data.
useBulkTransferForPerformanceProfile: true,
};
}