Shelley Vohr 6115b5f3b0 test: add tests for Storage Access API (#41864) 1 year ago
..
fixtures c96d7db592 fix: `node::loader::ImportModuleDynamically` crash (#41491) 1 year ago
is-valid-window 18f517d8a6 test: vendor node-is-valid-window (#39965) 1 year ago
lib 03bfd50875 feat: add support for configuring system network context proxies (#41744) 1 year ago
ts-smoke d0d2a64739 refactor: options parsing in WebContents.prototype.printToPDF() (#40279) 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 03bfd50875 feat: add support for configuring system network context proxies (#41744) 1 year ago
api-auto-updater-spec.ts c9bae5da8e refactor: use optional catch binding (#39232) 1 year ago
api-autoupdater-darwin-spec.ts 66e4c3089b fix: prevent node mode to be used as script runner by other apps (#40710) 1 year ago
api-browser-view-spec.ts f27b034045 test: convert a few more specs to async/await (#39712) 1 year ago
api-browser-window-spec.ts e21a6bf385 fix: potential `async_hooks` crash in `NotifyWindowRestore` on Windows (#41145) 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 0862529a86 build: use container runner for arm tests (#40933) 1 year ago
api-context-bridge-spec.ts 0b0707145b refactor: replace `.forEach()` with `for-of` (#39691) 1 year ago
api-crash-reporter-spec.ts cdf99a215a chore: cleanup tests creating crashpad handler in the test runner process (#41051) 1 year ago
api-debugger-spec.ts 484b75568f fix: `Storage.{get|set|clear}Cookies` via CDP not working (#41738) 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 af42e8e9c7 fix: crash when `dialog.showMessageBoxSync` with missing buttons (#41042) 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 efad0a8018 fix: InAppPurchase pre-emptive deallocation (#40956) 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 f8d4c45f8e fix: ensure MessagePorts get GCed when not referenced (#40201) 1 year ago
api-media-handler-spec.ts c145388dd2 ci: use CircleCI hosted macOS arm64 runners for testing (#41658) 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 8f72f9bcb5 feat: add net module to utility process (#40967) 1 year ago
api-net-log-spec.ts c9bae5da8e refactor: use optional catch binding (#39232) 1 year ago
api-net-session-spec.ts 8f72f9bcb5 feat: add net module to utility process (#40967) 1 year ago
api-net-spec.ts 2e95cf50bb docs: add missing headers option to ClientRequest options (#41731) 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 d78f37ec8f refactor: use node scheme imports in spec (#38487) 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 14c6651e35 feat: enable code cache for custom protocols (#40709) 1 year ago
api-safe-storage-spec.ts 34e7c3696a feat: expose safestorage backend information on linux (#38873) 1 year ago
api-screen-spec.ts f939be0638 feat: add/update missing Display properties (#40554) 1 year ago
api-service-workers-spec.ts d78f37ec8f refactor: use node scheme imports in spec (#38487) 1 year ago
api-session-spec.ts f6e8544ef6 refactor: use `replaceAll()` instead of `replace()` when appropriate (#39721) 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 cdf99a215a chore: cleanup tests creating crashpad handler in the test runner process (#41051) 1 year ago
api-view-spec.ts 4bc6b15f53 refactor: move spec helpers to spec/lib (#37010) 2 years ago
api-web-contents-spec.ts c145388dd2 ci: use CircleCI hosted macOS arm64 runners for testing (#41658) 1 year ago
api-web-contents-view-spec.ts bc957e3945 test: use `await` to call "closeWindow" (#38166) 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
asar-spec.ts 9ddd08ba89 fix: support the throwIfNoEntry option to statSync and lstatSync in asar files (#40224) 1 year ago
autofill-spec.ts d78f37ec8f refactor: use node scheme imports in spec (#38487) 1 year ago
chromium-spec.ts 6115b5f3b0 test: add tests for Storage Access API (#41864) 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 ac031bf8de feat: I guess it's esm (#37535) 1 year ago
extensions-spec.ts 8eb6b35fc0 fix: `chrome.action` API registration (#40514) 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 c96d7db592 fix: `node::loader::ImportModuleDynamically` crash (#41491) 1 year ago
package.json 18f517d8a6 test: vendor node-is-valid-window (#39965) 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 2c52eb7e1c refactor: replace .indexOf() with .includes() (#39195) 1 year ago
spellchecker-spec.ts d78f37ec8f refactor: use node scheme imports in spec (#38487) 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 d78f37ec8f refactor: use node scheme imports in spec (#38487) 1 year ago
webview-spec.ts b0c3534ecb fix: webview zoom level persistence on navigation (#41268) 1 year ago
yarn.lock da92c9aa27 build(deps): bump get-func-name from 2.0.0 to 2.0.2 in /spec (#40012) 1 year ago