electron/spec/fixtures/api
Raymond Zhao 746927c972
feat: Add first-instance-ack event to the app.requestSingleInstanceLock() flow (#31460)
* feat: Add onFirstInstanceAck event for requestSingleInstanceLock

* Add tests

* Apply patch fix

* Add back missing docs

* Rebase

* Listen for exit earlier in test

* Rebase
2022-01-10 11:54:46 -05:00
..
app-path ci: cleanup up test app directories (#25145) 2020-08-31 14:07:12 -04:00
command-line ci: cleanup up test app directories (#25145) 2020-08-31 14:07:12 -04:00
cookie-app chore: bump chromium to 95.0.4612.5 (main) (#30503) 2021-08-23 20:52:17 -04:00
default-menu ci: cleanup up test app directories (#25145) 2020-08-31 14:07:12 -04:00
electron-main-module build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
electron-module-app build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
exit-closes-all-windows-app build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
locale-check fix: LC_ALL env should not be changed (#26507) 2020-11-18 11:13:01 +09:00
mixed-sandbox-app build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
quit-app build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
relaunch test: exit after app.relaunch is called (#28016) 2021-03-07 16:30:43 +09:00
shared-worker build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
singleton fix: second-instance additionalData parameter (#31661) 2021-11-04 01:14:09 -07:00
singleton-data feat: Add first-instance-ack event to the app.requestSingleInstanceLock() flow (#31460) 2022-01-10 11:54:46 -05:00
window-all-closed ci: cleanup up test app directories (#25145) 2020-08-31 14:07:12 -04:00
blank.html
close.html test: fix flaky onbeforeunload tests (#19085) 2019-07-02 13:48:58 -07:00
did-fail-load-iframe.html
frame-subscriber.html
globals.html fix: ensure no node globals passively leak when nodeIntegration is disabled (#21342) 2019-12-02 10:09:47 -08:00
gpu-info.js chore: bump chromium to 93.0.4550.0 (main) (#29751) 2021-06-22 12:17:16 -07:00
isolated-fetch-preload.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
isolated-preload.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
isolated-process.js chore: rename process.contextIsolation to process.contextIsolated (#28259) 2021-03-18 14:00:19 -07:00
isolated.html
loaded-from-dataurl.js feat: enable context isolation by default (#26890) 2021-03-01 16:52:29 -05:00
localstorage.html test: move several session specs to the main runner (#18433) 2019-05-28 14:12:59 -07:00
native-window-open-argv.html
native-window-open-blank.html
native-window-open-child.html
native-window-open-cross-origin.html
native-window-open-file.html
native-window-open-iframe.html
native-window-open-isolated-preload.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
native-window-open-isolated.html
native-window-open-no-allowpopups.html
native-window-open-noopener.html fix: crash when clicking links with target=_blank from webview (#29874) 2021-06-29 18:10:18 -07:00
new-window-webview-preload.js build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
new-window-webview.html fix: <webview> not working in scriptable popups (#19198) 2019-07-11 20:56:04 -05:00
new-window.html
no-leak.html fix: ensure the sandboxed preloads globals do not leak (#17712) 2019-04-16 10:57:02 -07:00
offscreen-rendering.html
picture-in-picture.html feat: enable picture-in-picture mode for video tags (#17686) 2019-08-22 19:17:50 +09:00
preload.html
unload.html
window-open-location-change.html
window-open-location-final.html
window-open-location-open.html