-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Allow scoping devtools to a particular frame #129437
Comments
So far, to pass in the agent host for |
@deepak1556 Here is the issue I created that explains the problem I had with toggle webview developer tools #118919 |
Yup this will continue to work. |
/cc @mjbvz Originally extracted from lostintangent/codeswing#50 |
Using our standard editor developer tools for webviews has a few advantages:
Besides this issue, I haven't seen any other feedback requesting the old webview developer experience. We perviously used multiple dev tools because that was the only option when using |
Thanks for the feedback, closing for now. @mjbvz can you please engage in lostintangent/codeswing#50 |
Extracted from lostintangent/codeswing#50
With OOPIF webview, extensions don't have a way to scope the top-level devtools to the frame. Can electron hook into
content::RenderFrameDevToolsAgentHost
to fix this ?Issue is mostly to experiment with above idea.
The text was updated successfully, but these errors were encountered: