electron/spec/fixtures/module
James Ide 0430380de1 Update the Node submodule to use the new module wrapper
See the fixed issue for the context. This pulls in a vendored copy of Node that includes the described patch.

Fixes #8358

Test Plan: Built Electron and verified it loaded the sample app correctly and that the module wrapper is the new one by viewing Node's source code in the Blink Inspector.

Added specs and tested with `npm test -- --grep "global variables"`
2017-01-30 09:37:14 -08:00
..
answer.js Add failing spec 2016-04-21 11:49:42 -07:00
asar.js autoformat more files 2016-03-30 17:00:31 -07:00
call.js autoformat more files 2016-03-30 17:00:31 -07:00
circular.js Add spec for circular array/object references 2016-07-11 09:52:50 -07:00
class.js mostly more globals 2016-03-30 17:00:32 -07:00
crash.js Add spec for crashing node process 2017-01-24 13:49:45 -08:00
create_socket.js autoformat more files 2016-03-30 17:00:31 -07:00
declare-global.js Update the Node submodule to use the new module wrapper 2017-01-30 09:37:14 -08:00
declare-process.js Update the Node submodule to use the new module wrapper 2017-01-30 09:37:14 -08:00
delete-buffer.js Add spec for deleting Buffer global in preload 2016-09-08 10:34:09 -07:00
export-function-with-properties.js Remove lint from fixtures 2016-08-22 17:07:17 -07:00
fork_ping.js do more manual cleanup and specify globals 2016-03-30 17:00:32 -07:00
function-with-missing-properties.js Allow spec to be run multiple times in same runner 2016-09-14 11:16:44 -07:00
function-with-properties.js Use Proxy for accessing properties of remote function 2016-08-22 17:07:18 -07:00
function.js do more manual cleanup and specify globals 2016-03-30 17:00:32 -07:00
id.js autoformat more files 2016-03-30 17:00:31 -07:00
locale-compare.js do more manual cleanup and specify globals 2016-03-30 17:00:32 -07:00
no-asar.js Add specs for ELECTRON_NO_ASAR env var 2016-10-12 11:11:27 -07:00
no-prototype.js Fix spec linting issues 2016-10-13 12:47:43 +11:00
original-fs.js autoformat more files 2016-03-30 17:00:31 -07:00
ping.js autoformat more files 2016-03-30 17:00:31 -07:00
preload-ipc.js autoformat more files 2016-03-30 17:00:31 -07:00
preload-node-off.js autoformat more files 2016-03-30 17:00:31 -07:00
preload-sandbox.js Add some tests for "sandbox" option 2016-09-27 06:01:47 -03:00
preload-webview.js spec: WebView is disabled when nodeIntegration is disabled 2016-05-17 17:04:13 +09:00
preload.js autoformat more files 2016-03-30 17:00:31 -07:00
print_name.js spec: TypeArray should work in remote 2016-07-25 16:30:40 +09:00
process-stdout.js spec: child_process.fork shouble be able to pipe stdio 2016-05-31 11:05:58 +09:00
process_args.js autoformat more files 2016-03-30 17:00:31 -07:00
promise.js autoformat more files 2016-03-30 17:00:31 -07:00
property.js Add tests for setting remote function properties 2016-08-22 17:07:18 -07:00
rejected-promise.js Add failing spec for rejected remote promise 2016-05-23 15:06:46 -07:00
remote-static.js Remove lint from fixtures 2016-08-22 17:07:17 -07:00
run-as-node.js Add basic test of spawned ELECTRON_RUN_AS_NODE process 2016-10-12 13:48:49 -07:00
runas.js autoformat more files 2016-03-30 17:00:31 -07:00
send-later.js autoformat more files 2016-03-30 17:00:31 -07:00
set-global.js autoformat more files 2016-03-30 17:00:31 -07:00
set-immediate.js autoformat more files 2016-03-30 17:00:31 -07:00
unhandled-rejection.js Add default error handler to remote promises (#6151) 2016-06-21 00:54:15 +00:00