electron/spec/fixtures/api
Robo 14ed71fa1b fix: use render client id to track deleted render process hosts (#14520)
* fix: use render client id to track deleted render process hosts

Instead of relying on OS process id, which may not be unique
when a process is reused, we rely on the renderer client id
passed by the content layer when starting the renderer process
which is guaranteed to be unique for the lifetime of the app.

* fix: store context id as int64_t

Ensuring that it doesn't wrap easily with a large number
of context creation on some malformed web pages.
2018-09-11 11:18:10 -07:00
..
electron-module-app Test that calling regular module succeeds 2016-05-23 15:14:55 -07:00
exit-closes-all-windows-app Add failing spec for app.exit with >2 windows 2017-04-11 09:09:17 -07:00
locale-check add app.setLocale() (#11469) 2018-02-08 08:26:37 -06:00
mixed-sandbox-app Fix flaky sandbox tests 2018-08-13 09:30:20 -07:00
net-log feat: netLog API for dynamic logging control (#13068) 2018-06-19 11:45:58 +10:00
quit-app spec: Add test case for app.relaunch 2016-06-03 12:12:20 +09:00
relaunch Remove standard linter warnings 2016-06-29 09:46:16 -07:00
singleton feat: new makeSingleInstance API (#12782) 2018-05-08 01:29:18 +10:00
allocate-memory.html Add test to verify memory is released after sandboxed popup is closed 2017-05-01 11:30:07 -03:00
beforeunload-false-prevent3.html Fix #8911 2017-05-03 12:47:00 -05:00
beforeunload-false.html Only prevent unload the first time it is attempted 2016-08-03 16:23:39 -07:00
blank.html spec: node-integration should work in web-preferences 2015-09-10 15:57:16 +08:00
close-beforeunload-empty-string.html Only prevent unload the first time it is attempted 2016-08-03 16:23:39 -07:00
close-beforeunload-false.html Only prevent unload the first time it is attempted 2016-08-03 16:23:39 -07:00
close-beforeunload-undefined.html Adjust to the new behaviors of beforeunload handler 2016-05-23 14:27:39 +09:00
close.html 💄 Avoid duplicate temporary file names. 2013-08-29 18:03:14 +08:00
crash-restart.html remove deprecated method call 2017-12-07 14:26:57 -05:00
crash.html clean fixture and fix failing travis test 2017-11-01 08:57:22 -04:00
did-fail-load-iframe.html Add isMainFrame as last argument to WebContents did-fail-load event. 2016-04-04 19:26:06 -07:00
frame-subscriber.html damaged -> dirty rename, fixed misc issues, changed signature, updated docs and added tests 2016-06-25 18:23:40 +02:00
isolated-fetch-preload.js chore: refactor context isolation spec (#14394) 2018-09-01 08:51:29 +12:00
isolated-preload.js chore: refactor context isolation spec (#14394) 2018-09-01 08:51:29 +12:00
isolated.html chore: refactor context isolation spec (#14394) 2018-09-01 08:51:29 +12:00
loaded-from-dataurl.js Issue #8735:Support base URL option to loadURL for data URLs 2017-02-28 16:49:03 -08:00
localstorage.html Use require('electron') in Electron's code 2015-11-12 20:29:30 +08:00
native-window-open-blank.html Add spec for native window.open from iframe 2017-05-26 10:10:36 -07:00
native-window-open-child.html Add test for opeing HTML file 2017-04-04 19:05:13 +09:00
native-window-open-cross-origin.html Use an existing host name so that it resolves quickly and tests don't time out. 2017-11-24 10:58:53 +09:00
native-window-open-file.html Fix JS style in test HTMLs 2017-04-30 19:43:21 +09:00
native-window-open-iframe.html Add spec for native window.open from iframe 2017-05-26 10:10:36 -07:00
native-window-open-isolated-preload.js Add test for nativeWindowOpen + contextIsolation 2017-04-30 19:33:40 +09:00
native-window-open-isolated.html Fix JS style in test HTMLs 2017-04-30 19:43:21 +09:00
native-window-open-native-addon.html Surface require errors so spec does not hang 2017-07-13 08:36:58 -07:00
native-window-open-no-allowpopups.html Add failing spec for native window.open returning null without allowpopups 2017-05-26 10:10:36 -07:00
new-window-preload.js Inherit enabled-sandbox in opened windows 2017-07-17 11:55:15 -07:00
new-window.html Add spec for configuring web preferences from sandboxed new-window event 2017-07-17 11:55:15 -07:00
offscreen-rendering.html adds tests for osr 2016-07-31 17:10:53 +02:00
preload.html Use require('electron') in Electron's code 2015-11-12 20:29:30 +08:00
preloads.html Add a SessionPreferences to manage session related data 2017-12-05 15:59:15 +09:00
remote-event-handler.html Assert remote event names 2017-01-25 12:36:55 -08:00
render-view-deleted.html fix: use render client id to track deleted render process hosts (#14520) 2018-09-11 11:18:10 -07:00
sandbox.html perf: don't use JSON to send the result of ipcRenderer.sendSync. (#8953) 2018-06-13 17:38:31 +10:00
send-sync-message.html Use require('electron') in Electron's code 2015-11-12 20:29:30 +08:00
unload.html 💄 Avoid duplicate temporary file names. 2013-08-29 18:03:14 +08:00
window-open-location-change.html Add spec for reloading opened window cross-origin 2017-07-17 11:55:15 -07:00
window-open-location-final.html Add spec for reloading opened window cross-origin 2017-07-17 11:55:15 -07:00
window-open-location-open.html Add spec for reloading opened window cross-origin 2017-07-17 11:55:15 -07:00
window-open-preload.js Add spec for reloading opened window cross-origin 2017-07-17 11:55:15 -07:00