Files
electron/atom/common
Thiago de Arruda c783ec72bc Add "sandboxed" option to "webPreferences".
When "sandboxed" is passed as a web preference for `BrowserWindow`, the newly
created renderer won't run any node.js code/integration, only communicating with
the system via the IPC API of the content module. This is a requirement for
running the renderer under chrome OS-level sandbox.

Beyond that, certain behaviors of AtomBrowserClient are modified when dealing
with sandboxed renderers:

- `OverrideSiteInstanceNavigation` no longer create a new `SiteInstance` for
  every navigation. Instead, it reuses the source `SiteInstance` when not
  navigating to a different site.
- `CanCreateWindow` will return true and allow javascript access.
2016-09-27 06:01:46 -03:00
..
2016-09-16 15:59:00 -07:00
2016-08-26 15:30:02 -07:00
2016-09-22 19:05:58 +09:00
2014-05-04 20:29:08 +08:00
2015-03-18 09:57:38 +08:00
2016-08-01 20:26:06 +09:00
2016-03-10 17:06:21 +09:00
2016-07-21 00:57:34 -06:00
2016-09-12 14:33:22 -07:00