.. |
fixtures
|
bb031bf7a2
fix: libuv hang on Windows (#28336)
|
4 years ago |
.eslintrc
|
ca701bb9af
spec: initial spike of main-process based tests
|
6 years ago |
.gitignore
|
b8dbe4bc15
spec: add tests for the autoUpdater on macOS that actually test if it works (#17442)
|
6 years ago |
ambient.d.ts
|
71a7e1b2e3
chore: tsify menu (#24358)
|
4 years ago |
api-app-spec.ts
|
698fc73c23
fix: emit window-all-closed after closing the window (#28912)
|
4 years ago |
api-auto-updater-spec.ts
|
682f78b9a8
test: add more auto updater tests for squirrel.mac (#24611)
|
4 years ago |
api-autoupdater-darwin-spec.ts
|
139e20367f
fix: update squirrel.mac to handle bug in Big Sur (#25906)
|
4 years ago |
api-browser-view-spec.ts
|
795200a838
feat: add `win.setTopBrowserView()` so that BrowserViews can be raised (#27007) (#27712)
|
4 years ago |
api-browser-window-affinity-spec.ts
|
0d2e967960
feat: expose electron/{process} typed modules (#22937)
|
5 years ago |
api-browser-window-spec.ts
|
e1a71b065d
fix: handle async nature of [NSWindow -toggleFullScreen] (#28773)
|
4 years ago |
api-callbacks-registry-spec.ts
|
659e79fc08
refactor: prevent consistent early exception (#24191)
|
4 years ago |
api-content-tracing-spec.ts
|
94d8b7d4c1
fix: reject contentTracing.stopRecording on failure (#26655)
|
4 years ago |
api-context-bridge-spec.ts
|
fce83c48f2
fix: values return from the ctx bridge with dynamic property support should themselves support dynamic properties (#28161)
|
4 years ago |
api-crash-reporter-spec.ts
|
7931c8abfd
ci: cleanup up test app directories (#25257)
|
4 years ago |
api-debugger-spec.ts
|
d330c6f9fe
feat: expose sessionId in debugger module (#24170)
|
4 years ago |
api-deprecate-spec.ts
|
673169a7ba
chore: remove unused deprecate.fnToProperty() (#24069)
|
4 years ago |
api-desktop-capturer-spec.ts
|
35d2727de0
feat: remove getMediaSourceIdForWebContents() (#25414) (#25455)
|
4 years ago |
api-dialog-spec.ts
|
0d2e967960
feat: expose electron/{process} typed modules (#22937)
|
5 years ago |
api-global-shortcut-spec.ts
|
6516110c70
fix: volume key globalShortcut registration (#23782)
|
4 years ago |
api-in-app-purchase-spec.ts
|
0d2e967960
feat: expose electron/{process} typed modules (#22937)
|
5 years ago |
api-ipc-main-spec.ts
|
429400040e
fix: restrict sendToFrame to same-process frames by default (#26875) (#26926)
|
4 years ago |
api-ipc-renderer-spec.ts
|
5185501b85
test: reduce flakiness of post-context-release ipc test (#23992)
|
4 years ago |
api-ipc-spec.ts
|
659e79fc08
refactor: prevent consistent early exception (#24191)
|
4 years ago |
api-menu-item-spec.ts
|
c6db47182a
test: make sure tests fail properly instead of timing out (#24316)
|
4 years ago |
api-menu-spec.ts
|
fe1b40ce9e
fix: order menu items before filtering excess separators (#25599)
|
4 years ago |
api-native-theme-spec.ts
|
8545815af3
spec: attempt to fix flaky nativeTheme spec (#29035)
|
4 years ago |
api-net-log-spec.ts
|
0d2e967960
feat: expose electron/{process} typed modules (#22937)
|
5 years ago |
api-net-spec.ts
|
eb6616e4e9
build: update to standard 14 (#24479)
|
4 years ago |
api-notification-dbus-spec.ts
|
0d2e967960
feat: expose electron/{process} typed modules (#22937)
|
5 years ago |
api-notification-spec.ts
|
0d2e967960
feat: expose electron/{process} typed modules (#22937)
|
5 years ago |
api-power-monitor-spec.ts
|
1c49e4e376
test: use delay() helper (#24321)
|
4 years ago |
api-power-save-blocker-spec.ts
|
0d2e967960
feat: expose electron/{process} typed modules (#22937)
|
5 years ago |
api-protocol-spec.ts
|
ea1b8a32bb
fix: make sure service worker scheme is registered with allowServiceWorkers (#28353)
|
4 years ago |
api-remote-spec.ts
|
6b91371b6e
fix: make protocol wrapper remote-friendly again (#27044)
|
4 years ago |
api-screen-spec.ts
|
6951c09b61
fix: add a "set" trap to the "screen" module proxy (#26873)
|
4 years ago |
api-service-workers-spec.ts
|
3cba3f4d7e
test: use new uuid for each ServiceWorker test (#28310)
|
4 years ago |
api-session-spec.ts
|
ca215070e9
test: improve app 'session-created' event spec (#25803)
|
4 years ago |
api-shell-spec.ts
|
d6bea2a681
fix: make shell.moveItemToTrash return false on Windows when move unsuccessful (#25171)
|
4 years ago |
api-subframe-spec.ts
|
1f23807271
chore: tsify web-contents (#24325)
|
4 years ago |
api-system-preferences-spec.ts
|
362da77c0a
refactor: ginify SystemPreferences (#24675)
|
4 years ago |
api-touch-bar-spec.ts
|
0d2e967960
feat: expose electron/{process} typed modules (#22937)
|
5 years ago |
api-tray-spec.ts
|
122d8910d5
refactor: remove path from nativeImage converter (#27217)
|
4 years ago |
api-view-spec.ts
|
ef3579eae3
refactor: rename TopLevelWindow to BaseWindow (#24305)
|
4 years ago |
api-web-contents-spec.ts
|
e5eafc8ee9
fix: check web_contents() for destroyed WebContents (#27965)
|
4 years ago |
api-web-contents-view-spec.ts
|
ef3579eae3
refactor: rename TopLevelWindow to BaseWindow (#24305)
|
4 years ago |
api-web-frame-spec.ts
|
b500294c1d
feat: add worldSafe flag for executeJS results (#24114)
|
4 years ago |
api-web-request-spec.ts
|
0d2e967960
feat: expose electron/{process} typed modules (#22937)
|
5 years ago |
asar-spec.ts
|
c6db47182a
test: make sure tests fail properly instead of timing out (#24316)
|
4 years ago |
autofill-spec.ts
|
a041882192
test: add test for datalist autofills (#23110)
|
5 years ago |
chromium-spec.ts
|
e1a71b065d
fix: handle async nature of [NSWindow -toggleFullScreen] (#28773)
|
4 years ago |
crash-spec.ts
|
091f45b879
chore: fix linting (#23473)
|
5 years ago |
events-helpers.ts
|
5d657dece4
build: enable JS semicolons (#22783)
|
5 years ago |
extensions-spec.ts
|
a09dada8e4
fix: crash when loadExtension fails (#27588)
|
4 years ago |
guest-window-manager-spec.ts
|
8ae9c5c7cf
fix: replace default frameName title with null check (#27813)
|
4 years ago |
index.js
|
ea1b8a32bb
fix: make sure service worker scheme is registered with allowServiceWorkers (#28353)
|
4 years ago |
internal-spec.ts
|
aca2e4f968
refactor: improve feature string parsing (#23130)
|
5 years ago |
modules-spec.ts
|
14aba3f0de
fix: export libuv symbols (#24659)
|
4 years ago |
node-spec.ts
|
bb0ec12273
test: add spec for --require filtering in NODE_OPTIONS (#29505)
|
3 years ago |
package.json
|
14aba3f0de
fix: export libuv symbols (#24659)
|
4 years ago |
pipe-transport.ts
|
93f6129c80
chore: support --remote-debugging-pipe (#23433)
|
5 years ago |
release-notes-spec.ts
|
7745e48498
chore: graceful handling of notes with sub-lists (#25312)
|
4 years ago |
security-warnings-spec.ts
|
2ed8e63cfe
fix: don't warn about enableRemoteModule when it's undefined (#29023)
|
3 years ago |
spec-helpers.ts
|
c2e8704683
fix: re-enable the spellchecker when new language list set (#26119) (#26129)
|
4 years ago |
spellchecker-spec.ts
|
c2e8704683
fix: re-enable the spellchecker when new language list set (#26119) (#26129)
|
4 years ago |
types-spec.ts
|
5d657dece4
build: enable JS semicolons (#22783)
|
5 years ago |
version-bump-spec.ts
|
810d8bd10d
ci: run linux arm tests on CircleCI (#29833)
|
3 years ago |
video-helpers.js
|
eb6616e4e9
build: update to standard 14 (#24479)
|
4 years ago |
visibility-state-spec.ts
|
0d2e967960
feat: expose electron/{process} typed modules (#22937)
|
5 years ago |
webview-spec.ts
|
74ac9c2e13
fix: [webview] fix missing properties on events when contextIsolation: true (#26289) (#29150)
|
3 years ago |
window-helpers.ts
|
0d2e967960
feat: expose electron/{process} typed modules (#22937)
|
5 years ago |
yarn.lock
|
14aba3f0de
fix: export libuv symbols (#24659)
|
4 years ago |