Sudowoodo Release Bot
65f3729bfb
Bump v18.0.2
2022-04-05 09:44:17 -07:00
trop[bot]
b5bdd26a45
Revert "fix: some frameless windows showing a frame on Windows ( #32692 )" ( #33610 )
...
This reverts commit 7c701367c0 .
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2022-04-05 09:42:45 -07:00
trop[bot]
769088f8dc
fix: create userData on requestSingleInstanceLock() if needed ( #33559 ) ( #33592 )
...
* test: use custom userData folder for requestSingleInstanceLock()
* update test
* prefix test folder path
* fix: create userDataDir on requestSingleInstanceLock() if needed
* Trigger Build
Co-authored-by: Micha Hanselmann <micha.hanselmann@gmail.com >
2022-04-04 10:48:04 +02:00
trop[bot]
3cd795a927
fix: don't unmaximize on macOS if user set max bounds ( #33550 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-03-31 10:07:56 -04:00
David Sanders
6179b03fa1
fix: on macOS show BrowserWindow on maximize if not currently shown ( #33537 )
2022-03-31 10:36:39 +02:00
Sudowoodo Release Bot
72c48aa400
Bump 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
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
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
Sudowoodo Release Bot
8680415128
Bump v18.0.0
2022-03-28 17:11:02 -07: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]
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
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]
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]
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]
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
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]
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
2022-03-17 06:30:45 -07: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]
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
Sudowoodo Release Bot
134042cc43
Bump 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
Sudowoodo Release Bot
68c3c3f7ad
Bump v18.0.0-beta.2
2022-03-10 05:30:48 -08:00
trop[bot]
92cd3d1fa5
fix: crash when showin item in folder on DevTools ( #33197 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-03-09 17:32:52 -05:00
trop[bot]
47f8a13384
fix: non-client mouse events on WCO-enabled windows ( #33202 )
...
Co-authored-by: clavin <clavin@electronjs.org >
2022-03-09 16:54:54 -05:00
trop[bot]
262cc48ad0
fix: max window size defaults to 0 ( #33119 )
...
* fix: max window size defaults to 0
* fix: also check max_size empty
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-03-08 14:20:39 -05:00
Sudowoodo Release Bot
47669c55fd
Bump v18.0.0-beta.1
2022-03-08 10:16:46 -08:00
Sudowoodo Release Bot
b4466f8f3e
Revert "Bump v18.0.0-alpha.6"
...
This reverts commit 1528b0d307 .
2022-03-07 09:22:59 -08:00
Sudowoodo Release Bot
1528b0d307
Bump v18.0.0-alpha.6
2022-03-07 05:31:18 -08:00
John Kleinschmidt
da86676a43
chore: fixup 18-x-y release ( #33145 )
...
* build: add stack_trace.h to main delegate (#32854 )
* build: add stack_trace.h to main delegate
* build: trigger circleci
* build: free up a tiny bit more space
* build: disable use_thin_lto
* fixup build/args/all.gn
Co-authored-by: Samuel Attard <sam@electronjs.org >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
(cherry picked from commit 4fa3310887 )
* ci: disable use-thin-lto on Mac only (#33115 )
* build: remove use_thin_lto = false
* ci: enabling if things get really bad (all darwin)
* build: lol don't enable that
* build: add patch to disable thin lto for mac
(cherry picked from commit f71a6db3ff )
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
2022-03-03 20:50:21 -08:00
trop[bot]
0579822008
fix: macOS tray icon alternate images ( #33107 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-03-03 14:52:35 -08:00
Sudowoodo Release Bot
ff64cd722f
Revert "Bump v18.0.0-alpha.6"
...
This reverts commit fea2aabdd4 .
2022-03-03 12:21:06 -08:00
Sudowoodo Release Bot
fea2aabdd4
Bump v18.0.0-alpha.6
2022-03-03 05:31:19 -08:00