.. |
access-blink-apis.js
|
50a4a8e9c3
spec: add test for syncronous access to blink APIs (#14637)
|
6 years ago |
answer.js
|
c61db523c7
refactor: replace var with const / let (#14866)
|
6 years ago |
asar.js
|
c61db523c7
refactor: replace var with const / let (#14866)
|
6 years ago |
call.js
|
f35f362272
autoformat more files
|
9 years ago |
check-arguments.js
|
c61db523c7
refactor: replace var with const / let (#14866)
|
6 years ago |
circular.js
|
ab1786c17d
Add spec for circular array/object references
|
8 years ago |
class.js
|
9db733a4ff
mostly more globals
|
9 years ago |
crash.js
|
170c51ae85
Add spec for crashing node process
|
8 years ago |
create_socket.js
|
c61db523c7
refactor: replace var with const / let (#14866)
|
6 years ago |
declare-buffer.js
|
7e138083ef
Add declared const Buffer spec
|
8 years ago |
declare-global.js
|
e99b1709d9
Redeclare process/global as strings
|
8 years ago |
declare-process.js
|
e99b1709d9
Redeclare process/global as strings
|
8 years ago |
delete-buffer.js
|
558fff69e7
chore: update to standard 12
|
6 years ago |
error-properties.js
|
257f6b142f
Add spec for remote setter not surfacing error
|
8 years ago |
exception.js
|
9c65abd746
handle remote exception (#12694)
|
7 years ago |
export-function-with-properties.js
|
600076b46d
Remove lint from fixtures
|
8 years ago |
fork_ping.js
|
c61db523c7
refactor: replace var with const / let (#14866)
|
6 years ago |
function-with-args.js
|
6b56dfd94b
Add spec for remote callback length
|
8 years ago |
function-with-missing-properties.js
|
f792c720f4
Allow spec to be run multiple times in same runner
|
8 years ago |
function-with-properties.js
|
d226b7bc6c
Use Proxy for accessing properties of remote function
|
8 years ago |
function.js
|
c4b6cf4a8e
do more manual cleanup and specify globals
|
9 years ago |
hello-child.js
|
5654ff0d43
Add test for #9387
|
8 years ago |
hello.js
|
5654ff0d43
Add test for #9387
|
8 years ago |
id.js
|
f35f362272
autoformat more files
|
9 years ago |
inspector-binding.js
|
558fff69e7
chore: update to standard 12
|
6 years ago |
isolated-ping.js
|
bf01cd5e57
fix: register webview in main world when using contextIsolation (#16069)
|
6 years ago |
locale-compare.js
|
c4b6cf4a8e
do more manual cleanup and specify globals
|
9 years ago |
no-asar.js
|
8897a7a926
Add specs for ELECTRON_NO_ASAR env var
|
8 years ago |
no-prototype.js
|
eac5ba4c56
Fix spec linting issues
|
8 years ago |
original-fs.js
|
f35f362272
autoformat more files
|
9 years ago |
ping.js
|
f35f362272
autoformat more files
|
9 years ago |
preload-context.js
|
ffc15e02a6
fix: add native function to create preload script (#13032)
|
6 years ago |
preload-disable-remote.js
|
a313aaea72
feat: security: add an option to disable the remote module (#15222)
|
6 years ago |
preload-ipc-ping-pong.js
|
f3bbb5a042
fix: emit IPC event in correct context if isolation and sandbox enabled (backport: 4-0-x) (#16376)
|
6 years ago |
preload-ipc.js
|
c61db523c7
refactor: replace var with const / let (#14866)
|
6 years ago |
preload-node-off-wrapper.js
|
e6fec57bd8
Add failing spec for Buffer from preload required module
|
8 years ago |
preload-node-off.js
|
fc34076c2b
Refactor <webview> tag tests (#12886)
|
7 years ago |
preload-pdf-loaded-in-nested-subframe.js
|
c61db523c7
refactor: replace var with const / let (#14866)
|
6 years ago |
preload-pdf-loaded-in-subframe.js
|
c61db523c7
refactor: replace var with const / let (#14866)
|
6 years ago |
preload-pdf-loaded.js
|
558fff69e7
chore: update to standard 12
|
6 years ago |
preload-remote-function.js
|
d07115e1dc
Fix missing remote object error when calling remote function created in preload script (4-0-x) (#15446)
|
6 years ago |
preload-remote.js
|
a313aaea72
feat: security: add an option to disable the remote module (#15222)
|
6 years ago |
preload-required-module.js
|
fc34076c2b
Refactor <webview> tag tests (#12886)
|
7 years ago |
preload-sandbox.js
|
366bc82c8f
Revert "fix: use appropriate site instance for cross-site nav's (backport: 4-0-x) (#15969)" (#15995)
|
6 years ago |
preload-sandboxæø åü.js
|
2f4fd3324b
Preload doesn't load in sandboxed render if preload path contains special chars (#12037)
|
7 years ago |
preload-set-global.js
|
fd782706b2
Add explicit spec for removing preload from webview
|
8 years ago |
preload-webview.js
|
558fff69e7
chore: update to standard 12
|
6 years ago |
preload.js
|
fc34076c2b
Refactor <webview> tag tests (#12886)
|
7 years ago |
print_name.js
|
6ff111a141
perf: don't use JSON to send the result of `ipcRenderer.sendSync`. (#8953)
|
6 years ago |
process-stdout.js
|
4d8994df92
spec: child_process.fork shouble be able to pipe stdio
|
9 years ago |
process_args.js
|
f35f362272
autoformat more files
|
9 years ago |
promise.js
|
f35f362272
autoformat more files
|
9 years ago |
property.js
|
ec44a5d198
Add tests for setting remote function properties
|
8 years ago |
rejected-promise.js
|
f3af1dbd54
Add failing spec for rejected remote promise
|
9 years ago |
remote-object-set.js
|
558fff69e7
chore: update to standard 12
|
6 years ago |
remote-static.js
|
600076b46d
Remove lint from fixtures
|
8 years ago |
run-as-node.js
|
e899050500
Add basic test of spawned ELECTRON_RUN_AS_NODE process
|
8 years ago |
runas-renamed.js
|
96a4fce100
fix: allow renaming electron.exe (backport: 4-0-x) (#15249)
|
6 years ago |
runas.js
|
f35f362272
autoformat more files
|
9 years ago |
send-later.js
|
c61db523c7
refactor: replace var with const / let (#14866)
|
6 years ago |
set-global-preload-1.js
|
cb3a9c69ab
Add a SessionPreferences to manage session related data
|
7 years ago |
set-global-preload-2.js
|
cb3a9c69ab
Add a SessionPreferences to manage session related data
|
7 years ago |
set-global-preload-3.js
|
cb3a9c69ab
Add a SessionPreferences to manage session related data
|
7 years ago |
set-global.js
|
0ddd078aaf
Add ability to set global preload scripts
|
7 years ago |
set-immediate.js
|
f35f362272
autoformat more files
|
9 years ago |
test.coffee
|
84f8bfbdef
Add spec for registering/requiring Coffeescript
|
8 years ago |
to-string-non-function.js
|
558fff69e7
chore: update to standard 12
|
6 years ago |
unhandled-rejection.js
|
8a9f2261d0
Add default error handler to remote promises (#6151)
|
8 years ago |