John Kleinschmidt ed9b96ce9e ci: test on woa hardware (6-0-x) (#20092) 5 years ago
..
app-path 503da640f7 fix: app.getAppPath() returning default-app path for files or directories without package.json (#18888) 5 years ago
command-line 6f117b8e0c feat: add app.commandLine.hasSwitch() / app.commandLine.getSwitchValue() (#16282) 6 years ago
cookie-app 8396a2d504 feat: promisify cookies api (#16464) 6 years ago
default-menu 23d44e322d feat: use default-app behavior in packaged apps (#16310) 6 years ago
electron-main-module b8ef669905 refactor: allow embedder overriding of internal FS calls (#17906) (#18192) 6 years ago
electron-module-app 4a41311409 Test that calling regular module succeeds 9 years ago
exit-closes-all-windows-app 558fff69e7 chore: update to standard 12 6 years ago
ipc-main-listeners b50f86ef43 refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 6 years ago
locale-check 558fff69e7 chore: update to standard 12 6 years ago
mixed-sandbox-app 92b9525cfd feat: enable mixed-sandbox mode by default (#15894) 6 years ago
net-log 7e7abc28f5 feat: promisify netLog.stopLogging (#16862) 6 years ago
quit-app c61db523c7 refactor: replace var with const / let (#14866) 6 years ago
relaunch 3ad3ade828 refactor: add prefer-const to .eslintrc + fix errors (#14880) 6 years ago
service-worker d105dcc0d3 feat: promisify webContents.hasServiceWorker() (#16535) 6 years ago
singleton ea6a926494 test: add test for second-instance event parameter (#16798) 6 years ago
site-instance-overrides 18ec438eaf feat: Add option to conditionally disable site instance patches (#18554) 5 years ago
window-all-closed 23d44e322d feat: use default-app behavior in packaged apps (#16310) 6 years ago
allocate-memory.html a8640fb8a3 Add test to verify memory is released after sandboxed popup is closed 8 years ago
beforeunload-false-prevent3.html 042b511a27 Fix #8911 8 years ago
beforeunload-false.html cce6be1900 Only prevent unload the first time it is attempted 8 years ago
blank.html d4cbf7cadb spec: node-integration should work in web-preferences 9 years ago
close-beforeunload-empty-string.html cce6be1900 Only prevent unload the first time it is attempted 8 years ago
close-beforeunload-false.html cce6be1900 Only prevent unload the first time it is attempted 8 years ago
close-beforeunload-undefined.html fa0ce7ad5f Adjust to the new behaviors of beforeunload handler 9 years ago
close.html efd2bbbede :lipstick: Avoid duplicate temporary file names. 11 years ago
crash-restart.html d3f7bdd0b3 fix: use crashpad on Windows (#18483) (#18766) 5 years ago
crash.html d3f7bdd0b3 fix: use crashpad on Windows (#18483) (#18766) 5 years ago
did-fail-load-iframe.html f12f87d6f0 Add `isMainFrame` as last argument to WebContents `did-fail-load` event. 9 years ago
execute-javascript.html 3ca87d205f feat: make zoomLevel/zoomFactor sync (#16410) 6 years ago
frame-subscriber.html 5118def724 damaged -> dirty rename, fixed misc issues, changed signature, updated docs and added tests 8 years ago
gpu-info.js ed9b96ce9e ci: test on woa hardware (6-0-x) (#20092) 5 years ago
isolated-fetch-preload.js 558fff69e7 chore: update to standard 12 6 years ago
isolated-preload.js 558fff69e7 chore: update to standard 12 6 years ago
isolated.html 32158ca5dd chore: refactor context isolation spec (#14394) 6 years ago
leak-exit-browserview.js 746beb0d8b fix: destroy WebContents synchronously on shutdown (#15541) 6 years ago
leak-exit-webcontents.js 746beb0d8b fix: destroy WebContents synchronously on shutdown (#15541) 6 years ago
leak-exit-webcontentsview.js 746beb0d8b fix: destroy WebContents synchronously on shutdown (#15541) 6 years ago
loaded-from-dataurl.js 879082b1a6 Issue #8735:Support base URL option to loadURL for data URLs 8 years ago
localstorage.html 1d1f911b09 Use require('electron') in Electron's code 9 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 558fff69e7 chore: update to standard 12 6 years ago
native-window-open-isolated.html da97150fc9 Fix JS style in test HTMLs 8 years ago
native-window-open-native-addon.html 52fe92d02e feat: Upgrade to Chromium 71.0.3578.98 (#15966) 6 years ago
native-window-open-no-allowpopups.html a0571e3c72 Add failing spec for native window.open returning null without allowpopups 8 years ago
new-window-preload.js 558fff69e7 chore: update to standard 12 6 years ago
new-window-webview-preload.js fb51509153 fix: <webview> not working in scriptable popups (#19218) 5 years ago
new-window-webview.html fb51509153 fix: <webview> not working in scriptable popups (#19218) 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
preload.html 50a4a8e9c3 spec: add test for syncronous access to blink APIs (#14637) 6 years ago
preloads.html cb3a9c69ab Add a SessionPreferences to manage session related data 7 years ago
remote-event-handler.html 45986405b8 Assert remote event names 8 years ago
render-view-deleted.html 14ed71fa1b fix: use render client id to track deleted render process hosts (#14520) 6 years ago
sandbox.html c4020308c9 test: remove non-applicable processMemoryInfo specs (#17679) 6 years ago
send-sync-message.html 1d1f911b09 Use require('electron') in Electron's code 9 years ago
unload.html efd2bbbede :lipstick: Avoid duplicate temporary file names. 11 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 6d9d66b88a fix: lost window.opener after cross-origin navigation (#18624) 5 years ago