trop[bot] 4d8b9a8eec fix: crash in utilityProcess when generating code from strings (#38040) 2 years ago
..
app-path 7c10f86c6e ci: cleanup up test app directories (#25145) 4 years ago
command-line 7c10f86c6e ci: cleanup up test app directories (#25145) 4 years ago
context-bridge db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
cookie-app 470396d6ac chore: bump chromium to 104.0.5073.0 (main) (#34272) 2 years ago
default-menu 7c10f86c6e ci: cleanup up test app directories (#25145) 4 years ago
electron-main-module db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
exit-closes-all-windows-app 5d657dece4 build: enable JS semicolons (#22783) 5 years ago
first-party-sets e83c3ec744 test: add first-party-set chromium tests (#34827) 2 years ago
ipc-main-listeners db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
locale-check 5fc3ed936e feat: add app.getPreferredSystemLanguages() API (#36035) 2 years ago
mixed-sandbox-app 929fc8bea5 test: make test apps' name prefixed with electron-test- (#33511) 3 years ago
net-log db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
quit-app 929fc8bea5 test: make test apps' name prefixed with electron-test- (#33511) 3 years ago
relaunch 91f9436ad8 fix: app.relaunch loses args when execPath specified (#35108) 2 years ago
safe-storage db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
service-workers db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
shared-worker 5d657dece4 build: enable JS semicolons (#22783) 5 years ago
singleton 929fc8bea5 test: make test apps' name prefixed with electron-test- (#33511) 3 years ago
singleton-data 38c21b7aca revert: add first-instance-ack event to the `app.requestSingleInstanceLock()` flow (#34297) 2 years ago
singleton-userdata 78a3752ade fix: create `userData` on requestSingleInstanceLock() if needed (#33559) 3 years ago
test-menu-null db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
test-menu-visibility db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
utility-process 4d8b9a8eec fix: crash in utilityProcess when generating code from strings (#38040) 2 years ago
window-all-closed 7c10f86c6e ci: cleanup up test app directories (#25145) 4 years ago
beforeunload-empty-string.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
beforeunload-false-prevent3.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
beforeunload-false.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
beforeunload-undefined.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
blank.html d4cbf7cadb spec: node-integration should work in web-preferences 9 years ago
close.html 616856552f test: fix flaky onbeforeunload tests (#19085) 5 years ago
custom-protocol-shutdown.js db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
did-fail-load-iframe.html f12f87d6f0 Add `isMainFrame` as last argument to WebContents `did-fail-load` event. 9 years ago
frame-subscriber.html 5118def724 damaged -> dirty rename, fixed misc issues, changed signature, updated docs and added tests 8 years ago
globals.html ee58d60612 fix: ensure no node globals passively leak when nodeIntegration is disabled (#21342) 5 years ago
gpu-info.js b8261f1591 chore: bump chromium to 93.0.4550.0 (main) (#29751) 3 years ago
isolated-fetch-preload.js 5d657dece4 build: enable JS semicolons (#22783) 5 years ago
isolated-preload.js 5d657dece4 build: enable JS semicolons (#22783) 5 years ago
isolated-process.js f35fc93080 chore: rename process.contextIsolation to process.contextIsolated (#28259) 4 years ago
isolated.html 32158ca5dd chore: refactor context isolation spec (#14394) 6 years ago
loaded-from-dataurl.js 186301e126 feat: enable context isolation by default (#26890) 4 years ago
localstorage.html 1a609f0caf test: move several session specs to the main runner (#18433) 5 years ago
native-window-open-argv.html 2f3a8ecd42 fix: child window with nativeWindowOpen should disable node integration (#15213) 6 years ago
native-window-open-blank.html f5cf6d4ddd Add spec for native window.open from iframe 8 years ago
native-window-open-child.html 051e133ce3 Add test for opeing HTML file 8 years ago
native-window-open-cross-origin.html 82394cc06d Use an existing host name so that it resolves quickly and tests don't time out. 7 years ago
native-window-open-file.html da97150fc9 Fix JS style in test HTMLs 8 years ago
native-window-open-iframe.html f5cf6d4ddd Add spec for native window.open from iframe 8 years ago
native-window-open-isolated-preload.js 5d657dece4 build: enable JS semicolons (#22783) 5 years ago
native-window-open-isolated.html da97150fc9 Fix JS style in test HTMLs 8 years ago
native-window-open-native-addon.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
native-window-open-no-allowpopups.html a0571e3c72 Add failing spec for native window.open returning null without allowpopups 8 years ago
native-window-open-noopener.html 522b19e2d8 fix: crash when clicking links with target=_blank from webview (#29874) 3 years ago
new-window-preload.js db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
new-window-webview-preload.js 5d657dece4 build: enable JS semicolons (#22783) 5 years ago
new-window-webview.html 35294891ae fix: <webview> not working in scriptable popups (#19198) 5 years ago
new-window.html c71b0a5441 Add spec for configuring web preferences from sandboxed new-window event 7 years ago
no-leak.html be6fb7cb12 fix: ensure the sandboxed preloads globals do not leak (#17712) 6 years ago
offscreen-rendering.html 35ee99265e adds tests for osr 8 years ago
picture-in-picture.html 9ccd6aa0dd feat: enable picture-in-picture mode for video tags (#17686) 5 years ago
preload.html 50a4a8e9c3 spec: add test for syncronous access to blink APIs (#14637) 6 years ago
print-to-pdf-large.html 76afd8c028 test: more robust PDF specs (#35979) 2 years ago
print-to-pdf-small.html 76afd8c028 test: more robust PDF specs (#35979) 2 years ago
sandbox.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
send-sync-message.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
unhandled-rejection-handled.js 4382f2adc0 fix: don't double-log unhandled rejections (#37501) 2 years ago
unhandled-rejection.js 4382f2adc0 fix: don't double-log unhandled rejections (#37501) 2 years ago
unload.html efd2bbbede :lipstick: Avoid duplicate temporary file names. 11 years ago
webrequest.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
window-open-location-change.html 3925bfde8e Add spec for reloading opened window cross-origin 7 years ago
window-open-location-final.html 3925bfde8e Add spec for reloading opened window cross-origin 7 years ago
window-open-location-open.html 3925bfde8e Add spec for reloading opened window cross-origin 7 years ago
window-open-preload.js db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago