electron/atom
Alex Garbutt dcb670fa46 fix: emit IPC event in correct context if isolation and sandbox enabled (#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
2019-01-12 14:19:20 +01:00
..
app feat: Upgrade to Chromium 71.0.3578.98 (#15966) 2019-01-11 17:00:43 -08:00
browser Revert "Bump v5.0.0-nightly.20190111" 2019-01-11 21:40:55 -08:00
common Revert "Bump v5.0.0-nightly.20190111" 2019-01-11 21:40:55 -08:00
node also format missing .cc files 2018-04-18 20:48:45 -04:00
renderer fix: emit IPC event in correct context if isolation and sandbox enabled (#16352) 2019-01-12 14:19:20 +01:00
utility refactor: printing implementation (#15143) 2018-11-09 14:42:34 +11:00