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

fix(extensions): devtools now open for background pages (#22217) #25566

Merged

Commits on Sep 22, 2020

  1. fix(extensions): devtools now open for background pages (electron#22217)

    refactor(extensions): remove unused InitWithBrowserContext method
    
    fix(extensions): release background page WebContents to avoid crash
    
    The background page WebContents instance is managed by the ExtensionHost.
    
    fix(extensions): open background page devtools detached by default
    
    test(extensions): add background page devtools test
    
    chore: test fix for null web_contents()
    
    fix: close background page devtools in test after opening
    samuelmaddock committed Sep 22, 2020
    Copy the full SHA
    18f0cf6 View commit details
    Browse the repository at this point in the history