Sudowoodo Release Bot
125c324a49
Bump v20.0.0-nightly.20220517
2022-05-17 06:03:06 -07:00
Sudowoodo Release Bot
cc411946d7
Bump v20.0.0-nightly.20220516
2022-05-16 06:02:41 -07:00
Sudowoodo Release Bot
b06737fdac
Bump v20.0.0-nightly.20220513
2022-05-13 06:01:28 -07:00
Shelley Vohr
a8103691ac
fix: tray icon not highlighting on empty menu ( #34173 )
2022-05-12 16:14:11 +02:00
Sudowoodo Release Bot
142e1f667b
Bump v20.0.0-nightly.20220512
2022-05-12 06:02:20 -07:00
Sudowoodo Release Bot
64dc90824b
Bump v20.0.0-nightly.20220511
2022-05-11 06:01:00 -07:00
Sudowoodo Release Bot
a853a6ce9f
Revert "Bump v20.0.0-nightly.20220510"
...
This reverts commit 5633c45c19
.
2022-05-10 18:40:53 -07:00
Sudowoodo Release Bot
5633c45c19
Bump v20.0.0-nightly.20220510
2022-05-10 18:39:00 -07:00
Sudowoodo Release Bot
7f5346b954
Revert "Bump v20.0.0-nightly.20220510"
...
This reverts commit 4fc42092b8
.
2022-05-10 10:33:23 -07:00
Sudowoodo Release Bot
4fc42092b8
Bump v20.0.0-nightly.20220510
2022-05-10 10:27:54 -07:00
Sudowoodo Release Bot
c8fbabae48
Revert "Bump v20.0.0-nightly.20220510"
...
This reverts commit b94f25c287
.
2022-05-10 09:14:27 -07:00
Sudowoodo Release Bot
b94f25c287
Bump v20.0.0-nightly.20220510
2022-05-10 09:05:20 -07:00
Sudowoodo Release Bot
5572659988
Revert "Bump v20.0.0-nightly.20220510"
...
This reverts commit 030087c1c7
.
2022-05-10 08:37:52 -07:00
Sudowoodo Release Bot
030087c1c7
Bump v20.0.0-nightly.20220510
2022-05-10 06:01:41 -07:00
Robo
00368aca37
chore: stub gtk_native_dialog_get_type ( #34141 )
2022-05-09 13:37:50 -07:00
Cheng Zhao
9483e714c4
feat: allow customizing browser data location ( #33554 )
...
* feat: redirect Electron/Chromium cache location
* fix: network services should also use browserData
* test: browserData
* chore: no need to explicitly create dir
* feat: browserData => sessionData
* test: check existings of specific items
* docs: add background on userData and sessionData
Co-authored-by: emmanuel.kimmerlin@thomsonreuters.com <emmanuel.kimmerlin@thomsonreuters.com>
2022-05-09 10:26:57 -04:00
Darshan Sen
03e68e2efe
fix: fix a crash in safeStorage
on Linux ( #33913 )
...
On Linux, `isEncryptionAvailable()` was crashing instead of returning a
boolean before the 'ready' event was emitted by the app. The reason of
the crash is that [`CreateKeyStorage()`](https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/os_crypt_linux.cc;l=74;drc=35be6215ec8f09e50176f36753c68f26c63d1885;bpv=1;bpt=0 )
expects the config to be set but the function responsible for setting the
config, [`SetConfig()`](https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/os_crypt_linux.cc;l=237;drc=35be6215ec8f09e50176f36753c68f26c63d1885;bpv=1;bpt=0 ),
is called only after the app is ready inside [`PostCreateMainMessageLoop()`](https://github.com/electron/electron/blob/main/shell/browser/electron_browser_main_parts.cc#L499 ).
So this changes `IsEncryptionAvailable()` to return `false` when the app
is not ready on Linux and uses that instead of the raw API in other
places like `EncryptString()` and `DecryptString()`.
Fixes: https://github.com/electron/electron/issues/32206
Signed-off-by: Darshan Sen <raisinten@gmail.com>
2022-05-09 09:38:53 -04:00
Sudowoodo Release Bot
dd7dfd7ecd
Bump v20.0.0-nightly.20220509
2022-05-09 06:01:36 -07:00
Sudowoodo Release Bot
1bdbb69351
Bump v20.0.0-nightly.20220506
2022-05-06 12:58:25 -07:00
Sudowoodo Release Bot
0d35084ada
Revert "Bump v20.0.0-nightly.20220506"
...
This reverts commit 0f2da5c830
.
2022-05-06 08:14:11 -07:00
Sudowoodo Release Bot
0f2da5c830
Bump v20.0.0-nightly.20220506
2022-05-06 06:01:48 -07:00
Shelley Vohr
a401360057
refactor: prevent RemoveFromLoginItems() from mounting volumes from login items ( #34068 )
2022-05-05 20:46:36 -04:00
Jeremy Rose
d8a7219d07
chore: stop using v8::Locker everywhere ( #34078 )
2022-05-05 11:50:21 -07:00
Shelley Vohr
90eb47f70b
fix: offscreen rendering crash on input select ( #34069 )
2022-05-05 09:53:39 -04:00
Sudowoodo Release Bot
323f7d4c19
Bump v20.0.0-nightly.20220505
2022-05-05 06:01:44 -07:00
Sudowoodo Release Bot
4fad376b0e
Bump v20.0.0-nightly.20220504
2022-05-04 06:04:36 -07:00
Sudowoodo Release Bot
0893733496
Bump v20.0.0-nightly.20220503
2022-05-03 06:02:57 -07:00
Darshan Sen
f887000d50
fix: make BrowserWindow#isFocused() return false when blur() is called on macOS ( #33734 )
...
The isFocused() method on macOS works by checking if the selected
BrowserWindow is a key window. Unfortunately, this didn't work well
with blur() because it wasn't calling any macOS APIs that would change
the key status of the window. Hence, this changes the implementation of
blur() to call orderOut first, which removes the key
status of the window. Then when the orderBack function is called, it
moves the window to the back of its level in the screen list, without
changing the key window.
Fixes: https://github.com/electron/electron/issues/33732
Signed-off-by: Darshan Sen <raisinten@gmail.com>
2022-05-03 16:39:18 +09:00
Kevin Ushey
9901d2f281
fix: support mixed-case extensions in Linux file dialogs ( #33918 )
2022-05-02 11:54:17 -04:00
Keeley Hammond
14f07d7814
fix: move FirstPartySets into the browser process ( #33998 )
...
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3448551
2022-05-02 08:20:30 -07:00
Sudowoodo Release Bot
6f851afab5
Bump v20.0.0-nightly.20220502
2022-05-02 06:01:26 -07:00
Sudowoodo Release Bot
ce562b6889
Bump v20.0.0-nightly.20220429
2022-04-29 06:01:34 -07:00
Keeley Hammond
015185ad5a
fix: fix FirstPartySetsHandler initialization ( #33971 )
2022-04-28 22:17:19 -07:00
Shelley Vohr
fb534c927a
refactor: better solution for resizable frameless DCHECK ( #33790 )
...
* refactor: better solution for resizable frameless DCHECK
* fix: also implement TargetForRectin WinFrameView
2022-04-28 20:34:12 -04:00
Jacek Oleksy
192a7fad0d
fix: disable MallocNanoZone on mac ( #33704 )
2022-04-28 10:28:27 -04:00
Sudowoodo Release Bot
097da1d4ba
Bump v20.0.0-nightly.20220428
2022-04-28 06:01:07 -07:00
Baoshuo Ren
15c931201a
chore: remove git.io ( #33933 )
...
* chore: remove git.io
All links on git.io will stop redirecting after April 29, 2022.
- https://github.blog/changelog/2022-04-25-git-io-deprecation/
* fix: lint
Co-authored-by: Charles Kerr <charles@charleskerr.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2022-04-27 15:56:01 -04:00
Sudowoodo Release Bot
a00544c745
Bump v20.0.0-nightly.20220427
2022-04-27 06:00:58 -07:00
Sudowoodo Release Bot
bfabd67112
Bump v20.0.0-nightly.20220426
2022-04-26 06:01:17 -07:00
Sudowoodo Release Bot
40c022ad69
Bump v20.0.0-nightly.20220425
2022-04-25 14:01:18 -07:00
Sudowoodo Release Bot
0a73f60423
Revert "Bump v20.0.0-nightly.20220425"
...
This reverts commit f48a921d14
.
2022-04-25 06:47:42 -07:00
Sudowoodo Release Bot
f48a921d14
Bump v20.0.0-nightly.20220425
2022-04-25 06:02:58 -07:00
electron-roller[bot]
f3e0517b6e
chore: bump chromium to 102.0.4999.0 (main) ( #33731 )
...
* chore: bump chromium in DEPS to 102.0.4999.0
* 3576640: Set OOM handler during V8 initialization
https://chromium-review.googlesource.com/c/chromium/src/+/3576640
* 3574964: Remove deprecated base::Value usage in print_settings_conversion code.
https://chromium-review.googlesource.com/c/chromium/src/+/3574964
* 3570062: Replicate Active state to render process for all RenderViews.
https://chromium-review.googlesource.com/c/chromium/src/+/3570062
* chore: fixup patch indices
* 3380402: Remove legacy SwiftShader
https://chromium-review.googlesource.com/c/chromium/src/+/3380402
* 3570254: [Local Fonts] Rename permission name from FONT_ACCESS to LOCAL_FONTS.
https://chromium-review.googlesource.com/c/chromium/src/+/3570254
* 3572172: Rename or remove several parameters involved in creation of MimeHandler streams
https://chromium-review.googlesource.com/c/chromium/src/+/3572172
* fix: add missing base/bits include
* chore: fix lint
* chore: remove ia32 Linux support
* chore: patch out swift-format cipd dep on macOS
* build: apply patch better
* build: reset all caches
* build: update zip manifests to remove swiftshared libraries
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/3380402
* Revert "build: update zip manifests to remove swiftshared libraries"
This reverts commit 6aeec01ef1a79425a7b7d8c1cfb131a26b91c494.
* Revert "3380402: Remove legacy SwiftShader"
This reverts commit 4c7eebbbf2d0a459cc192959e17ae20f970c2da2.
* build: remove unused swiftshader egl libraries
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: Samuel Attard <sattard@salesforce.com>
2022-04-22 15:36:22 -07:00
Sudowoodo Release Bot
53c3dd68b2
Revert "Bump v20.0.0-nightly.20220422"
...
This reverts commit 283e4826af
.
2022-04-22 11:45:02 -07:00
Sudowoodo Release Bot
283e4826af
Bump v20.0.0-nightly.20220422
2022-04-22 11:40:22 -07:00
Sudowoodo Release Bot
e571417c52
Revert "Bump v20.0.0-nightly.20220422"
...
This reverts commit a5501d7118
.
2022-04-22 09:22:41 -07:00
Sudowoodo Release Bot
a5501d7118
Bump v20.0.0-nightly.20220422
2022-04-22 09:18:12 -07:00
Sudowoodo Release Bot
0c8c755ffb
Revert "Bump v20.0.0-nightly.20220422"
...
This reverts commit bb146e3deb
.
2022-04-22 09:17:29 -07:00
Sudowoodo Release Bot
bb146e3deb
Bump v20.0.0-nightly.20220422
2022-04-22 06:01:30 -07:00
Sudowoodo Release Bot
e864bc44c6
Bump v20.0.0-nightly.20220421
2022-04-21 06:05:18 -07:00
Sudowoodo Release Bot
fec147a0cb
Bump v20.0.0-nightly.20220420
2022-04-20 06:01:22 -07:00
Sudowoodo Release Bot
31c2b5703a
Bump v20.0.0-nightly.20220419
2022-04-19 06:00:47 -07:00
Sudowoodo Release Bot
5ae234d5e1
Bump v20.0.0-nightly.20220418
2022-04-18 06:38:13 -07:00
Sudowoodo Release Bot
b9c0166b49
Revert "Bump v20.0.0-nightly.20220418"
...
This reverts commit fd191fc50b
.
2022-04-18 06:35:44 -07:00
Sudowoodo Release Bot
fd191fc50b
Bump v20.0.0-nightly.20220418
2022-04-18 06:01:41 -07:00
Robo
37b7e347fc
fix: potential crash caused by dlopen different gtk libraries ( #33650 )
2022-04-18 13:24:32 +09:00
Sudowoodo Release Bot
9d4aceb940
Bump v20.0.0-nightly.20220415
2022-04-15 09:32:01 -07:00
Sudowoodo Release Bot
eee4232069
Bump v20.0.0-nightly.20220414
2022-04-14 20:08:45 -07:00
Sudowoodo Release Bot
635b3a94c8
Revert "Bump v20.0.0-nightly.20220414"
...
This reverts commit 99791f620b
.
2022-04-14 20:08:02 -07:00
Sudowoodo Release Bot
99791f620b
Bump v20.0.0-nightly.20220414
2022-04-14 18:08:45 -07:00
Sudowoodo Release Bot
f5e874cbcb
Revert "Bump v20.0.0-nightly.20220414"
...
This reverts commit dda8bc3cd1
.
2022-04-14 07:03:05 -07:00
Sudowoodo Release Bot
dda8bc3cd1
Bump v20.0.0-nightly.20220414
2022-04-14 06:13:26 -07:00
Shelley Vohr
233a39dbc9
fix: event propagation after exiting fullscreen on Windows ( #33757 )
2022-04-14 12:35:36 +02:00
Shelley Vohr
b66667b843
feat: allow null
when subscribing notification ( #33641 )
...
* feat: allow null when subscribing notification
* docs: document null event
2022-04-13 22:02:33 +02:00
Sudowoodo Release Bot
4c4e02318f
Revert "Bump v20.0.0-nightly.20220412"
...
This reverts commit de2f48b40f
.
2022-04-12 23:49:32 -07:00
Sudowoodo Release Bot
de2f48b40f
Bump v20.0.0-nightly.20220412
2022-04-12 21:26:21 -07:00
Sudowoodo Release Bot
a9c52926c0
Revert "Bump v20.0.0-nightly.20220412"
...
This reverts commit 7038d2d418
.
2022-04-12 21:25:04 -07:00
Sudowoodo Release Bot
7038d2d418
Bump v20.0.0-nightly.20220412
2022-04-12 16:14:58 -07:00
Sudowoodo Release Bot
b8c0ef9713
Revert "Bump v20.0.0-nightly.20220412"
...
This reverts commit c5b93eaf17
.
2022-04-12 16:13:49 -07:00
Sudowoodo Release Bot
c5b93eaf17
Bump v20.0.0-nightly.20220412
2022-04-12 14:10:26 -07:00
Sudowoodo Release Bot
48edb2c707
Revert "Bump v20.0.0-nightly.20220412"
...
This reverts commit 56ab3d73c6
.
2022-04-12 12:06:19 -07:00
Sudowoodo Release Bot
56ab3d73c6
Bump v20.0.0-nightly.20220412
2022-04-12 08:05:06 -07:00
Sudowoodo Release Bot
0287c3f511
Revert "Bump v20.0.0-nightly.20220412"
...
This reverts commit 1c53fc4331
.
2022-04-12 07:52:41 -07:00
Sudowoodo Release Bot
1c53fc4331
Bump v20.0.0-nightly.20220412
2022-04-12 06:00:49 -07:00
electron-roller[bot]
59dd17f2cf
chore: bump chromium to 102.0.4989.0 (main) ( #33557 )
...
* chore: bump chromium in DEPS to 102.0.4975.0
* chore: bump chromium in DEPS to 102.0.4977.0
* chore: update patches
* Remove parameter of OnGpuProcessCrashed()
https://chromium-review.googlesource.com/c/chromium/src/+/3543396
* hid: Add exclusionFilters option to requestDevice
https://chromium-review.googlesource.com/c/chromium/src/+/3478175
* chore: bump chromium in DEPS to 102.0.4979.0
* chore: bump chromium in DEPS to 102.0.4981.0
* chore: update patches
* Deny notification/push permission for documents in non-standard StoragePartitions
https://chromium-review.googlesource.com/c/chromium/src/+/3257305
* Improve FrameTreeNode tracking in URLLoaderNetworkContext
https://chromium-review.googlesource.com/c/chromium/src/+/3341866
* fixup! Remove parameter of OnGpuProcessCrashed()
* chore: fix lint
* Reland "Use gfx::Insets[F]::TLBR() and gfx::Insets[F]::VH() in the rest of Chrome"
https://chromium-review.googlesource.com/c/chromium/src/+/3554236
* chore: bump chromium in DEPS to 102.0.4983.0
* Ensure EyeDropperView does not access a destroyed window
https://chromium-review.googlesource.com/c/chromium/src/+/3561542
* ci: don't delete dawn .git directory
83901: Adds a generated file with the dawn git hash encoded at build time. | https://dawn-review.googlesource.com/c/dawn/+/83901
* ci: update Windows toolchain
3550827: New toolchain for Windows 10 20348 SDK | https://chromium-review.googlesource.com/c/chromium/src/+/3550827
* chore: bump chromium in DEPS to 102.0.4985.0
* chore: update patches
* chore: bump chromium in DEPS to 102.0.4987.0
* chore: update patches
* 3563432: codehealth: remove uses of DictionaryValue in cbui/webui
https://chromium-review.googlesource.com/c/chromium/src/+/3563432
* chore: update patches after rebase
* Use gfx::Insets[F]::TLBR() and gfx::Insets[F]::VH() in the rest of Chrome
https://chromium-review.googlesource.com/c/chromium/src/+/3554236
* 3565724: Preserve "proper method names" as-is in error.stack.
https://chromium-review.googlesource.com/c/v8/v8/+/3565724
* chore: bump chromium in DEPS to 102.0.4989.0
* chore: update patches
* fixup ci: don't delete dawn .git directory for Windows
* 3560843: Remove multi-parameter version of gfx::Rect[F]::Inset()
https://chromium-review.googlesource.com/c/chromium/src/+/3560843
* 3572711: Remove unused IDS_PDF_TOOLTIP_ROTATE_CW resource.
https://chromium-review.googlesource.com/c/chromium/src/+/3572711
* 3572926: Reland "[Sysroot] Switch to Debian Bullseye stable"
https://chromium-review.googlesource.com/c/chromium/src/+/3572926
* build: fixup sysroots with electron specific dependencies
* fixup Remove multi-parameter version of gfx::Rect[F]::Inset()
* fixup 3565724: Preserve "proper method names" as-is in error.stack.
* fixup Remove multi-parameter version of gfx::Rect[F]::Inset()
* test: add spec for navigator.hid.requestDevice({ exclusionFilters: [...] }
* fixup 3565724: Preserve "proper method names" as-is in error.stack.
* ci: use python3 to get the windows toolchain profile
3525960: Explicitly run everything with python3 | https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3525960
* chore: add diagnostic logging
* fix: try calling process.crash()
* chore: remove logging
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2022-04-12 13:19:14 +02:00
Shelley Vohr
caddc83cfe
feat: implement chrome.tabs.reload ( #33560 )
2022-04-11 22:51:10 +02:00
Sudowoodo Release Bot
a7a5e7fcfd
Bump v20.0.0-nightly.20220411
2022-04-11 11:23:37 -07:00
Sudowoodo Release Bot
207d4e5823
Revert "Bump v20.0.0-nightly.20220411"
...
This reverts commit 8e2310db31
.
2022-04-11 11:22:06 -07:00
Sudowoodo Release Bot
8e2310db31
Bump v20.0.0-nightly.20220411
2022-04-11 11:08:17 -07:00
Sudowoodo Release Bot
6872306117
Revert "Bump v20.0.0-nightly.20220411"
...
This reverts commit 9d6e6c45c1
.
2022-04-11 11:03:28 -07:00
Sudowoodo Release Bot
9d6e6c45c1
Bump v20.0.0-nightly.20220411
2022-04-11 06:01:10 -07:00
Sudowoodo Release Bot
f711fe6b57
Bump v20.0.0-nightly.20220408
2022-04-08 06:04:36 -07:00
Sudowoodo Release Bot
7fb1c8faad
Revert "Bump v20.0.0-nightly.20220407"
...
This reverts commit ba8e7b9638
.
2022-04-07 08:59:17 -07:00
Sudowoodo Release Bot
ba8e7b9638
Bump v20.0.0-nightly.20220407
2022-04-07 06:02:15 -07:00
Jeremy Rose
0168aede8e
chore: use //chrome resources directly ( #33626 )
2022-04-06 09:34:35 -07:00
Sudowoodo Release Bot
a05d9be44f
Bump v20.0.0-nightly.20220406
2022-04-06 06:01:36 -07:00
David Sanders
4615fc53ca
chore: fix typo in NotifyWindowRequestPreferredWidth method name ( #33568 )
2022-04-05 11:25:07 -05:00
Sudowoodo Release Bot
927ab3104d
Revert "Bump v20.0.0-nightly.20220404"
...
This reverts commit df34d20a21
.
2022-04-05 09:17:12 -07:00
Samuel Attard
a72acfc535
fix: revert "fix: some frameless windows showing a frame on Windows ( #32692 )" ( #33599 )
...
This reverts commit 7c701367c0
.
2022-04-04 17:01:12 -07:00
Sudowoodo Release Bot
df34d20a21
Bump v20.0.0-nightly.20220404
2022-04-04 15:50:33 -07:00
Sudowoodo Release Bot
128560c4ac
Revert "Bump v20.0.0-nightly.20220404"
...
This reverts commit bff1a37791
.
2022-04-04 15:49:20 -07:00
Sudowoodo Release Bot
bff1a37791
Bump v20.0.0-nightly.20220404
2022-04-04 15:46:28 -07:00
Sudowoodo Release Bot
58386fbf43
Revert "Bump v20.0.0-nightly.20220404"
...
This reverts commit 5985e6fd76a552b9647eb81c0fbaf9f609b11935.
2022-04-04 15:44:53 -07:00
Sudowoodo Release Bot
09251fe24c
Bump v20.0.0-nightly.20220404
2022-04-04 15:44:53 -07:00
Sudowoodo Release Bot
e28bde9947
Revert "Bump v20.0.0-nightly.20220404"
...
This reverts commit f287b0b382
.
2022-04-04 07:31:00 -07:00
Sudowoodo Release Bot
f287b0b382
Bump v20.0.0-nightly.20220404
2022-04-04 06:03:57 -07:00
Micha Hanselmann
78a3752ade
fix: create userData
on requestSingleInstanceLock() if needed ( #33559 )
...
* test: use custom userData folder for requestSingleInstanceLock()
* update test
* prefix test folder path
* fix: create userDataDir on requestSingleInstanceLock() if needed
* Trigger Build
2022-04-04 10:39:55 +09:00
Sudowoodo Release Bot
9207c2aa68
Revert "Bump v20.0.0-nightly.20220401"
...
This reverts commit 1864edd287
.
2022-04-01 09:52:10 -07:00
Sudowoodo Release Bot
1864edd287
Bump v20.0.0-nightly.20220401
2022-04-01 06:02:12 -07:00
Sudowoodo Release Bot
9722ca78b2
Revert "Bump v20.0.0-nightly.20220331"
...
This reverts commit 7612df7687
.
2022-03-31 12:14:36 -07:00