..
fixtures
fix: ensure document.visibilityState aligns with the visibility of the TopLevelWindow ( #19988 )
2019-09-05 10:56:06 -07:00
.eslintrc
spec: initial spike of main-process based tests
2019-03-14 12:50:06 -07:00
.gitignore
spec: add tests for the autoUpdater on macOS that actually test if it works ( #17442 )
2019-03-29 17:32:52 -07:00
ambient.d.ts
test: tsify more web contents specs ( #19969 )
2019-08-29 19:45:41 -05:00
api-app-spec.ts
fix: fall back to default logs path in getPath('logs') ( #19653 )
2019-08-19 15:16:00 -07:00
api-auto-updater-spec.ts
test: move autoUpdater specs to main process ( #19440 )
2019-07-26 10:52:57 -07:00
api-autoupdater-darwin-spec.ts
spec: don't run codesigning spec on forks ( #19418 )
2019-07-24 10:55:16 -07:00
api-browser-view-spec.ts
spec: fix dirtyChai spec failures ( #19652 )
2019-08-06 10:27:33 -07:00
api-browser-window-affinity-spec.ts
test: tsify affinity spec ( #19961 )
2019-08-29 09:59:27 -07:00
api-browser-window-spec.ts
fix: crash when exiting simple fullscreen on macOS ( #20144 )
2019-09-12 13:38:16 -04:00
api-callbacks-registry-spec.ts
test: tsify callbacks-registry spec ( #19606 )
2019-08-05 09:46:58 +09:00
api-content-tracing-spec.ts
test: move contentTracing specs to main process ( #19229 )
2019-07-15 17:23:35 +09:00
api-deprecate-spec.ts
test: tsify deprecate spec ( #20089 )
2019-09-04 11:13:37 -07:00
api-desktop-capturer-spec.ts
test: fix test for desktopCapturer preventDefault ( #20100 )
2019-09-04 13:54:40 -07:00
api-dialog-spec.ts
test: move dialog spec to main process ( #19231 )
2019-07-26 09:37:59 -04:00
api-global-shortcut-spec.ts
test: move globalShortcut spec ( #19233 )
2019-07-15 17:29:29 +09:00
api-in-app-purchase-spec.ts
test: move inAppPurchase spec ( #19232 )
2019-07-15 17:28:55 +09:00
api-ipc-main-spec.ts
test: move ipcMain spec ( #19230 )
2019-07-15 17:23:59 +09:00
api-ipc-spec.ts
fix: ensure correct ordering of sendSync w.r.t. send ( #18630 )
2019-06-04 17:10:31 -07:00
api-menu-item-spec.ts
doc: add missing MenuItem roles ( #19329 )
2019-07-31 14:13:56 -07:00
api-menu-spec.ts
test: move menu spec to main process ( #19412 )
2019-07-26 10:17:14 -04:00
api-native-theme-spec.ts
fix: emit updated on NativeTheme on the UI thread to avoid DCHECK ( #20137 )
2019-09-16 16:08:01 -07:00
api-net-log-spec.ts
test: tsify netlog spec ( #19605 )
2019-08-05 09:47:42 +09:00
api-net-spec.ts
feat: migrate webRequest module to NetworkService (Part 9) ( #19976 )
2019-08-27 09:12:33 -07:00
api-notification-dbus-spec.ts
test: tsify powerMonitor spec ( #19963 )
2019-08-28 13:54:50 -07:00
api-notification-spec.ts
test: move Notification spec to main process ( #19414 )
2019-07-24 17:18:11 -07:00
api-power-monitor-spec.ts
test: tsify powerMonitor spec ( #19963 )
2019-08-28 13:54:50 -07:00
api-power-save-blocker-spec.ts
spec: move powerSaveBlocker spec to main process ( #19236 )
2019-07-15 17:38:01 +09:00
api-protocol-spec.ts
feat: migrate webRequest module to NetworkService (Part 7) ( #19820 )
2019-08-20 20:46:20 +09:00
api-remote-spec.ts
test: move some remote specs to the main runner ( #18636 )
2019-06-07 10:43:32 -07:00
api-screen-spec.ts
move screen api test to main process ( #18956 )
2019-06-24 11:30:47 -07:00
api-session-spec.ts
fix: implement ses.getBlobData() for NetworkService ( #20041 )
2019-09-04 07:54:14 +09:00
api-shell-spec.ts
test: remove usage of remote in shell.openExternal test ( #20101 )
2019-09-04 11:12:31 -07:00
api-subframe-spec.ts
test: tsify sub-frames spec ( #19965 )
2019-08-28 13:55:01 -07:00
api-system-preferences-spec.ts
chore: add error throwing utility ( #19803 )
2019-08-19 09:10:18 -07:00
api-touch-bar-spec.ts
test: move the TouchBar specs to the main process ( #19413 )
2019-07-25 11:30:42 -07:00
api-tray-spec.ts
test: clean up and augment Tray module spec ( #19410 )
2019-07-24 21:22:08 -07:00
api-view-spec.ts
test: tsify spec for experimental views api ( #19966 )
2019-08-27 16:37:30 +09:00
api-web-contents-spec.ts
test: move robotjs-based devtools paste test to main runner ( #20095 )
2019-09-04 14:44:13 -07:00
api-web-contents-view-spec.ts
test: move WebContentsView spec ( #19990 )
2019-08-29 16:17:44 +09:00
api-web-request-spec.ts
test: move webRequest spec to main runner ( #19992 )
2019-08-28 13:56:15 -07:00
chromium-spec.ts
chore: bump chromium to 32e0bab929213da1019992bf31d29 (master) ( #19488 )
2019-08-02 16:56:46 -07:00
content-script-spec.ts
test: move content-script tests to main runner ( #20056 )
2019-09-03 16:01:42 +09:00
events-helpers.ts
fix: ensure document.visibilityState aligns with the visibility of the TopLevelWindow ( #19988 )
2019-09-05 10:56:06 -07:00
extensions-spec.ts
test: move chrome extensions spec to main runner ( #20030 )
2019-09-03 10:10:33 -07:00
index.js
ci: run tests on WOA hardware ( #20031 )
2019-09-03 13:13:06 -04:00
internal-spec.ts
test: tsify internal-spec ( #19962 )
2019-08-28 13:54:42 -07:00
package.json
spec: initial spike of main-process based tests
2019-03-14 12:50:06 -07:00
security-warnings-spec.ts
test: move security warnings spec to main runner ( #20055 )
2019-09-03 16:02:22 +09:00
spec-helpers.ts
fix: emit updated on NativeTheme on the UI thread to avoid DCHECK ( #20137 )
2019-09-16 16:08:01 -07:00
types-spec.ts
build: ensure that we bundle the correct version of @types/node ( #19102 )
2019-07-03 16:36:59 -07:00
version-bump-spec.ts
test: move version-bump spec to main process ( #19415 )
2019-07-24 10:16:28 -07:00
visibility-state-spec.ts
fix: ensure document.visibilityState aligns with the visibility of the TopLevelWindow ( #19988 )
2019-09-05 10:56:06 -07:00
webview-spec.ts
test: remove usage of 'remote' module from webview spec ( #20048 )
2019-09-03 10:10:58 -07:00
window-helpers.ts
fix: move window.open postMessage test to main runner to fix flake ( #18735 )
2019-06-12 08:35:58 +09:00