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 #16352

Merged
merged 2 commits into from Jan 12, 2019
Merged

fix: emit IPC event in correct context if isolation and sandbox enabled #16352

merged 2 commits into from Jan 12, 2019

Commits on Jan 10, 2019

  1. 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
    Alex Garbutt committed Jan 10, 2019
    Copy the full SHA
    f5da0bb View commit details
    Browse the repository at this point in the history
  2. Update tests

    Alex Garbutt committed Jan 10, 2019
    Copy the full SHA
    271ed85 View commit details
    Browse the repository at this point in the history