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: emit IPC event in correct context if isolation and sandbox enabled #18668

Merged
merged 1 commit into from Jun 6, 2019

Commits on Jun 6, 2019

  1. fix: emit IPC event in correct context if isolation and sandbox enabl…

    …ed (#16352)
    
    * fix: emit IPC event in correct context if isolation and sandbox enabled
    
    IPC events were not being delivered to renderer processes when both
    `contextIsolation` and `sandbox` were enabled. This is because the
    `AtomSandboxedRenderFrameObserver` class was incorrectly using the
    `MainWorldScriptContext`, rather than conditionally selecting the
    context based on if isolation was enabled.
    
    Fixes #11922
    aegarbutt authored and miniak committed Jun 6, 2019
    Copy the full SHA
    bb72bec View commit details
    Browse the repository at this point in the history