.. |
fixtures
|
db2bf1a0d1
fix: apply module search paths restriction on worker and child process (#41118)
|
1 year ago |
is-valid-window
|
18f517d8a6
test: vendor node-is-valid-window (#39965)
|
1 year ago |
lib
|
85bebfb180
test: draggable region allows moving window (#41127)
|
1 year ago |
ts-smoke
|
30fbcfca7b
chore: remove deprecated `gpu-process-crashed` event (#40255)
|
1 year ago |
.eslintrc.json
|
93024be3b2
build: rename spec/.eslintrc -> spec/.eslintrc.json (#38838)
|
1 year ago |
.gitignore
|
db7c92fd57
test: drop now-empty remote runner (#35343)
|
2 years ago |
ambient.d.ts
|
db7c92fd57
test: drop now-empty remote runner (#35343)
|
2 years ago |
api-app-spec.ts
|
657e88b173
chore: remove deprecated `crashed` and `renderer-process-crashed` events (#40115)
|
1 year ago |
api-auto-updater-spec.ts
|
c9bae5da8e
refactor: use optional catch binding (#39232)
|
1 year ago |
api-autoupdater-darwin-spec.ts
|
cb0da6ff34
fix: prevent node mode to be used as script runner by other apps (#40579)
|
1 year ago |
api-browser-view-spec.ts
|
15c6014324
feat: replace BrowserView with WebContentsView (#35658)
|
1 year ago |
api-browser-window-spec.ts
|
768ece6b54
feat: add `BrowserWindow.isOccluded()` (#38982)
|
1 year ago |
api-clipboard-spec.ts
|
cf658b700d
fix: use nested run loop in clipboard.readImage (#39466)
|
1 year ago |
api-content-tracing-spec.ts
|
d5c658545a
chore: fix content tracing flake (#40939)
|
1 year ago |
api-context-bridge-spec.ts
|
0b0707145b
refactor: replace `.forEach()` with `for-of` (#39691)
|
1 year ago |
api-crash-reporter-spec.ts
|
83f15bd957
chore: cleanup tests creating crashpad handler in the test runner process (#40668)
|
1 year ago |
api-debugger-spec.ts
|
67894f1493
test: convert a few more specs to async/await (#40313)
|
1 year ago |
api-desktop-capturer-spec.ts
|
3d45429667
refactor: use `for-of` instead of `for` simple array iteration (#39338)
|
1 year ago |
api-dialog-spec.ts
|
7e6fb97a2f
fix: crash when `dialog.showMessageBoxSync` with missing buttons (#40996)
|
1 year 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
|
5078cae861
chore: remove deprecated `ipcRenderer.sendTo()` (#39087)
|
1 year ago |
api-ipc-spec.ts
|
fb888a6989
fix: crash problem with message_port close event (#41201)
|
1 year ago |
api-media-handler-spec.ts
|
2481f94b4e
fix: instantiate tab video tracks from BrowserCaptureMediaStreamTrack (#39074)
|
1 year 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
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year ago |
api-native-theme-spec.ts
|
aceb432f45
chore: remove deprecated systemPreferences APIs (#39696)
|
1 year 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
|
8c71e2adc9
feat: add net module to utility process (#40017)
|
1 year ago |
api-net-spec.ts
|
8c71e2adc9
feat: add net module to utility process (#40017)
|
1 year ago |
api-notification-dbus-spec.ts
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year 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
|
c9bae5da8e
refactor: use optional catch binding (#39232)
|
1 year ago |
api-protocol-spec.ts
|
9aa73abe78
feat: enable code cache for custom protocols (#40544)
|
1 year ago |
api-safe-storage-spec.ts
|
34e7c3696a
feat: expose safestorage backend information on linux (#38873)
|
1 year ago |
api-screen-spec.ts
|
471449d9f6
feat: add/update missing Display properties (#40497)
|
1 year ago |
api-service-workers-spec.ts
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year ago |
api-session-spec.ts
|
8c89137ecd
chore: bump chromium to 122.0.6194.0 (main) (#40750)
|
1 year ago |
api-shell-spec.ts
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year 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
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year ago |
api-tray-spec.ts
|
f27b034045
test: convert a few more specs to async/await (#39712)
|
1 year ago |
api-utility-process-spec.ts
|
83f15bd957
chore: cleanup tests creating crashpad handler in the test runner process (#40668)
|
1 year ago |
api-view-spec.ts
|
4bc6b15f53
refactor: move spec helpers to spec/lib (#37010)
|
2 years ago |
api-web-contents-spec.ts
|
398ca2a019
fix: make sure invalid URL loads promises are fulfilled. (#41194)
|
1 year ago |
api-web-contents-view-spec.ts
|
15c6014324
feat: replace BrowserView with WebContentsView (#35658)
|
1 year ago |
api-web-frame-main-spec.ts
|
9226cc662b
refactor: use types for once() return values in spec (#38872)
|
1 year 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
|
f6e8544ef6
refactor: use `replaceAll()` instead of `replace()` when appropriate (#39721)
|
1 year ago |
api-web-utils-spec.ts
|
d6bb9b40b0
feat: add webUtils module with getPathForFile method (#38776)
|
1 year ago |
asar-spec.ts
|
5dfa9e3317
fix: `original-fs` import replacement (#41209)
|
1 year ago |
autofill-spec.ts
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year ago |
chromium-spec.ts
|
1a0991a9b9
chore: bump chromium to 122.0.6261.6 (main) (#40949)
|
1 year ago |
crash-spec.ts
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year ago |
deprecate-spec.ts
|
2c88626b51
chore: revert deprecate as an internal module (#40146)
|
1 year ago |
disabled-tests.json
|
6df392162f
fix: `pageVisibility` state when `backgroundThrottling` disabled (#39223)
|
1 year ago |
esm-spec.ts
|
6803624576
fix: check for Node.js-created module when `contextIsolation` disabled (#40993)
|
1 year ago |
extensions-spec.ts
|
67894f1493
test: convert a few more specs to async/await (#40313)
|
1 year ago |
fuses-spec.ts
|
be4e4ff11b
fix: make grant_file_protocol_extra_privileges fuse also block CORS fetches (#40801)
|
1 year ago |
get-files.ts
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year ago |
guest-window-manager-spec.ts
|
f27b034045
test: convert a few more specs to async/await (#39712)
|
1 year ago |
index.js
|
0b0707145b
refactor: replace `.forEach()` with `for-of` (#39691)
|
1 year ago |
logging-spec.ts
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year ago |
modules-spec.ts
|
e71a56d11e
refactor: const Module = require('module') as NodeJS.ModuleInternal; (#38757)
|
1 year ago |
node-spec.ts
|
73c07b5f22
fix: allow NODE_OPTIONS from none-sandboxed parent
|
1 year ago |
package.json
|
12870cafb7
fix: move nut-js to optional spec deps (#41199)
|
1 year 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
|
d78f37ec8f
refactor: use node scheme imports in spec (#38487)
|
1 year ago |
security-warnings-spec.ts
|
67894f1493
test: convert a few more specs to async/await (#40313)
|
1 year 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
|
fa81f77f40
test: re-enable tests that aren't broken & remove old test (#38251)
|
1 year ago |
visibility-state-spec.ts
|
15c6014324
feat: replace BrowserView with WebContentsView (#35658)
|
1 year ago |
webview-spec.ts
|
5086071294
feat: add `transparent` webpreference to webview (#40301)
|
1 year ago |
yarn.lock
|
85bebfb180
test: draggable region allows moving window (#41127)
|
1 year ago |