electron/spec/fixtures/api
Samuel Attard 8af5c6d130
build: update some build dependencies (#44069)
* build: update some build dependencies (#43882)

* build: update some build dependencies

* build: fix eslint issues after updating

* build: disable ts check on busted js example

* build: update internal types for stricter event handling

* restore url.parse behavior

* fix typing issues

* sigh

* build: update easy deps

* build: skip woa engines check

* build: s/colors/chalk
2024-10-01 11:09:28 -07: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
context-bridge chore: cleanup unusued variables + enable linting (#38898) 2023-06-26 02:51:54 -07:00
cookie-app chore: bump chromium to 104.0.5073.0 (main) (#34272) 2022-06-01 08:12:47 +02:00
default-menu refactor: use optional catch binding (#39232) 2023-07-27 10:53:45 -04:00
electron-main-module test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
exit-closes-all-windows-app build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
first-party-sets test: add first-party-set chromium tests (#34827) 2022-07-07 15:14:53 -04:00
ipc-main-listeners test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
locale-check feat: add app.getPreferredSystemLanguages() API (#36035) 2022-11-09 10:50:43 -05:00
mixed-sandbox-app refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
net-log test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
quit-app test: make test apps' name prefixed with electron-test- (#33511) 2022-03-30 13:17:34 -04:00
relaunch refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
safe-storage feat: expose safestorage backend information on linux (#38873) 2023-07-13 11:14:33 +02:00
service-workers chore: cleanup unusued variables + enable linting (#38898) 2023-06-26 02:51:54 -07:00
shared-worker build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
singleton chore: cleanup unusued variables + enable linting (#38898) 2023-06-26 02:51:54 -07:00
singleton-data build: update some build dependencies (#44069) 2024-10-01 11:09:28 -07:00
singleton-userdata refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
test-menu-null test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
test-menu-visibility test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
utility-process build: update some build dependencies (#44069) 2024-10-01 11:09:28 -07:00
window-all-closed ci: cleanup up test app directories (#25145) 2020-08-31 14:07:12 -04:00
beforeunload-empty-string.html test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
beforeunload-false-prevent3.html test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
beforeunload-false.html test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
beforeunload-undefined.html test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
blank.html
close.html refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
custom-protocol-shutdown.js test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
did-fail-load-iframe.html
fork-with-node-options.js build: update some build dependencies (#44069) 2024-10-01 11:09:28 -07:00
frame-subscriber.html chore: update line endings on HTML files (#37755) 2023-03-29 15:02:13 -04:00
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-and-indexeddb.html feat: Options parameter for Session.clearData API (#41355) 2024-04-01 12:09:01 -04:00
localstorage.html test: move several session specs to the main runner (#18433) 2019-05-28 14:12:59 -07:00
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-native-addon.html test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
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-preload.js chore: cleanup unusued variables + enable linting (#38898) 2023-06-26 02:51:54 -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
offscreen-rendering.html chore: update line endings on HTML files (#37755) 2023-03-29 15:02:13 -04:00
picture-in-picture.html feat: enable picture-in-picture mode for video tags (#17686) 2019-08-22 19:17:50 +09:00
preload.html
print-to-pdf-large.html test: more robust PDF specs (#35979) 2022-10-12 10:15:49 -04:00
print-to-pdf-small.html test: more robust PDF specs (#35979) 2022-10-12 10:15:49 -04:00
sandbox.html test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
send-sync-message.html test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
unhandled-rejection-handled.js fix: don't double-log unhandled rejections (#37464) 2023-03-06 11:04:43 +01:00
unhandled-rejection.js fix: don't double-log unhandled rejections (#37464) 2023-03-06 11:04:43 +01:00
unload.html refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
webrequest.html test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
window-open-location-change.html
window-open-location-final.html
window-open-location-open.html
window-open-preload.js test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00