Files
electron/atom/browser
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-06-01 11:44:29 +05:30
2016-09-14 16:22:43 +09:00
2016-09-22 19:05:58 +09:00
2016-09-01 09:56:14 +07:00
2016-08-31 18:12:35 -07:00
2016-08-01 09:58:33 +09:00
2016-08-26 15:30:02 -07:00
2016-08-26 15:30:02 -07:00