.. |
fixtures
|
f68184a9f9
feat: add error event for utility process (#43774)
|
6 months ago |
is-valid-window
|
18f517d8a6
test: vendor node-is-valid-window (#39965)
|
1 year ago |
lib
|
74af96da16
build: update some build dependencies (#43882)
|
6 months ago |
ts-smoke
|
74af96da16
build: update some build dependencies (#43882)
|
6 months ago |
.eslintrc.json
|
93024be3b2
build: rename spec/.eslintrc -> spec/.eslintrc.json (#38838)
|
1 year ago |
.gitignore
|
f68184a9f9
feat: add error event for utility process (#43774)
|
6 months ago |
ambient.d.ts
|
db7c92fd57
test: drop now-empty remote runner (#35343)
|
2 years ago |
api-app-spec.ts
|
c006e129b3
build: remove CircleCI (#42844)
|
9 months ago |
api-auto-updater-spec.ts
|
c9bae5da8e
refactor: use optional catch binding (#39232)
|
1 year ago |
api-autoupdater-darwin-spec.ts
|
dad6e130f5
build: remove fs-extra devdep (#42533)
|
10 months ago |
api-browser-view-spec.ts
|
778d3098a0
feat: customize border radius of Views (#42320)
|
9 months ago |
api-browser-window-spec.ts
|
40cae71df8
test: re-enable tests that were disabled in chromium rolls (#43968)
|
6 months ago |
api-clipboard-spec.ts
|
9b0409f7c9
chore: bump chromium to 126.0.6445.0 (main) (#41868)
|
11 months ago |
api-content-tracing-spec.ts
|
ae88e64c88
test: use longer timeout on contentTracing tests on WOA (#42537)
|
10 months ago |
api-context-bridge-spec.ts
|
74af96da16
build: update some build dependencies (#43882)
|
6 months ago |
api-crash-reporter-spec.ts
|
74af96da16
build: update some build dependencies (#43882)
|
6 months ago |
api-debugger-spec.ts
|
0bf53a3876
fix: `Storage.{get|set|clear}Cookies` via CDP not working (#41718)
|
1 year ago |
api-desktop-capturer-spec.ts
|
cfdcf48e1b
fix: desktopCapturer breaks BrowserWindow resizable on macOS (#43013)
|
9 months ago |
api-dialog-spec.ts
|
d7689bb9b5
docs: expand dialog window to `BaseWindow` (#43334)
|
8 months ago |
api-global-shortcut-spec.ts
|
4bc6b15f53
refactor: move spec helpers to spec/lib (#37010)
|
2 years ago |
api-in-app-purchase-spec.ts
|
d5d162b622
fix: InAppPurchase pre-emptive deallocation (#40938)
|
1 year ago |
api-ipc-main-spec.ts
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year ago |
api-ipc-renderer-spec.ts
|
74af96da16
build: update some build dependencies (#43882)
|
6 months ago |
api-ipc-spec.ts
|
04df5ce492
chore: bump chromium to 124.0.6323.0 (main) (#41412)
|
1 year ago |
api-media-handler-spec.ts
|
c006e129b3
build: remove CircleCI (#42844)
|
9 months ago |
api-menu-item-spec.ts
|
0b0707145b
refactor: replace `.forEach()` with `for-of` (#39691)
|
1 year ago |
api-menu-spec.ts
|
f27b034045
test: convert a few more specs to async/await (#39712)
|
1 year ago |
api-native-image-spec.ts
|
ed9fec7da4
fix: `nativeImage.createThumbnailFromPath` and `shell.openExternal` in renderer (#41875)
|
1 year ago |
api-native-theme-spec.ts
|
5669a40d5c
feat: add transparency checking to `nativeTheme` (#42862)
|
9 months ago |
api-net-custom-protocols-spec.ts
|
8c71e2adc9
feat: add net module to utility process (#40017)
|
1 year ago |
api-net-log-spec.ts
|
c9bae5da8e
refactor: use optional catch binding (#39232)
|
1 year ago |
api-net-session-spec.ts
|
54c315c9b0
refactor: improve cookie failure rejection messages (#42362)
|
10 months ago |
api-net-spec.ts
|
74af96da16
build: update some build dependencies (#43882)
|
6 months ago |
api-notification-dbus-spec.ts
|
1d3b1284c4
test: ensure `sender-pid` hint is set in Linux notifications (#43928)
|
6 months ago |
api-notification-spec.ts
|
c7bdd907d7
fix: set prototype names on `gin::Constructible` classes (#39006)
|
1 year ago |
api-power-monitor-spec.ts
|
67894f1493
test: convert a few more specs to async/await (#40313)
|
1 year ago |
api-power-save-blocker-spec.ts
|
db7c92fd57
test: drop now-empty remote runner (#35343)
|
2 years ago |
api-process-spec.ts
|
d8e4579e3c
feat: add cumulativeCPUUsage to AppMetrics and CPUUsage (#41819)
|
10 months ago |
api-protocol-spec.ts
|
74af96da16
build: update some build dependencies (#43882)
|
6 months ago |
api-safe-storage-spec.ts
|
dad6e130f5
build: remove fs-extra devdep (#42533)
|
10 months ago |
api-screen-spec.ts
|
493bc3ac9d
fix: `desktopCapturer` and `screen` display ids should match (#42883)
|
9 months ago |
api-service-workers-spec.ts
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year ago |
api-session-spec.ts
|
30fbeec036
chore: bump chromium to 131.0.6734.0 (main) (#43769)
|
6 months ago |
api-shell-spec.ts
|
dad6e130f5
build: remove fs-extra devdep (#42533)
|
10 months ago |
api-subframe-spec.ts
|
0b0707145b
refactor: replace `.forEach()` with `for-of` (#39691)
|
1 year ago |
api-system-preferences-spec.ts
|
d002f16157
feat: `systemPreferences.getColor` should return RGBA instead of RGB (#38960)
|
1 year ago |
api-touch-bar-spec.ts
|
4ae43dcb3b
fix: touch bar functionality on BaseWindow (#43353)
|
8 months ago |
api-tray-spec.ts
|
f27b034045
test: convert a few more specs to async/await (#39712)
|
1 year ago |
api-utility-process-spec.ts
|
f68184a9f9
feat: add error event for utility process (#43774)
|
6 months ago |
api-view-spec.ts
|
74b54278bf
fix: native `View` wrapper crash missing when adding child view (#43638)
|
7 months ago |
api-web-contents-spec.ts
|
da6ab92353
fix: ensure correct `WebContents` when checking `PDFReadyToPrint` (#43943)
|
6 months ago |
api-web-contents-view-spec.ts
|
74b54278bf
fix: native `View` wrapper crash missing when adding child view (#43638)
|
7 months ago |
api-web-frame-main-spec.ts
|
74af96da16
build: update some build dependencies (#43882)
|
6 months ago |
api-web-frame-spec.ts
|
c5b20eeb13
test: add missing tests to api-web-frame-spec.ts (#39720)
|
1 year ago |
api-web-request-spec.ts
|
74af96da16
build: update some build dependencies (#43882)
|
6 months ago |
api-web-utils-spec.ts
|
d6bb9b40b0
feat: add webUtils module with getPathForFile method (#38776)
|
1 year ago |
asar-integrity-spec.ts
|
ae0c8881c3
chore: fix typos in 'spec/' folder (and one in 'lib/' folder) (#43374)
|
8 months ago |
asar-spec.ts
|
040acaaf30
fix: support `withFileTypes` in `fs.{readdir|readdirSync}` (#41627)
|
1 year ago |
autofill-spec.ts
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year ago |
chromium-spec.ts
|
74af96da16
build: update some build dependencies (#43882)
|
6 months ago |
crash-spec.ts
|
fb1b5ca4ce
test: disable CapturableScreen tests on Windows x64 (#41543)
|
1 year ago |
deprecate-spec.ts
|
2c88626b51
chore: revert deprecate as an internal module (#40146)
|
1 year ago |
disabled-tests.json
|
05631ec445
chore: disable tests that require nut.js (#42006)
|
11 months ago |
esm-spec.ts
|
dad6e130f5
build: remove fs-extra devdep (#42533)
|
10 months ago |
extensions-spec.ts
|
40cae71df8
test: re-enable tests that were disabled in chromium rolls (#43968)
|
6 months ago |
fuses-spec.ts
|
f979d4c742
test: add test for nodeCliInspect fuse (#43035)
|
9 months ago |
get-files.ts
|
24d6c28b5a
chore: remove walkdir dev dependency (#42591)
|
10 months ago |
guest-window-manager-spec.ts
|
f89bd745d5
fix: `createWindow` shouldn't load URL for `webContents` (#43775)
|
7 months ago |
index.js
|
24d6c28b5a
chore: remove walkdir dev dependency (#42591)
|
10 months ago |
logging-spec.ts
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year ago |
modules-spec.ts
|
ae0c8881c3
chore: fix typos in 'spec/' folder (and one in 'lib/' folder) (#43374)
|
8 months ago |
node-spec.ts
|
37608933ae
fix: fetch-dependent interfaces in Web Workers (#42579)
|
10 months ago |
package.json
|
f68184a9f9
feat: add error event for utility process (#43774)
|
6 months ago |
parse-features-string-spec.ts
|
0a5e634736
test: rename & split internal module tests (#37318)
|
2 years ago |
pipe-transport.ts
|
db7c92fd57
test: drop now-empty remote runner (#35343)
|
2 years ago |
process-binding-spec.ts
|
0a5e634736
test: rename & split internal module tests (#37318)
|
2 years ago |
release-notes-spec.ts
|
ef097b77ad
chore: fix notes stack updates (#41600)
|
11 months ago |
security-warnings-spec.ts
|
74af96da16
build: update some build dependencies (#43882)
|
6 months ago |
spellchecker-spec.ts
|
67894f1493
test: convert a few more specs to async/await (#40313)
|
1 year ago |
types-spec.ts
|
1d98b27a66
chore: update node types version (#36924)
|
2 years ago |
version-bump-spec.ts
|
c006e129b3
build: remove CircleCI (#42844)
|
9 months ago |
visibility-state-spec.ts
|
15c6014324
feat: replace BrowserView with WebContentsView (#35658)
|
1 year ago |
webview-spec.ts
|
74af96da16
build: update some build dependencies (#43882)
|
6 months ago |
yarn.lock
|
f68184a9f9
feat: add error event for utility process (#43774)
|
6 months ago |