electron/spec-main
2022-08-15 17:09:33 +09:00
..
fixtures chore: remove deprecated 'new-window' event (#34526) 2022-08-09 17:57:05 -04:00
.eslintrc refactor: implement ajax() in tests using native fetch instead of jQuery (#32579) 2022-01-24 10:34:23 +01:00
.gitignore
ambient.d.ts chore: cleanup spec-main/ambient.d.ts (#32363) 2022-01-07 17:52:47 +09:00
api-app-spec.ts fix: app.relaunch loses args when execPath specified (#35108) 2022-08-08 10:12:06 +02:00
api-auto-updater-spec.ts ci: enable arm64 macOS tests (#24832) 2021-01-21 18:36:52 -05:00
api-autoupdater-darwin-spec.ts feat: add new Squirrel.Mac bundle installation method behind flag (#33470) 2022-03-29 14:47:34 -07:00
api-browser-view-spec.ts fix: BrowserView background color in webContents (#33435) 2022-03-28 12:47:08 -04:00
api-browser-window-spec.ts chore: remove deprecated 'new-window' event (#34526) 2022-08-09 17:57:05 -04:00
api-clipboard-spec.ts test: migrate clipboard spec to spec-main (#35059) 2022-07-26 09:37:37 +02:00
api-content-tracing-spec.ts chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
api-context-bridge-spec.ts chore: update to latest TypeScript (#32596) 2022-01-31 20:37:40 +09:00
api-crash-reporter-spec.ts chore: remove Breakpad tests for crashReporter on Linux (#31729) 2021-11-08 10:20:43 +01:00
api-debugger-spec.ts test: fix and re-enable Network.getResponseBody test (#33227) 2022-03-22 08:38:46 +09:00
api-desktop-capturer-spec.ts test: re-enable desktop specs (#33497) 2022-03-29 11:57:21 -04:00
api-dialog-spec.ts feat: add signal option to dialog.showMessageBox (#26102) 2021-07-15 07:59:27 +09:00
api-global-shortcut-spec.ts test: remove references to robotjs (#35064) 2022-07-26 01:12:04 -07:00
api-in-app-purchase-spec.ts
api-ipc-main-spec.ts feat: enable context isolation by default (#26890) 2021-03-01 16:52:29 -05:00
api-ipc-renderer-spec.ts feat: remove nativeWindowOpen option (#29405) 2022-01-06 09:28:03 -08:00
api-ipc-spec.ts feat: add WebContents.ipc (#34959) 2022-08-03 16:55:12 -07:00
api-menu-item-spec.ts feat: add Substitutions menu roles on macOS (#32024) 2022-01-06 10:41:28 -08:00
api-menu-spec.ts chore: update to latest TypeScript, which has built-in WeakRef declarations (#27425) 2021-01-22 11:25:47 -08:00
api-native-image-spec.ts test: migrate nativeImage specs to main (#35062) 2022-07-26 09:57:01 +02:00
api-native-theme-spec.ts feat: add nativeTheme.inForcedColorsMode (#32956) 2022-03-21 10:30:02 +01:00
api-net-log-spec.ts chore: fix spelling errors in multiple files (#34574) 2022-06-16 16:46:11 +09:00
api-net-spec.ts test: unflake some more tests (#34084) 2022-05-05 11:42:38 -07:00
api-notification-dbus-spec.ts
api-notification-spec.ts feat: custom toast xml and failure reporting for notifications (#25401) 2020-09-29 12:20:10 -07:00
api-power-monitor-spec.ts feat: add powerMonitor.onBatteryPower (#26494) 2020-11-16 16:31:46 -08:00
api-power-save-blocker-spec.ts
api-process-spec.ts test: add process module tests for main process (#35057) 2022-07-26 15:42:50 -07:00
api-protocol-spec.ts fix: service worker registration with custom protocols (#34290) 2022-05-23 00:42:37 -07:00
api-safe-storage-spec.ts fix: fix a crash in safeStorage on Linux (#33913) 2022-05-09 09:38:53 -04:00
api-screen-spec.ts fix: add a "set" trap to the "screen" module proxy (#26818) 2020-12-07 09:20:50 -08:00
api-service-workers-spec.ts test: use new uuid for each ServiceWorker test (#27444) 2021-01-23 10:37:51 +09:00
api-session-spec.ts chore: fix spelling errors in multiple files (#34574) 2022-06-16 16:46:11 +09:00
api-shell-spec.ts test: migrate shell specs to main process (#35058) 2022-07-27 09:18:33 -07:00
api-subframe-spec.ts feat: enable context isolation by default (#26890) 2021-03-01 16:52:29 -05:00
api-system-preferences-spec.ts chore: modernize Value usage in converters (#34794) 2022-07-05 11:25:18 -04:00
api-touch-bar-spec.ts
api-tray-spec.ts refactor: remove path from nativeImage converter (#26546) 2021-01-04 12:58:31 -08:00
api-view-spec.ts
api-web-contents-spec.ts chore: remove deprecated 'new-window' event (#34526) 2022-08-09 17:57:05 -04:00
api-web-contents-view-spec.ts test: disable some tests under ASan which might receive SIGKILL because of OOM (#28156) 2021-03-16 17:02:47 -04:00
api-web-frame-main-spec.ts test: fix for flaky renderer crash test (#34452) 2022-06-06 17:39:58 -04:00
api-web-frame-spec.ts test: migrate the rest of the webFrame tests to main (#35080) 2022-07-27 11:10:14 +02:00
api-web-request-spec.ts chore: update node types version (#33452) 2022-03-28 14:37:35 -07:00
asar-spec.ts test: migrate asar specs to main runner (#35230) 2022-08-09 09:39:14 +02:00
autofill-spec.ts
chromium-spec.ts test: migrate remaining chromium specs to main (#35216) 2022-08-04 17:20:56 -07:00
crash-spec.ts test: skip flaky test on 32-bit Windows (#34021) 2022-05-02 21:08:20 -04:00
deprecate-spec.ts refactor: don't expose deprecate as an internal module (#35311) 2022-08-15 17:09:33 +09:00
events-helpers.ts chore: deprecate remote (#25293) 2020-09-10 09:17:17 -07:00
extensions-spec.ts fix: crash when loading extension with missing manifest (#34168) 2022-05-11 13:41:06 -07:00
guest-window-manager-spec.ts chore: remove deprecated 'new-window' event (#34526) 2022-08-09 17:57:05 -04:00
index.js chore: fix typos (#32985) 2022-02-21 10:27:45 +01:00
internal-spec.ts chore: move libs only used in browser out of common (#31780) 2021-11-10 08:54:51 -08:00
logging-spec.ts spec: fix check for electron_common_testing binding in logging-spec.ts (#30086) 2021-07-12 22:11:19 -07:00
modules-spec.ts test: scope internal test fixtures under @electron-ci (#33822) 2022-05-02 13:09:23 -04:00
node-spec.ts test: migrate node specs to main (#35212) 2022-08-04 17:20:17 -07:00
package.json test: scope internal test fixtures under @electron-ci (#33822) 2022-05-02 13:09:23 -04:00
pipe-transport.ts
release-notes-spec.ts chore: fix spelling errors in multiple files (#34574) 2022-06-16 16:46:11 +09:00
screen-helpers.ts test: fix crash on image.crop (#33148) 2022-03-22 20:14:49 -04:00
security-warnings-spec.ts fix: do not trigger CSP violations when checking eval (#30991) 2021-10-25 14:11:24 -07:00
spec-helpers.ts test: migrate asar specs to main runner (#35230) 2022-08-09 09:39:14 +02:00
spellchecker-spec.ts fix: webFrame spell checker APIs crashing in sandboxed renderers (#29053) 2021-05-10 14:19:23 +02:00
types-spec.ts chore: bump Node.js to v16.2.0 (#29244) 2021-06-17 08:50:56 +02:00
version-bump-spec.ts chore: fix spelling errors in multiple files (#34574) 2022-06-16 16:46:11 +09:00
video-helpers.js chore: fix minor script warnings (#25575) 2020-09-23 13:21:34 -07:00
visibility-state-spec.ts feat: enable context isolation by default (#26890) 2021-03-01 16:52:29 -05:00
webview-spec.ts test: migrate remaining webview specs to main (#35213) 2022-08-15 17:06:02 +09:00
window-helpers.ts
yarn.lock build(deps): bump jpeg-js from 0.4.3 to 0.4.4 in /spec-main (#34607) 2022-06-20 09:57:25 +09:00