Sudowoodo Release Bot
72c48aa400
Bump v18.0.1
v18.0.1
2022-03-30 08:32:15 -07:00
trop[bot]
befe53e5ad
fix: pointer lock escape handling ( #32828 )
2022-03-30 09:41:48 +02:00
trop[bot]
41aaed307d
fix: crash when WindowButtonsProxy references cleared NSWindow ( #33490 )
...
* resets WindowButtonsProxy on window delete on macOS
* fixes reset
Co-authored-by: Gellert Hegyi <gellert.hegyi@around.co >
2022-03-29 12:25:01 -04:00
electron-roller[bot]
0d17fac455
chore: bump chromium to 100.0.4896.60 (18-x-y) ( #33501 )
...
* chore: bump chromium in DEPS to 100.0.4896.60
* 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>
2022-03-29 11:39:34 -04:00
Robo
5c3d6aaa81
fix: calling of X11 functions when running under Wayland ( #33355 ) ( #33498 )
...
Backports https://github.com/electron/electron/pull/33355
Co-authored-by: Marek Rusinowski <marekrusinowski@gmail.com >
2022-03-29 15:09:18 +02:00
Sudowoodo Release Bot
da6996dc63
Bump v18.0.0
v18.0.0
2022-03-28 21:35:58 -07:00
Keeley Hammond
4cfa648a2e
Revert "Bump v18.0.0" ( #33493 )
...
This reverts commit 8680415128 .
2022-03-28 21:34:36 -07:00
Sudowoodo Release Bot
86294aa1d0
Revert "Bump v18.0.1"
...
This reverts commit 50d9fd215e .
2022-03-28 21:20:30 -07:00
Sudowoodo Release Bot
50d9fd215e
Bump v18.0.1
2022-03-28 21:18:45 -07:00
trop[bot]
06b3615e30
ci: fixup esbuild on macos ( #33492 )
...
* ci: fixup esbuild on macos
* ci: call update_depot_tools right after clone
* when all else fails, use sed
* chore: empty commit to trigger ci
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: VerteDinde <vertedinde@electronjs.org >
2022-03-28 21:17:13 -07:00
Sudowoodo Release Bot
8680415128
Bump v18.0.0
2022-03-28 17:11:02 -07:00
Calvin
35bf159cd3
chore: update node types version ( #33477 )
...
* chore: update node types version
* update another types package to fix incompatible global declarations
* remove incompatible type magicks
* update our ambient types to match the node types
* fix test type
2022-03-28 19:07:29 -04:00
electron-roller[bot]
f8c7408279
chore: bump chromium to 100.0.4896.56 (18-x-y) ( #33475 )
...
* chore: bump chromium in DEPS to 100.0.4896.56
* 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 >
2022-03-28 17:09:35 -05:00
Charles Kerr
9b1e7a8963
docs: simplify skipTaskbar breaking changes text ( #33479 ) ( #33482 )
2022-03-28 16:49:30 -05:00
trop[bot]
765e1025f4
feat: add WCO title bar style setters ( #33440 )
...
* feat: add wco title bar style setters
* return after throwing
Co-authored-by: clavin <clavin@electronjs.org >
2022-03-28 12:51:50 -05:00
Sudowoodo Release Bot
a5d2a56105
Revert "Bump v18.0.0-beta.7"
...
This reverts commit d8f43ed7bd .
2022-03-28 09:28:37 -07:00
Sudowoodo Release Bot
d8f43ed7bd
Bump v18.0.0-beta.7
2022-03-28 06:30:58 -07:00
trop[bot]
f1b30c26f9
fix: non-client windows messages on legacy widget host (again) ( #33446 )
...
Co-authored-by: clavin <clavin@electronjs.org >
2022-03-28 16:34:25 +09:00
trop[bot]
c80f701085
fix: gn check when //printing component is disabled ( #33442 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-03-25 00:51:25 -07:00
Sudowoodo Release Bot
fa6dde3e1c
Bump v18.0.0-beta.6
v18.0.0-beta.6
2022-03-24 06:30:31 -07:00
trop[bot]
bb6a072380
fix: initialize asar support in worker threads ( #33396 )
...
* fix: initialize asar support in worker threads (#33216 )
* fix: initialize asar support in worker threads
Use `ObjectWrap` instead of gin's Wrap in `electron_api_asar.cc` because
gin isn't fully initialized (and apparently not possible to initialize
without ruining the isolate configuration and array buffer allocator) in
worker threads. In the worker thread call `setupAsarSupport` just as we
do for the main process.
* Update lib/asar/fs-wrapper.ts
Co-authored-by: Darshan Sen <raisinten@gmail.com >
* Update patches/node/worker_thread_add_asar_support.patch
Co-authored-by: Darshan Sen <raisinten@gmail.com >
* Add a test
Co-authored-by: Darshan Sen <raisinten@gmail.com >
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* chore: update .patches after merge
Co-authored-by: Fedor Indutny <fedor@indutny.com >
Co-authored-by: Darshan Sen <raisinten@gmail.com >
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2022-03-24 16:24:34 +09:00
trop[bot]
743e442796
ci: abort CI if goma authentication is invalid ( #33420 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2022-03-23 21:17:13 -04:00
trop[bot]
4abb7e9709
feat: add nativeTheme.inForcedColorsMode ( #33357 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-03-23 16:54:11 -07:00
trop[bot]
8b996a478a
fix: libuv patches to address child_process.spawn slowness ( #33407 )
...
* fix: libuv patches to address child_process.spawn slowness
* chore: backport additional patches
* Update .patches
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-03-23 19:03:25 -04:00
trop[bot]
d36dc1c7de
fix: persist BrowserView content bounds when calculating layout ( #33399 )
...
Reverting change introduced in PR: https://github.com/electron/electron/pull/30510
Co-authored-by: Andreas Johansson <aj3621@tobii.com >
2022-03-23 10:10:12 +01:00
trop[bot]
e5c56c08a4
ci: enable thin LTO on Mac ( #33194 ) ( #33387 )
...
* build: remove thin lto mac patch
* build: remove step-get-more-space-on-mac
* build: remove USE_PREBUILT_V8_CONTEXT_SNAPSHOT
* ci: re-add mksnapshot logic
* ci: re-add USE_PREBUILT_V8_CONTEXT_SNAPSHOT
* ci: re-add get-more-space, delete thin LTO cache & .dSYM
* ci: don't delete v8_snapshot_generator.dSYM
* ci: add timeout to mksnapshot
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
2022-03-22 20:11:43 -04:00
trop[bot]
1763f4cfc8
fix: use stricter options in SecStaticCodeCheckValidity ( #33378 )
...
* fix: use stricter options in SecStaticCodeCheckValidity
* Update patches/squirrel.mac/fix_use_kseccschecknestedcode_kseccsstrictvalidate_in_the_sec.patch
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Samuel Attard <sam@electronjs.org >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2022-03-22 14:19:43 -07:00
trop[bot]
700887d623
fix: IncrementCapturerCount doesn't increase the capturer count ( #33371 )
...
This regression was introduced by commit 22a70eb8 .
Co-authored-by: Zeeker <13848632+zeeker999@users.noreply.github.com >
2022-03-22 11:25:27 -04:00
trop[bot]
f893707c5d
fix: pend bounds change when moving BrowserWindows ( #33375 )
...
* fix: ensure bounds changes apply when moving windows
* chore: remove unused queue include
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-03-22 08:57:18 +01:00
trop[bot]
dcf825bed6
fix: fire show event when BrowserWindow shown via maximize() ( #33214 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2022-03-21 20:33:20 -04:00
trop[bot]
cee4e3707f
feat: support more color formats for backgroundColor ( #33364 )
...
* feat: support more color formats for backgroundColor
* feat: support more formats in getBackgroundColor
* chore: remove redundant includes
* refactor: differentiate rgb/rgba/hsl/hsla + docs
* chore: address review cleanup comments
* refactor: simple getBackgroundColor
* chore: fix iwyu
* fix: typescript arg
* Update docs/api/browser-view.md
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
* chore: address comments
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2022-03-21 20:06:03 -04:00
trop[bot]
e9fa834757
fix: ensure ElectronBrowser mojo service is only bound to appropriate render frames ( #33344 )
...
* fix: ensure ElectronBrowser mojo service is only bound to authorized render frames
Notes: no-notes
* refactor: extract electron API IPC to its own mojo interface
* fix: just check main frame not primary main frame
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Samuel Attard <sattard@salesforce.com >
2022-03-21 13:41:15 -07:00
Robo
a327684118
fix: iocp integration when process is reused ( #33207 ) ( #33361 )
2022-03-21 09:21:59 -07:00
Sudowoodo Release Bot
ef5424cee0
Bump v18.0.0-beta.5
v18.0.0-beta.5
2022-03-21 06:30:49 -07:00
trop[bot]
388acd7e2a
fix: race condition where webContents can be nullptr during re-focus and a multi-window close sequence ( #33284 )
...
* fix: race condition where webContents can be nullptr during re-focus and a multi-window close sequence
* chore: update electron_inspectable_web_contents_view.mm
Co-authored-by: Samuel Attard <sam@electronjs.org >
2022-03-21 10:26:49 +09:00
trop[bot]
46d74390fc
feat: allow setting code cache directory ( #33286 )
...
* feat: allow setting code cache directory
* chore: address review feedback
* chore: update docs
Co-authored-by: Charles Kerr <charles@charleskerr.com >
* chore: rewrite with base::Contains
Co-authored-by: Charles Kerr <charles@charleskerr.com >
Co-authored-by: Milan Burda <milan.burda@gmail.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: Charles Kerr <charles@charleskerr.com >
2022-03-21 10:22:33 +09:00
trop[bot]
d305082ab7
build: drop pywin32 usage ( #33298 )
...
* build: drop pywin32 usage
* chore: ignore extra output on AppVeyor
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2022-03-21 10:19:45 +09:00
trop[bot]
0370583c73
fix: intialize FPS file in network service ( #33345 )
...
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
2022-03-20 11:12:17 -07:00
trop[bot]
91274e5a7e
fix: crash when destroying node env with pending promises ( #33302 )
...
* fix: crash when destroying node env with pending promises
* chore: add spec
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-03-18 04:08:45 -07:00
Sudowoodo Release Bot
fc3172dd2a
Bump v18.0.0-beta.4
v18.0.0-beta.4
2022-03-17 06:30:45 -07:00
trop[bot]
7e0b787a76
docs: webFrame.insertCSS should mention options arg ( #33293 )
...
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2022-03-17 14:08:01 +01:00
trop[bot]
4556adde82
fix: ensure external memory adjustments are balanced ( #33305 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2022-03-17 14:07:16 +01:00
trop[bot]
7283c257ae
fix: BrowserWindow.fromWebContents should work in browser-window-created ( #33316 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2022-03-17 09:45:24 +01:00
trop[bot]
bf5a0cdd6a
chore: cherry-pick 2ed58f4 from chromium ( #33109 ) ( #33250 )
...
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/3492658
Fixes: https://github.com/electron/electron/issues/33049
Signed-off-by: Darshan Sen <raisinten@gmail.com >
Co-authored-by: Charles Kerr <charles@charleskerr.com >
Co-authored-by: Darshan Sen <raisinten@gmail.com >
Co-authored-by: Charles Kerr <charles@charleskerr.com >
2022-03-16 14:38:31 -04:00
trop[bot]
1c8e9b3651
docs: remove "marked" from process.getBlinkMemoryInfo() ( #33291 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2022-03-16 09:30:25 -04:00
trop[bot]
90726a46e1
fix: add missing [[maybe_unused]] to IsEnvSet ( #33269 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-03-16 11:49:21 +01:00
trop[bot]
9cd76a8e52
fix: prevent UAF crash in setCertificateVerifyProc ( #33253 )
...
* fix: prevent UAF crash in setCertificateVerifyProc
* fix patch
* fix tests
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2022-03-15 10:46:57 -07:00
trop[bot]
a9b17793de
fix: cppgc/node collisions in renderer process ( #33260 )
2022-03-15 10:04:58 -07:00
Sudowoodo Release Bot
134042cc43
Bump v18.0.0-beta.3
v18.0.0-beta.3
2022-03-14 06:30:53 -07:00
trop[bot]
26d729a4a3
fix: settings not persisting across devtools loads ( #33206 )
...
* fix: settings not persisting across devtools loads
* chore: remove redundant RegisterPreference impl
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-03-11 11:18:50 -06:00