Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reenabling callstack_instrument #1065

Open
turban1988 opened this issue Nov 10, 2023 · 2 comments
Open

Reenabling callstack_instrument #1065

turban1988 opened this issue Nov 10, 2023 · 2 comments

Comments

@turban1988
Copy link
Contributor

Hi,
we want to use the callstack_instrument (browser_param.callstack_instrument = True) function in an experiment, but it is currently not supported. Do you have any hints or starting points on how we can fix it to utilize it?

Best and stay safe

@vringar
Copy link
Contributor

vringar commented Nov 11, 2023

Hey,
afaik this code was originally based on the Firefox Dev tools implementation for showing the Initiator in the Network view. However, I couldn't keep up maintenance, as this was not implemented by me and this part of the Firefox code base is completely foreign to me, so it broke eventually.
So your best bet would probably to start in the Source Docs for the component and work your way from there to understanding how this is implemented for dev tools now.
Once you have done that you'll then have to adjust the OpenWPMStackDumpChild and likely also the OpenWPMStackDumpParent in Extension/bundled/privileged/stackDump.

@vringar vringar changed the title Enabling callstack_instrument Reenabling callstack_instrument Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants