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

Merged
merged 1 commit into from Sep 8, 2020

Commits on Sep 6, 2020

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

    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 6, 2020
    Copy the full SHA
    b021bc1 View commit details
    Browse the repository at this point in the history