electron/lib
Thiago de Arruda ce1a5e3c9c Fix sandboxed crashReporter for windows.
- Use `path` module from browser process in sandboxed renderer. This is required
  because the return value of `path.join` is platform-specific, and this is an
  assumtion of crash-reporter.js which is shared between sandboxed and
  non-sandboxed renderers.
- Set `process.platform` and `process.execPath` in sandboxed renderer
  environment. This is required to spawn the windows crash service from
  sandboxed renderer.
- Use a single temporary directory for all crashReporter tests. This is required
  to make tests more deterministic across platforms(since mac's crashpad doesn't
  support changing the crash dump directory). Also make a few improvements/fixes
  to the `uploadToServer` test.
2017-04-05 18:09:24 -03:00
..
browser Update as per feedback 2017-04-04 13:51:38 -07:00
common Expose builtin v8 modules to AtomSandboxedRendererClient 2017-03-09 20:39:14 -03:00
isolated_renderer Parse guestInstanceId and opener as ints 2017-01-16 12:38:16 -08:00
renderer Wrap remote value being set as an arg 2017-04-04 11:18:16 -07:00
sandboxed_renderer Fix sandboxed crashReporter for windows. 2017-04-05 18:09:24 -03:00
worker Correctly initialize Node environment in worker 2017-03-20 12:52:45 -07:00