electron/spec/fixtures/api
Samuel Attard 87ae9324ac
feat: Add option to conditionally disable site instance patches (#18396)
* chore: allow conditional disable of the site instance override patches at runtime

* feat: add app.allowRendererProcessReuse property to allow runtime disable of site instance overrides

spec: add tests for the new allowRendererProcessReuse property

feat: add console warnings / errors for loading non context-aware native modules
  * Only error if the patch is disabled
  * Warn all the time, this will ship in Electron 7
2019-05-31 15:47:18 -07:00
..
command-line
cookie-app feat: promisify cookies api (#16464) 2019-01-25 12:11:35 -06:00
default-menu feat: use default-app behavior in packaged apps (#16310) 2019-01-15 21:35:53 +01:00
electron-main-module refactor: allow embedder overriding of internal FS calls (#17906) (#18183) 2019-05-07 06:44:32 -07:00
electron-module-app
exit-closes-all-windows-app
ipc-main-listeners
locale-check
mixed-sandbox-app feat: enable mixed-sandbox mode by default (#15894) 2019-01-22 10:44:28 -08:00
quit-app
relaunch
service-worker feat: promisify webContents.hasServiceWorker() (#16535) 2019-01-26 10:23:16 -08:00
singleton test: add test for second-instance event parameter (#16798) 2019-03-12 11:56:28 -04:00
site-instance-overrides feat: Add option to conditionally disable site instance patches (#18396) 2019-05-31 15:47:18 -07:00
window-all-closed feat: use default-app behavior in packaged apps (#16310) 2019-01-15 21:35:53 +01:00
allocate-memory.html
beforeunload-false-prevent3.html
beforeunload-false.html
blank.html
close-beforeunload-empty-string.html
close-beforeunload-false.html
close-beforeunload-undefined.html
close.html
crash-restart.html chore: make crash-reporter specs not use URL module (#16840) 2019-02-08 13:22:07 -08:00
crash.html chore: make crash-reporter specs not use URL module (#16840) 2019-02-08 13:22:07 -08:00
did-fail-load-iframe.html
execute-javascript.html feat: make zoomLevel/zoomFactor sync (#16410) 2019-01-20 23:40:27 -08:00
frame-subscriber.html
gpu-info.js
isolated-fetch-preload.js
isolated-preload.js
isolated.html
leak-exit-browserview.js
leak-exit-webcontents.js
leak-exit-webcontentsview.js
loaded-from-dataurl.js
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
native-window-open-isolated.html
native-window-open-native-addon.html feat: Upgrade to Chromium 71.0.3578.98 (#15966) 2019-01-11 17:00:43 -08:00
native-window-open-no-allowpopups.html
new-window-preload.js
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
preload.html
preloads.html
remote-event-handler.html
render-view-deleted.html
sandbox.html test: remove non-applicable processMemoryInfo specs (#17679) 2019-04-05 07:53:25 -07:00
send-sync-message.html
unload.html
window-open-location-change.html
window-open-location-final.html
window-open-location-open.html
window-open-preload.js