electron/spec
electron-roller[bot] cfc0826b65
chore: bump chromium to 117.0.5913.0 (main) (#39172)
* chore: bump chromium in DEPS to 117.0.5899.0

* 4686653: webui: Filter out non-chrome scheme URLs in WebUIConfigMap

https://chromium-review.googlesource.com/c/chromium/src/+/4686653

* 4696355: Remove deprecated version of base::CommandLine::CopySwitchesFrom()

https://chromium-review.googlesource.com/c/chromium/src/+/4696355

* chore: fixup patch indices

* 4603888: Reland "Enable raw_ref check on linux"

https://chromium-review.googlesource.com/c/chromium/src/+/4603888

* chore: bump chromium in DEPS to 117.0.5901.0

* chore: update patches

* chore: bump chromium in DEPS to 117.0.5903.0

* chore: bump chromium in DEPS to 117.0.5903.2

* chore: bump chromium in DEPS to 117.0.5905.0

* 4706792: Printing: Add debug code for a DispatchBeforePrintEvent() failure

https://chromium-review.googlesource.com/c/chromium/src/+/4706792

* 4704786: Refactor libunwind build rules/flags

https://chromium-review.googlesource.com/c/chromium/src/+/4704786

* 4701710: [Linux Ui] Set toolkit dark preference based on FDO dark preference

https://chromium-review.googlesource.com/c/chromium/src/+/4701710

* chore: fixup patch indices

* chore: bump chromium in DEPS to 117.0.5907.0

* chore: bump chromium in DEPS to 117.0.5909.2

* chore: update patches

* chore: bump chromium in DEPS to 117.0.5911.0

* chore: update patches

* chore: build-what-we-include

* fix: set allowFileAccess on devtools extensions correctly

Ref: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4714725

* 4670615: Reland "[iterator-helpers] Shipping iterator helpers"

https://chromium-review.googlesource.com/c/v8/v8/+/4670615

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Samuel Attard <marshallofsound@electronjs.org>
2023-07-31 10:47:32 -07:00
..
fixtures fix: pageVisibility state when backgroundThrottling disabled (#39223) 2023-07-28 10:48:25 +02:00
lib refactor: use TypeError instead of generic Error when appropriate (#39209) 2023-07-25 12:08:46 -04:00
ts-smoke docs: fix some string union type (#39258) 2023-07-31 10:32:59 +02:00
.eslintrc.json build: rename spec/.eslintrc -> spec/.eslintrc.json (#38838) 2023-06-19 14:19:11 +02:00
.gitignore test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
ambient.d.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-app-spec.ts refactor: throw errors directly in async functions (#39233) 2023-07-31 10:39:37 +02:00
api-auto-updater-spec.ts refactor: use optional catch binding (#39232) 2023-07-27 10:53:45 -04:00
api-autoupdater-darwin-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-browser-view-spec.ts feat: browserWindow.getBrowserViews() to return sorted by z-index array (#38943) 2023-07-11 11:01:30 +02:00
api-browser-window-spec.ts fix: pageVisibility state when backgroundThrottling disabled (#39223) 2023-07-28 10:48:25 +02:00
api-clipboard-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-content-tracing-spec.ts refactor: use Date.now() instead of +new Date() (#38901) 2023-07-18 10:58:02 +02:00
api-context-bridge-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-crash-reporter-spec.ts refactor: use optional catch binding (#39232) 2023-07-27 10:53:45 -04:00
api-debugger-spec.ts refactor: use optional catch binding (#39232) 2023-07-27 10:53:45 -04:00
api-desktop-capturer-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-dialog-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-global-shortcut-spec.ts refactor: move spec helpers to spec/lib (#37010) 2023-01-25 13:01:25 -08:00
api-in-app-purchase-spec.ts feat: added username to IAP purchaseProduct method (#35902) 2022-12-12 10:11:48 -08:00
api-ipc-main-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-ipc-renderer-spec.ts feat: add senderIsMainFrame to messages sent via ipcRenderer.sendTo() (#38868) 2023-07-24 14:27:30 +02:00
api-ipc-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-media-handler-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-menu-item-spec.ts test: migrate to helpers & disabled tests list (#37513) 2023-04-04 09:48:51 -04:00
api-menu-spec.ts refactor: replace .indexOf() with .includes() (#39195) 2023-07-24 12:32:54 +02:00
api-native-image-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-native-theme-spec.ts chore: bump chromium to 117.0.5852.0 (main) (#38891) 2023-07-01 16:22:55 -04:00
api-net-log-spec.ts refactor: use optional catch binding (#39232) 2023-07-27 10:53:45 -04:00
api-net-spec.ts refactor: replace Object.prototype.hasOwnProperty() with Object.hasOwn() (#38929) 2023-06-27 16:57:33 -04:00
api-notification-dbus-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-notification-spec.ts fix: set prototype names on gin::Constructible classes (#39006) 2023-07-10 11:49:20 +02:00
api-power-monitor-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-power-save-blocker-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
api-process-spec.ts refactor: use optional catch binding (#39232) 2023-07-27 10:53:45 -04:00
api-protocol-spec.ts refactor: use optional catch binding (#39232) 2023-07-27 10:53:45 -04:00
api-safe-storage-spec.ts feat: expose safestorage backend information on linux (#38873) 2023-07-13 11:14:33 +02:00
api-screen-spec.ts test: migrate to helpers & disabled tests list (#37513) 2023-04-04 09:48:51 -04:00
api-service-workers-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-session-spec.ts docs: fix some string union type (#39258) 2023-07-31 10:32:59 +02:00
api-shell-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-subframe-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-system-preferences-spec.ts refactor: move spec helpers to spec/lib (#37010) 2023-01-25 13:01:25 -08:00
api-touch-bar-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-tray-spec.ts fix: set prototype names on gin::Constructible classes (#39006) 2023-07-10 11:49:20 +02:00
api-utility-process-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-view-spec.ts refactor: move spec helpers to spec/lib (#37010) 2023-01-25 13:01:25 -08:00
api-web-contents-spec.ts refactor: use optional catch binding (#39232) 2023-07-27 10:53:45 -04:00
api-web-contents-view-spec.ts test: use await to call "closeWindow" (#38166) 2023-05-04 07:14:46 +09:00
api-web-frame-main-spec.ts refactor: use types for once() return values in spec (#38872) 2023-06-22 14:38:52 -04:00
api-web-frame-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
api-web-request-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
asar-spec.ts refactor: replace Object.prototype.hasOwnProperty() with Object.hasOwn() (#38929) 2023-06-27 16:57:33 -04:00
autofill-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
chromium-spec.ts docs: document idleDetector permissions (#39180) 2023-07-24 14:57:41 -04:00
crash-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
deprecate-spec.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
disabled-tests.json fix: pageVisibility state when backgroundThrottling disabled (#39223) 2023-07-28 10:48:25 +02:00
extensions-spec.ts refactor: use types for once() return values in spec (#38872) 2023-06-22 14:38:52 -04:00
get-files.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
guest-window-manager-spec.ts refactor: use types for once() return values in spec (#38872) 2023-06-22 14:38:52 -04:00
index.js test: add some environment variables for controlling tests (#39149) 2023-07-19 16:54:08 +02:00
logging-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
modules-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
node-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
package.json test: prewarm Node headers cache if specifying Electron version (#38287) 2023-05-15 02:10:22 -07:00
parse-features-string-spec.ts test: rename & split internal module tests (#37318) 2023-02-17 10:14:40 +01:00
pipe-transport.ts test: drop now-empty remote runner (#35343) 2022-08-16 15:23:13 -04:00
process-binding-spec.ts test: rename & split internal module tests (#37318) 2023-02-17 10:14:40 +01:00
release-notes-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
security-warnings-spec.ts refactor: replace .indexOf() with .includes() (#39195) 2023-07-24 12:32:54 +02:00
spellchecker-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
types-spec.ts chore: update node types version (#36924) 2023-01-18 14:46:27 +01:00
version-bump-spec.ts test: re-enable tests that aren't broken & remove old test (#38251) 2023-05-16 14:30:25 +02:00
visibility-state-spec.ts refactor: use node scheme imports in spec (#38487) 2023-06-15 10:42:27 -04:00
webview-spec.ts chore: bump chromium to 117.0.5913.0 (main) (#39172) 2023-07-31 10:47:32 -07:00
yarn.lock build: bump dependencies to clean yarn audit (#37998) 2023-04-18 16:54:16 +02:00