trop[bot] 348e76b1d6 fix: empty result of `webContents.getUserAgent()` (#35130) 2 years ago
..
fixtures f06842e6f8 fix: call loadUrl when opening new windows from links (#34910) 2 years ago
.eslintrc 9d054755d6 refactor: implement ajax() in tests using native fetch instead of jQuery (#32579) 3 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 7678a0aebb chore: cleanup spec-main/ambient.d.ts (#32363) 3 years ago
api-app-spec.ts fbc398f9bc fix: revert "feat: add first-instance-ack event to the `app.requestSingleInstanceLock()` flow (#34295) 2 years ago
api-auto-updater-spec.ts 034a792df1 ci: enable arm64 macOS tests (#24832) 4 years ago
api-autoupdater-darwin-spec.ts 1763f4cfc8 fix: use stricter options in SecStaticCodeCheckValidity (#33378) 3 years ago
api-browser-view-spec.ts 3823245a46 fix: BrowserView background color in webContents (#33478) 2 years ago
api-browser-window-spec.ts 358d6f83cf fix: crash on `BrowserWindow.setEnabled()` (#34973) 2 years ago
api-content-tracing-spec.ts 68c541380e chore: bump chromium to 100.0.4894.0 (18-x-y) (#33093) 3 years ago
api-context-bridge-spec.ts db9ab80694 chore: update to latest TypeScript (#32596) 3 years ago
api-crash-reporter-spec.ts daed10512d chore: remove Breakpad tests for crashReporter on Linux (#31729) 3 years ago
api-debugger-spec.ts d330c6f9fe feat: expose sessionId in debugger module (#24170) 4 years ago
api-deprecate-spec.ts fb11a12d5b refactor: replace a few any-s with proper types (#25681) 4 years ago
api-desktop-capturer-spec.ts f646744d32 test: re-enable desktop specs (#33542) 3 years ago
api-dialog-spec.ts 05ba6359d0 feat: add signal option to dialog.showMessageBox (#26102) 3 years ago
api-global-shortcut-spec.ts db8644ee7a fix: media key globalShortcuts on macOS (#30552) 3 years ago
api-in-app-purchase-spec.ts 0d2e967960 feat: expose electron/{process} typed modules (#22937) 5 years ago
api-ipc-main-spec.ts 186301e126 feat: enable context isolation by default (#26890) 4 years ago
api-ipc-renderer-spec.ts d44a187d0b feat: remove nativeWindowOpen option (#29405) 3 years ago
api-ipc-spec.ts f8f08814a2 fix: apply senderFrame details to ipcMain port event (#33782) 3 years ago
api-menu-item-spec.ts 5af6b898d9 feat: add Substitutions menu roles on macOS (#32024) 3 years ago
api-menu-spec.ts 70190ec2b1 chore: update to latest TypeScript, which has built-in WeakRef declarations (#27425) 4 years ago
api-native-theme-spec.ts 4abb7e9709 feat: add nativeTheme.inForcedColorsMode (#33357) 3 years ago
api-net-log-spec.ts 70190ec2b1 chore: update to latest TypeScript, which has built-in WeakRef declarations (#27425) 4 years ago
api-net-spec.ts 418c957e13 test: unflake some more tests (#34100) 2 years ago
api-notification-dbus-spec.ts 0d2e967960 feat: expose electron/{process} typed modules (#22937) 5 years ago
api-notification-spec.ts b43859f098 feat: custom toast xml and failure reporting for notifications (#25401) 4 years ago
api-power-monitor-spec.ts a9924e1c32 feat: add powerMonitor.onBatteryPower (#26494) 4 years ago
api-power-save-blocker-spec.ts 0d2e967960 feat: expose electron/{process} typed modules (#22937) 5 years ago
api-protocol-spec.ts 74b85afca4 fix: service worker registration with custom protocols (#34291) 2 years ago
api-safe-storage-spec.ts 7afc5ab88e fix: fix a crash in `safeStorage` on Linux (#34148) 2 years ago
api-screen-spec.ts e89b3ca1d1 fix: add a "set" trap to the "screen" module proxy (#26818) 4 years ago
api-service-workers-spec.ts 9baca911a1 test: use new uuid for each ServiceWorker test (#27444) 4 years ago
api-session-spec.ts 46d74390fc feat: allow setting code cache directory (#33286) 3 years ago
api-shell-spec.ts aedec5206c test: disable shell.trashItem in renderer test on win-ia32 (#28868) 4 years ago
api-subframe-spec.ts 186301e126 feat: enable context isolation by default (#26890) 4 years ago
api-system-preferences-spec.ts 02562e903b feat: allow `null` when subscribing notification (#33771) 3 years ago
api-touch-bar-spec.ts 0d2e967960 feat: expose electron/{process} typed modules (#22937) 5 years ago
api-tray-spec.ts 3455136e9d refactor: remove path from nativeImage converter (#26546) 4 years ago
api-view-spec.ts ef3579eae3 refactor: rename TopLevelWindow to BaseWindow (#24305) 4 years ago
api-web-contents-spec.ts 348e76b1d6 fix: empty result of `webContents.getUserAgent()` (#35130) 2 years ago
api-web-contents-view-spec.ts 80f89a3472 test: disable some tests under ASan which might receive SIGKILL because of OOM (#28156) 4 years ago
api-web-frame-main-spec.ts 3f01fb3110 test: fix for flaky renderer crash test (#34453) 2 years ago
api-web-frame-spec.ts da8c35e3b2 chore: remove deprecated worldSafeExecuteJavaScript option (#28456) 4 years ago
api-web-request-spec.ts 35bf159cd3 chore: update node types version (#33477) 3 years ago
asar-spec.ts bb6a072380 fix: initialize asar support in worker threads (#33396) 3 years ago
autofill-spec.ts a041882192 test: add test for datalist autofills (#23110) 5 years ago
chromium-spec.ts cee4a64493 fix: make navigator.userAgentData non-empty (#34758) 2 years ago
crash-spec.ts 17f527f757 build: give ASAN tests more memory to avoid SIGKILL or disabling tests (#28567) 4 years ago
events-helpers.ts dd781c4f63 chore: deprecate remote (#25293) 4 years ago
extensions-spec.ts 02bf71fb43 fix: crash when loading extension with missing manifest (#34304) 2 years ago
guest-window-manager-spec.ts 49955512a8 fix: crash when `setWindowOpenHandler` callback throws (#34627) 2 years ago
index.js 959b657903 chore: remove Node.js patch on Module.globalPaths (#31275) 3 years ago
internal-spec.ts 18cc33055d chore: move libs only used in browser out of common (#31780) 3 years ago
logging-spec.ts 9959f01e4c spec: fix check for electron_common_testing binding in logging-spec.ts (#30086) 3 years ago
modules-spec.ts 2a0828e69a test: scope internal test fixtures under `@electron-ci` (#34025) 3 years ago
node-spec.ts db9ab80694 chore: update to latest TypeScript (#32596) 3 years ago
package.json 2a0828e69a test: scope internal test fixtures under `@electron-ci` (#34025) 3 years ago
pipe-transport.ts 93f6129c80 chore: support --remote-debugging-pipe (#23433) 5 years ago
release-notes-spec.ts 4484e95fc8 chore: graceful handling of notes with sub-lists (#25279) 4 years ago
screen-helpers.ts 7f82836d67 test: BrowserWindow backgroundColor and transparency (#33561) 3 years ago
security-warnings-spec.ts 63eed52626 fix: do not trigger CSP violations when checking eval (#30991) 3 years ago
spec-helpers.ts fa464286ee test: deflake crashReporter.getLastCrashReport test (#30276) 3 years ago
spellchecker-spec.ts aea8d5325c fix: webFrame spell checker APIs crashing in sandboxed renderers (#29053) 4 years ago
types-spec.ts 542abcd6fd chore: bump Node.js to v16.2.0 (#29244) 3 years ago
version-bump-spec.ts deb75ceaa5 build: update version-bumper to support alpha (#30165) 3 years ago
video-helpers.js 515e85079f chore: fix minor script warnings (#25575) 4 years ago
visibility-state-spec.ts 186301e126 feat: enable context isolation by default (#26890) 4 years ago
webview-spec.ts d468a73edb fix: zombie windows when fullscreening and closing (#34392) 2 years ago
window-helpers.ts 0d2e967960 feat: expose electron/{process} typed modules (#22937) 5 years ago
yarn.lock 2a0828e69a test: scope internal test fixtures under `@electron-ci` (#34025) 3 years ago