electron/atom
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
..
app Add "sandboxed" option to "webPreferences". 2016-09-27 06:01:46 -03:00
browser Add "sandboxed" option to "webPreferences". 2016-09-27 06:01:46 -03:00
common Add "sandboxed" option to "webPreferences". 2016-09-27 06:01:46 -03:00
node There is no node_extern.h anymore 2016-07-21 16:36:31 +09:00
renderer Merge pull request #7157 from Mossop/moveguest 2016-09-20 14:28:42 +09:00
utility Some manual change to for-ranged loop. 2016-07-10 15:57:51 +02:00
CPPLINT.cfg Enable alphabetical include order lint filter 2016-08-26 15:29:53 -07:00