electron-roller[bot]
238dfbaa0f
chore: bump chromium to 112.0.5615.20 (24-x-y) ( #37546 )
...
* chore: bump chromium in DEPS to 112.0.5615.20
* chore: update patches
---------
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
v24.0.0-beta.3
2023-03-13 15:39:53 +01:00
John Kleinschmidt
ddb4a16eb2
chore: bump chromium to 112.0.5615.10 (24-x-y) ( #37510 )
...
* chore: bump chromium to 112.0.5615.10
* 4240798: Get rid of ShowInvalidPrinterSettingsError() in PrintManagerHost.
https://chromium-review.googlesource.com/c/chromium/src/+/4240798
* chore: fixup patch
* 4173660: Remove unused argument in BeforeUnloadCompleted
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4173660
(cherry picked from commit 6d3934f743 )
* refactor: base value type DICTIONARY replaced with DICT
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4198081
(cherry picked from commit b7acb5c9a4 )
* 4251237: [StorageKey Cleanup] (2) Rename CreateFirstParty constructors
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4251237
(cherry picked from commit 31bdd549d0 )
* refactor: rename latency metrics
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/4048262
(cherry picked from commit 1e1b97d387 )
* refactor: base::span explicit conversion checks
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4219636
(cherry picked from commit 020e8c6aae )
* chore: iwyu net/cert/cert_verify_result.h
(cherry picked from commit 24583f5583 )
* 4258446: Move network::mojom::ClearDataFilter to its own mojom file
https://chromium-review.googlesource.com/c/chromium/src/+/4258446
(cherry picked from commit 5ff47109cd )
* refactor: refactoring geolocation manager
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4161603
(cherry picked from commit 1eeaafb45c )
* refactor: use modern base values in tracing
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4210912
(cherry picked from commit 192c988c1e )
* refactor: add sanitized context to clipboard write
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4178264
(cherry picked from commit 3ef020b5e5 )
* 4256866: [Extensions] Replace GetHooksForAPI with a RegisterHooksDelegate
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4256866
(cherry picked from commit b9d905216a )
* refactor: s/Rect/WindowFeatures
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4167001
(cherry picked from commit 12d121265b )
* 4226656: Add response url to SimpleURLLoader::OnRedirectCallback
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4226656
(cherry picked from commit 9f66c47930 )
* Better approach for ShowInvalidPrinterSettingsError() removal
* build: use xcode 14
(cherry picked from commit 06bd2c0442 )
* build: update appveyor image
4072083: New toolchain for Windows 11 10.0.22621.755 SDK | https://chromium-review.googlesource.com/c/chromium/src/+/4072083
(cherry picked from commit 437c49898f )
* 4261434: Remove browser_watcher (1/3): Move ExitCodeWatcher to chrome/app
https://chromium-review.googlesource.com/c/chromium/src/+/4261434
(cherry picked from commit edc90d9488 )
* 4128591: Enable large pdbs by default
https://chromium-review.googlesource.com/c/chromium/src/+/4128591
(cherry picked from commit e76f2c3f16 )
* move dbgcore/dbghelp to extensions_to_skip
(cherry picked from commit 8eeb555145 )
* 4273450: dpwas: Send announcement when live regions changed
https://chromium-review.googlesource.com/c/chromium/src/+/4273450
* 4277708: win7dep: Remove ResolveCoreWinRTStringDelayload
https://chromium-review.googlesource.com/c/chromium/src/+/4277708
* Roll clang+rust llvmorg-17-init-3170-g6e30dffe-1 : llvmorg-17-init-3874-g93a2fecc-1 / [skipping Rust]
https://chromium-review.googlesource.com/c/chromium/src/+/4308214
* 4285717: Copy d3dcompiler_47.dll on ARM64 Windows builds
https://chromium-review.googlesource.com/c/angle/angle/+/4285717
* Revert "Roll clang+rust llvmorg-17-init-3170-g6e30dffe-1 : llvmorg-17-init-3874-g93a2fecc-1 / [skipping Rust]"
This reverts commit 71080f4f2d .
* Revert Roll clang+rust llvmorg-16-init-17653-g39da55e8-3
This clang roll breaks Linux arm 32-bit
---------
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
Co-authored-by: Samuel Attard <marshallofsound@electronjs.org >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
Co-authored-by: electron-patch-conflict-fixer[bot] <83340002+electron-patch-conflict-fixer[bot]@users.noreply.github.com>
2023-03-09 14:05:20 -05:00
trop[bot]
6c8aeb4c0d
docs: remove outdated ipc example ( #37538 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Erick Zhao <erick@hotmail.ca >
v24.0.0-beta.2
2023-03-09 10:01:42 -05:00
trop[bot]
44f8d11fd8
fix: fallback to X11 capturer if pipewire fails on Wayland ( #37527 )
...
* fix: fallback to x11 desktop capturer on Wayland
Co-authored-by: VerteDinde <keeleymhammond@gmail.com >
* fix: sanitize window/screen capturer inputs
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
* chore: clean up patch description
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: VerteDinde <keeleymhammond@gmail.com >
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
2023-03-08 15:13:23 -08:00
trop[bot]
077a7cd2f5
docs: fixup WebUSB fiddle ( #37525 )
...
docs: fixup webusb fiddle
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2023-03-07 21:16:01 -05:00
trop[bot]
dea0e6e259
fix: WebUSB on ARM64 macs ( #37522 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2023-03-07 21:15:33 -05:00
trop[bot]
51b1ef4190
docs: remove misleading info from will-finish-launching docs ( #37516 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2023-03-07 10:26:50 +01:00
trop[bot]
5abfb3a6bc
fix: Showing the about panel is async on all platforms ( #37508 )
...
fix: Showing the about panel is async on all platforms (#37440 )
* fix: about panel is a base::Value::Dict
* nix this test for a diff PR
* what if the about dialog was not blocking
* add this test back in
* document synchronicity
* github editor is a fan of spaces
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Calvin <clavin@users.noreply.github.com >
v24.0.0-beta.1
2023-03-06 13:31:45 -08:00
trop[bot]
33a34af2fb
fix: don't double-log unhandled rejections ( #37500 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-03-06 08:21:00 -08:00
trop[bot]
2be0bd9729
refactor: leverage Skia helpers for NSColor ANSI logic ( #37489 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-03-06 11:43:04 +01:00
trop[bot]
2e3d9a4f6d
fix: draggable regions on MAS ( #37474 )
...
* fix: draggable regions on MAS
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
* lint
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2023-03-03 09:46:03 +01:00
electron-roller[bot]
29ced1215a
chore: bump chromium to 111.0.5563.50 (24-x-y) ( #37223 )
...
* chore: bump chromium in DEPS to 111.0.5563.19
* chore: bump chromium in DEPS to 111.0.5563.33
* chore: bump chromium in DEPS to 111.0.5563.41
* chore: update patches
* refactor: remove GetFontLookupTableCacheDir
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4191820
(cherry picked from commit 52740f127f )
* chore: remove dead DecodeToken code
(cherry picked from commit e7ac425771 )
* chore: add stub impls for WCO routing
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/4182690
(cherry picked from commit 911e353b07 )
* refacotr: switch mojom::NetworkHintsHandler to use SchemeHostPair instead of URL
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4185417
(cherry picked from commit a8b3befdd7 )
* chore: bump chromium in DEPS to 111.0.5563.50
* chore: update patches
* 4240360: [intl] Revert date formatting behavior change from ICU 72
https://chromium-review.googlesource.com/c/v8/v8/+/4240360
* chore: update patches
---------
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: Samuel Attard <marshallofsound@electronjs.org >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2023-03-02 20:22:57 -05:00
trop[bot]
03285c8faf
chore: improve contents.takeHeapSnapshot error messages ( #37461 )
...
* chore: improve contents.takeHeapSnapshot error messages
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
* fix wstring conversion issue
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 >
v24.0.0-alpha.7
2023-03-02 12:48:18 +01:00
trop[bot]
f02d262d32
fix: min/max width/height enforcement when aspectRatio is set ( #37456 )
...
fix: min/max width/height with aspect ratio
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-03-02 12:23:04 +01:00
trop[bot]
1ff589976c
feat: add types to webRequest filter ( #37427 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2023-03-02 10:05:29 +01:00
trop[bot]
9e3a44edf7
fix: handle closing webContents in BrowserViews ( #37450 )
...
* fix: handle closing webContents in BrowserViews
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
* test: add window.close() test
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 >
2023-03-02 10:04:11 +01:00
trop[bot]
71803a5dd4
fix: Notification with reply obscuring first action on macOS ( #37449 )
...
fix: Notification with reply obscuring first action
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-03-01 14:25:01 +01:00
trop[bot]
f72a812db6
fix: about panel crash ( #37442 )
...
* fix: about panel is a base::Value::Dict
Co-authored-by: clavin <clavin@electronjs.org >
* nix this test for a diff PR
Co-authored-by: clavin <clavin@electronjs.org >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: clavin <clavin@electronjs.org >
2023-03-01 13:56:01 +01:00
trop[bot]
4c368be0a9
fix: BroadcastChannel initialization location ( #37443 )
...
* fix: BroadcastChannel initialization location
* chore: update patches
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-03-01 12:24:23 +01:00
trop[bot]
a6a8622257
feat: add logUsage to shell.openExternal() options ( #37291 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <miburda@microsoft.com >
v24.0.0-alpha.6
2023-02-27 10:02:49 +01:00
trop[bot]
9be3acd24c
feat: add httpOnly cookies.get filter ( #37365 )
...
feat: add httpOnly cookies filter
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Black-Hole1 <158blackhole@gmail.com >
2023-02-27 10:02:19 +01:00
trop[bot]
886a5032cf
fix: allow contextmenu event in draggable regions ( #37395 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2023-02-26 20:42:08 -08:00
Samuel Attard
b05d385f4a
build: set base rev 24-x-y ( #37409 )
2023-02-26 20:18:19 -08:00
trop[bot]
8edfa03ac7
docs: document change in draggable region behavior on macOS ( #37407 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2023-02-26 16:52:42 -08:00
trop[bot]
b156ffb25a
ci: rename Electron build step to include type of build being built ( #37397 )
...
ci: rename Electron build step to describe what is being built
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2023-02-24 12:26:38 -08:00
trop[bot]
a1255ae20f
fix: guard more private API usage on MAS builds ( #37364 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
v24.0.0-alpha.5
2023-02-21 17:54:48 +01:00
trop[bot]
de5ee7e60e
fix: html fullscreen when window not fullscreenable ( #37368 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-02-21 17:54:25 +01:00
trop[bot]
85802682b5
fix: restoring X11 window should not remove previous maximize state ( #37358 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2023-02-21 12:50:40 +01:00
trop[bot]
f04ad15b65
build: remove unused python code ( #37357 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-02-21 12:10:38 +01:00
trop[bot]
38ca7c0860
test: fix "crash cases" tests not failing properly ( #37325 )
...
* test: fix "crash cases" tests not failing properly
Co-authored-by: Alexey Kuzmin <alex.s.kuzmin@gmail.com >
* fixup! test: fix "crash cases" tests not failing properly
Co-authored-by: Alexey Kuzmin <alex.s.kuzmin@gmail.com >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Alexey Kuzmin <alex.s.kuzmin@gmail.com >
v24.0.0-alpha.4
2023-02-20 12:53:09 +01:00
trop[bot]
309349a020
test: use render-process-gone event in tests ( #37302 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <miburda@microsoft.com >
2023-02-19 01:29:53 -08:00
trop[bot]
f3d50c674c
test: rename & split internal module tests ( #37328 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <miburda@microsoft.com >
2023-02-19 01:26:08 -08:00
trop[bot]
8e74a37505
docs: only macOS 10.13+ is supported now ( #37288 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <miburda@microsoft.com >
2023-02-16 15:56:01 -08:00
trop[bot]
426c23446c
chore: remove redundant Node.js patch ( #37307 )
...
* chore: fix patch for other patch
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
---------
Co-authored-by: trop[bot] <37223003+trop[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>
2023-02-16 15:49:05 -08:00
trop[bot]
52adfe2137
test: use webContents.create() in type-safe way ( #37308 )
...
test: use (webContents as typeof ElectronInternal.WebContents).create()
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <miburda@microsoft.com >
2023-02-16 15:48:38 -08:00
Keeley Hammond
4911476787
build: use node18.12 appveyor image (24-x-y) ( #37283 )
...
build: use node18.12 appveyor image
v24.0.0-alpha.3
v24.0.0-alpha.2
2023-02-15 14:22:45 -08:00
trop[bot]
7a62411ad1
feat: include all standard paper sizes for webContents.print() ( #37265 )
...
feat: include standard paper sizes for webContents.print()
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-02-15 19:58:49 +01:00
trop[bot]
99d648faaa
fix: cookies filter secure invalid ( #37246 )
...
* fix: cookies filter secure and session invalid
Co-authored-by: Black-Hole1 <158blackhole@gmail.com >
* test: add test
Co-authored-by: Black-Hole1 <158blackhole@gmail.com >
* test: fix test failed
Co-authored-by: Black-Hole1 <158blackhole@gmail.com >
* test: fix test failed again
Co-authored-by: Black-Hole1 <158blackhole@gmail.com >
* fix: session check logic incorrect
Co-authored-by: Black-Hole1 <158blackhole@gmail.com >
* refactor: reset cookies filter session logic
Co-authored-by: Black-Hole1 <158blackhole@gmail.com >
* Update shell/browser/api/electron_api_cookies.cc
Co-authored-by: Robo <hop2deep@gmail.com >
Co-authored-by: Black-Hole <158blackhole@gmail.com >
* chore: re-enable worker spec failures (#37015 )
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Black-Hole1 <158blackhole@gmail.com >
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-02-15 12:38:01 +01:00
trop[bot]
91776c5484
docs: add win.isFocusable() return type ( #37260 )
...
docs: fix `win.isFocusable()` return type
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Andrew Ferreira <andrew.shien2@gmail.com >
2023-02-15 11:52:11 +01:00
trop[bot]
1a48e36313
fix: BrowserView crash when 'beforeunload' prevented ( #37268 )
...
fix: crash when beforeunload prevented
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-02-14 20:54:52 +01:00
trop[bot]
97c66e5985
refactor: simplify Node.js event loop with SpinEventLoop ( #37258 )
...
refactor: simplify Node.js event loop with SpinEventLoop
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-02-14 18:42:05 +01:00
trop[bot]
4ce69207b0
build: set make_latest correctly on published releases ( #37242 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Samuel Attard <marshallofsound@electronjs.org >
2023-02-13 14:47:26 +01:00
trop[bot]
cf4f6285c8
chore: update https://cs.chromium.org/ links to https://source.chromium.org/ ( #37234 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <miburda@microsoft.com >
2023-02-13 16:32:32 +09:00
trop[bot]
253a60f8ae
ci: update appveyor build agent ( #37229 )
...
ci update appveyor image
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2023-02-11 19:20:22 -05:00
Milan Burda
e5e9186d61
docs: add missing clipboard-sanitized-write permission value to setPermissionRequestHandler() ( #37173 )
...
Co-authored-by: Milan Burda <miburda@microsoft.com >
v24.0.0-alpha.1
v24.0.0-nightly.20230209
2023-02-09 11:38:39 +01:00
Shelley Vohr
478ce96914
fix: avoid using v8 on Isolate termination ( #35766 )
...
* fix: avoid using v8 on Isolate termination
* chore: refactor for review
---------
Co-authored-by: electron-patch-conflict-fixer[bot] <83340002+electron-patch-conflict-fixer[bot]@users.noreply.github.com>
2023-02-09 09:48:49 +01:00
Jeremy Rose
8dc98aeeae
chore: remove load-url event ( #37174 )
2023-02-09 14:40:37 +09:00
Milan Burda
35a9e67dba
chore: rename built-in modules to bindings to match naming update in node ( #37182 )
2023-02-09 10:31:38 +09:00
Samuel Attard
8b380ee2f2
test: ensure fullscreen test is retryable ( #37179 )
...
spec: ensure fullscreen test is retryable
2023-02-08 12:40:24 -08:00
Shelley Vohr
a15c9d3058
test: Node.js hkdf tests work now ( #37180 )
2023-02-08 13:35:28 -05:00