electron/spec
Shelley Vohr 37f5881882
test: add a `<datalist>` spec for time type (#36953)
spec: add a datalist spec for time type
2023-01-23 11:21:28 -05:00
..
fixtures test: add a `<datalist>` spec for time type (#36953) 2023-01-23 11:21:28 -05:00
ts-smoke 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 test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
ambient.d.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-app-spec.ts feat: add app.getPreferredSystemLanguages() API (#36035) 2022-11-09 10:50:43 -05:00
api-auto-updater-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-autoupdater-darwin-spec.ts fix: abort ShipIt installation attempt at the final mile if the app is running (#36130) 2022-11-14 10:12:16 -08:00
api-browser-view-spec.ts test: replace (webContents as any).destroy() with webContents.destroy() (#36653) 2022-12-14 16:07:38 -05:00
api-browser-window-spec.ts test: replace (webContents as any).destroy() with webContents.destroy() (#36653) 2022-12-14 16:07:38 -05:00
api-clipboard-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-content-tracing-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-context-bridge-spec.ts feat: add exposeInIsolatedWorld(worldId, key, api) to contextBridge (#34974) 2022-09-21 13:17:10 -05:00
api-crash-reporter-spec.ts fix: enable crashpad for ELECTRON_RUN_AS_NODE processes (#36460) 2022-11-29 10:33:54 -05:00
api-debugger-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-desktop-capturer-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-dialog-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-global-shortcut-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-in-app-purchase-spec.ts feat: added username to IAP purchaseProduct method (#35902) 2022-12-12 10:11:48 -08:00
api-ipc-main-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-ipc-renderer-spec.ts test: replace (webContents as any).destroy() with webContents.destroy() (#36653) 2022-12-14 16:07:38 -05:00
api-ipc-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-media-handler-spec.ts test: move api-media-handler-spec from spec-main to spec (#35518) 2022-08-31 08:32:57 -07:00
api-menu-item-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-menu-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-native-image-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-native-theme-spec.ts test: fix nativeTheme test when system in dark mode (#36943) 2023-01-19 21:59:20 -05:00
api-net-log-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-net-spec.ts fix: use chrome headers in net.request for everything except cookie (#36666) 2022-12-21 14:53:29 -08:00
api-notification-dbus-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-notification-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-power-monitor-spec.ts test: re-enable power monitor tests on arm64 (#36015) 2022-10-13 10:09:09 -04:00
api-power-save-blocker-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-process-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-protocol-spec.ts test: replace (webContents as any).destroy() with webContents.destroy() (#36653) 2022-12-14 16:07:38 -05:00
api-safe-storage-spec.ts fix: set macOS crypto keychain name earlier (#34683) 2022-09-23 12:32:10 -07:00
api-screen-spec.ts feat: add label property to Display objects (#36855) 2023-01-18 15:44:40 +09:00
api-service-workers-spec.ts test: replace (webContents as any).destroy() with webContents.destroy() (#36653) 2022-12-14 16:07:38 -05:00
api-session-spec.ts fix: `getUserMedia` duplicate permissions call (#36787) 2023-01-11 11:55:31 +01:00
api-shell-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-subframe-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-system-preferences-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-touch-bar-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-tray-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-utility-process-spec.ts feat: UtilityProcess API (#34980) 2022-10-19 22:49:49 -07:00
api-view-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-web-contents-spec.ts test: replace (webContents as any).destroy() with webContents.destroy() (#36653) 2022-12-14 16:07:38 -05:00
api-web-contents-view-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-web-frame-main-spec.ts feat: webFrameMain.origin (#35438) 2022-08-31 17:40:57 -07:00
api-web-frame-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-web-request-spec.ts test: replace (webContents as any).destroy() with webContents.destroy() (#36653) 2022-12-14 16:07:38 -05:00
asar-spec.ts fix: handle null/undefined options for fs.readdir (#34764) 2023-01-10 12:16:39 +01:00
autofill-spec.ts test: add a `<datalist>` spec for time type (#36953) 2023-01-23 11:21:28 -05:00
chromium-spec.ts test: fix test for USB device.forget() (#36942) 2023-01-18 16:30:01 -05:00
crash-spec.ts test: disable flaky linux arm/arm64 crash test case (#36094) 2022-10-20 18:06:06 -04:00
deprecate-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
events-helpers.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
extensions-spec.ts chore: bump chromium to 110.0.5415.0 (main) (#36186) 2022-11-17 14:59:23 -05:00
get-files.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
guest-window-manager-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
index.js test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
internal-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
logging-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
modules-spec.ts test: add tests for valid electron module names (#35931) 2022-10-11 15:59:23 +09:00
node-spec.ts test: replace (webContents as any).destroy() with webContents.destroy() (#36653) 2022-12-14 16:07:38 -05:00
package.json fix: abort ShipIt installation attempt at the final mile if the app is running (#36130) 2022-11-14 10:12:16 -08:00
pipe-transport.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
release-notes-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
screen-helpers.ts test: remove redundant color diffing dependency (#33215) 2022-10-11 13:11:58 -04:00
security-warnings-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
spec-helpers.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
spellchecker-spec.ts chore: make macOS spellchecker fns formal no-ops (#35514) 2022-09-14 15:10:16 -07:00
types-spec.ts chore: update node types version (#36924) 2023-01-18 14:46:27 +01:00
version-bump-spec.ts build: determine electron version from tags not files (#36106) 2022-10-24 23:44:43 -07:00
video-helpers.js test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
visibility-state-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
webview-spec.ts fix: remove undocumented feature and flaky test for webview resize event (#36154) 2022-10-27 16:44:53 -07:00
window-helpers.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
yarn.lock build(deps): bump loader-utils from 1.4.1 to 1.4.2 in /spec (#36375) 2022-11-17 17:48:48 -05:00