Charles Kerr c35739d60d refactor: use url::DomainIs() to check cookie domains (#43262) 8 months ago
..
fixtures ba8ad4716b feat: expose system preferences to utility process (#42203) 10 months ago
is-valid-window 18f517d8a6 test: vendor node-is-valid-window (#39965) 1 year ago
lib 1a6e651844 test: fixup flaky visibility test (#43064) 8 months ago
ts-smoke 19dc276878 feat: remove File.path (#42053) 11 months ago
.eslintrc.json 93024be3b2 build: rename spec/.eslintrc -> spec/.eslintrc.json (#38838) 1 year ago
.gitignore c7709747d0 ci: upload test artifacts (#42925) 9 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 778d3098a0 feat: customize border radius of Views (#42320) 9 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 dad6e130f5 build: remove fs-extra devdep (#42533) 10 months 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 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) 8 months 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 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 c6102b9278 docs: add missing headers option to ClientRequest options (#41723) 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 d8e4579e3c feat: add cumulativeCPUUsage to AppMetrics and CPUUsage (#41819) 10 months ago
api-protocol-spec.ts 55e7a47d70 fix: always terminate active Node Streams (#43056) 8 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 c35739d60d refactor: use url::DomainIs() to check cookie domains (#43262) 8 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 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 ba8ad4716b feat: expose system preferences to utility process (#42203) 10 months ago
api-view-spec.ts 778d3098a0 feat: customize border radius of Views (#42320) 9 months ago
api-web-contents-spec.ts 406f644d26 feat: duplicate navigation related APIs to `contents.navigationHistory` (#41752) 10 months ago
api-web-contents-view-spec.ts 1a6e651844 test: fixup flaky visibility test (#43064) 8 months 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 1729a9868c fix: use `BlockedRequest` struct to handle `webRequest` data (#42647) 9 months ago
api-web-utils-spec.ts d6bb9b40b0 feat: add webUtils module with getPathForFile method (#38776) 1 year ago
asar-integrity-spec.ts dad6e130f5 build: remove fs-extra devdep (#42533) 10 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 2f4a46f47a fix: video and audio capture should be separate (#42775) 9 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 9b0409f7c9 chore: bump chromium to 126.0.6445.0 (main) (#41868) 11 months ago
fuses-spec.ts f979d4c742 test: add test for nodeCliInspect fuse (#43035) 8 months ago
get-files.ts 24d6c28b5a chore: remove walkdir dev dependency (#42591) 10 months ago
guest-window-manager-spec.ts 778d3098a0 feat: customize border radius of Views (#42320) 9 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 e71a56d11e refactor: const Module = require('module') as NodeJS.ModuleInternal; (#38757) 1 year ago
node-spec.ts 37608933ae fix: fetch-dependent interfaces in Web Workers (#42579) 10 months ago
package.json 24d6c28b5a chore: remove walkdir dev dependency (#42591) 10 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 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 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 778d3098a0 feat: customize border radius of Views (#42320) 9 months ago
yarn.lock 24d6c28b5a chore: remove walkdir dev dependency (#42591) 10 months ago