electron/spec
trop[bot] 1056280b0a
feat: enable more granular a11y feature management (#48625)
* feat: enable more granular a11y feature management

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* Update docs/api/app.md

Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

---------

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2025-10-23 12:22:17 -04:00
..
fixtures feat: add fileSystem to ses.setPermissionCheckHandler (#48326) 2025-10-08 10:44:46 +02:00
is-valid-window test: vendor node-is-valid-window (#39965) 2023-09-25 12:43:57 +02:00
lib test: rerun failed tests individually (#48386) 2025-09-26 11:43:31 -04:00
ts-smoke chore: bump chromium to 141.0.7361.0 (main) (#48054) 2025-08-29 12:31:47 +09:00
.eslintrc.json build: drop eslint-plugin-unicorn (#47676) 2025-07-08 15:20:56 +02:00
.gitignore feat: add error event for utility process (#43774) 2024-09-27 10:17:06 +09:00
ambient.d.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-app-spec.ts feat: enable more granular a11y feature management (#48625) 2025-10-23 12:22:17 -04:00
api-auto-updater-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-autoupdater-darwin-spec.ts fix: Squirrel.Mac crash when zip extraction fails (#47271) 2025-05-29 10:31:46 -07:00
api-browser-view-spec.ts fix: BrowserWindow add the same BrowserView (#48053) 2025-08-28 10:31:41 +02:00
api-browser-window-spec.ts fix: systemPreferences.getAccentColor inverted color (#48624) 2025-10-22 14:51:16 +02:00
api-clipboard-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-content-tracing-spec.ts chore: disable flaky content tracing tests on Linux (#45612) 2025-02-14 10:18:42 +01:00
api-context-bridge-spec.ts feat: contextBridge.executeInMainWorld (#45229) 2025-01-23 21:12:46 -05:00
api-corner-smoothing-spec.ts fix: corner smoothing feature gate crash (#47759) 2025-07-16 08:39:17 -07:00
api-crash-reporter-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-debugger-spec.ts test: run script to help target discovery and reduce flakes (#44741) 2024-11-20 08:55:09 -06:00
api-desktop-capturer-spec.ts chore: bump chromium to 139.0.7219.0 (main) (#47348) 2025-06-16 12:46:06 -05:00
api-dialog-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-global-shortcut-spec.ts test: test menu rendering accelerators (#44634) 2025-05-06 14:09:35 -04:00
api-image-view-spec.ts docs: add documentation for ImageView (#46760) 2025-05-29 10:24:16 -07:00
api-in-app-purchase-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-ipc-main-spec.ts docs: Make ipcRenderer and ipcMain listener API docs consistent (#44651) 2024-11-18 14:44:30 -08:00
api-ipc-renderer-spec.ts docs: Make ipcRenderer and ipcMain listener API docs consistent (#44651) 2024-11-18 14:44:30 -08:00
api-ipc-spec.ts chore: bump chromium to 140.0.7281.0 (main) (#47616) 2025-07-14 13:42:37 -07:00
api-media-handler-spec.ts fix: crash on getUserMedia with invalid chromeMediaSourceId (#45733) 2025-02-21 10:17:52 -06:00
api-menu-item-spec.ts fix: stop menu minimization if set false (#46279) 2025-04-22 10:58:30 +02:00
api-menu-spec.ts test: test menu rendering accelerators (#44634) 2025-05-06 14:09:35 -04:00
api-native-image-spec.ts chore: bump chromium to 139.0.7256.0 (main) (#47481) 2025-06-26 00:12:49 +09:00
api-native-theme-spec.ts feat: expose nativeTheme.shouldUseDarkColorsForSystemIntegratedUI (#46438) 2025-04-10 12:08:29 +02:00
api-net-custom-protocols-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-net-log-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-net-session-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-net-spec.ts feat: [net] add "priority" option to net.request (#42628) 2025-05-30 15:28:13 -04:00
api-notification-dbus-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-notification-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-power-monitor-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-power-save-blocker-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-process-spec.ts refactor: eliminate duplicate code in spec/api-process-spec.ts (#45927) 2025-03-09 17:37:14 -05:00
api-protocol-spec.ts test: fixup flaky tests (#44349) 2024-10-23 15:14:50 -04:00
api-safe-storage-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-screen-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-service-worker-main-spec.ts feat: ServiceWorkerMain.scriptURL (#45863) 2025-03-14 21:00:13 -04:00
api-service-workers-spec.ts feat: service worker preload scripts for improved extensions support (#44411) 2025-01-31 09:32:45 -05:00
api-session-spec.ts fix: webContents.downloadURL() did not support referer header (#47625) 2025-07-23 10:37:24 +02:00
api-shell-spec.ts fix: unexpected openExternal dialog on macOS Tahoe (#48518) 2025-10-13 10:15:36 +02:00
api-subframe-spec.ts chore: bump chromium to 140.0.7281.0 (main) (#47616) 2025-07-14 13:42:37 -07:00
api-system-preferences-spec.ts feat: Add getAccentColor on Linux (#48628) 2025-10-23 16:07:40 +02:00
api-touch-bar-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
api-tray-spec.ts feat: allow macOS tray to maintain position (#47838) 2025-08-07 19:25:50 +02:00
api-utility-process-spec.ts fix: importing from electron/utility in ESM (#47998) 2025-08-09 09:47:47 +02:00
api-view-spec.ts feat: view.getVisible() (#44999) 2025-01-31 13:27:16 -05:00
api-web-contents-spec.ts chore: bump chromium to 142.0.7417.0 (39-x-y) (#48363) 2025-09-24 11:56:54 -04:00
api-web-contents-view-spec.ts chore: bump chromium to 141.0.7361.0 (main) (#48054) 2025-08-29 12:31:47 +09:00
api-web-frame-main-spec.ts feat: webFrameMain.fromFrameToken (#47850) 2025-07-31 16:41:44 -04:00
api-web-frame-spec.ts chore: bump chromium to 140.0.7281.0 (main) (#47616) 2025-07-14 13:42:37 -07:00
api-web-request-spec.ts feat: add excludeUrls and modify urls in WebRequestFilter for better URL filtering (#44692) 2025-02-17 12:40:47 -08:00
api-web-utils-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
asar-integrity-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
asar-spec.ts chore: cleanup following internal switch to readPackageJSON (#44644) 2024-11-15 11:36:18 -05:00
autofill-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
chromium-spec.ts feat: add fileSystem to ses.setPermissionCheckHandler (#48326) 2025-10-08 10:44:46 +02:00
cpp-heap-spec.ts refactor: allocate gin_helper::internal::Event on cpp heap (#48161) 2025-08-27 09:30:50 +09:00
crash-spec.ts fix: oob string read when parsing node_options (#46210) 2025-03-25 19:33:10 +09:00
deprecate-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
disabled-tests.json chore: disable tests that require nut.js (#42006) 2024-04-30 21:13:38 -04:00
esm-spec.ts feat: dynamic ESM import in preload without context isolation (#48488) 2025-10-21 07:28:06 +02:00
extensions-spec.ts chore: bump chromium to 140.0.7301.0 (main) (#47747) 2025-07-21 09:32:53 -07:00
fuses-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
get-files.ts chore: remove walkdir dev dependency (#42591) 2024-06-21 10:31:10 -04:00
guest-window-manager-spec.ts fix: offscreen mode under window.open creation (#47868) 2025-08-05 14:56:33 +02:00
index.js chore: bump chromium to 141.0.7361.0 (main) (#48054) 2025-08-29 12:31:47 +09:00
logging-spec.ts fix: prevent log files being written to current directory on Windows (#44413) 2025-05-02 16:27:29 -05:00
modules-spec.ts fix: importing from electron/utility in ESM (#47998) 2025-08-09 09:47:47 +02:00
node-spec.ts fix: assert.ok in the renderer process (#46528) 2025-04-08 07:09:54 -05:00
package.json chore: remove remaining references to AppVeyor (#45339) 2025-02-07 12:57:36 +01:00
parse-features-string-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
pipe-transport.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
process-binding-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
release-notes-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
security-warnings-spec.ts feat: expose frame & move properties to console-message event object (#43617) 2024-10-18 16:07:06 -04:00
spellchecker-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
types-spec.ts chore: update node types version (#36924) 2023-01-18 14:46:27 +01:00
version-bump-spec.ts build: add import/order eslint rule (#44085) 2024-10-02 19:10:44 -07:00
visibility-state-spec.ts build: use github actions for windows (#44136) 2024-12-12 11:51:24 -05:00
webview-spec.ts test: rerun failed tests individually (#48386) 2025-09-26 11:43:31 -04:00
yarn.lock build: update spec deps for clean audit (#48250) 2025-09-03 13:50:49 -07:00