Calvin
f69b59effc
feat: add WCO title bar style setters ( #33066 )
...
* feat: add wco title bar style setters
* return after throwing
2022-03-24 20:02:45 -04:00
Sudowoodo Release Bot
d5ad18db03
Bump v19.0.0-nightly.20220324
2022-03-24 06:00:50 -07:00
electron-roller[bot]
db5a3c014a
chore: bump node to v16.14.2 (main) ( #32833 )
...
* chore: bump node in DEPS to v16.14.0
* src: add flags for controlling process behavior
https://github.com/nodejs/node/pull/40339
* src: add x509.fingerprint512 to crypto module
https://github.com/nodejs/node/pull/39809
* deps: upgrade to libuv 1.43.0
https://github.com/nodejs/node/pull/41398
* chore: fixup patch indices
* chore: add missing filenames
https://github.com/nodejs/node/pull/39283
https://github.com/nodejs/node/pull/40665
* crypto: trim input for NETSCAPE_SPKI_b64_decode
https://github.com/nodejs/node/pull/40757
* chore: update patches
* chore: bump node in DEPS to v16.14.1
* tools: enable no-empty ESLint rule
https://github.com/nodejs/node/pull/41831
* chore: update patches
* chore: update patches
* chore: bump node in DEPS to v16.14.2
* chore: update patches
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>
2022-03-23 18:59:54 -04:00
Sudowoodo Release Bot
a5ab10f3d2
Bump v19.0.0-nightly.20220323
2022-03-23 06:00:58 -07:00
andreasdj
3744ac0a52
fix: persist BrowserView content bounds when calculating layout ( #32747 )
...
Reverting change introduced in PR: https://github.com/electron/electron/pull/30510
Co-authored-by: Andreas Johansson <aj3621@tobii.com>
2022-03-23 10:16:15 +09:00
Fedor Indutny
06a00b74e8
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>
2022-03-22 20:37:55 -04:00
Sudowoodo Release Bot
b7188f07f4
Bump v19.0.0-nightly.20220322
2022-03-22 06:00:54 -07:00
David Sanders
4d8ebcd19c
chore: change usages of std::vector with const elements ( #33373 )
2022-03-22 01:52:10 -07:00
Samuel Attard
81318f0acc
fix: disable SIGUSR1 when --inspect is disabled ( #33188 )
2022-03-22 16:51:04 +09:00
Charles Kerr
0af2b8de73
docs: mark skipTaskbar as unsupported on Linux ( #33226 )
...
Fixes #33124 .
2022-03-22 15:12:20 +09:00
Shelley Vohr
f5112632a3
fix: pend bounds change when moving BrowserWindows ( #33288 )
...
* fix: ensure bounds changes apply when moving windows
* chore: remove unused queue include
2022-03-22 15:07:09 +09:00
zeeker999
108ee7037f
fix: IncrementCapturerCount doesn't increase the capturer count ( #32973 )
2022-03-22 08:38:03 +09:00
Shelley Vohr
59246a4c7c
fix: NOTREACHED when resizing windows frameless bounds ( #33029 )
...
* fix: NOTREACHED when resizing windows frameless bounds
* fix: scope to window_->IsResizable()
2022-03-22 08:30:05 +09:00
Shelley Vohr
db79734bfb
feat: support more color formats for backgroundColor
( #31868 )
2022-03-21 18:35:54 +01:00
Sudowoodo Release Bot
4b8b492b62
Bump v19.0.0-nightly.20220321
2022-03-21 06:01:28 -07:00
Milan Burda
755feb4d81
feat: add nativeTheme.inForcedColorsMode ( #32956 )
2022-03-21 10:30:02 +01:00
Robo
4cc2ed842e
fix: iocp integration when process is reused ( #33207 )
2022-03-21 16:42:22 +09:00
Keeley Hammond
08d54d2416
fix: intialize FPS file in network service ( #33339 )
2022-03-18 21:29:42 -07:00
Samuel Attard
e07c2b84d7
fix: ensure ElectronBrowser mojo service is only bound to appropriate render frames ( #33323 )
...
* 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
2022-03-18 19:50:05 -07:00
Sudowoodo Release Bot
f2b06324b8
Bump v19.0.0-nightly.20220318
2022-03-18 06:01:12 -07:00
Sudowoodo Release Bot
ac6ed62ab9
Bump v19.0.0-nightly.20220317
2022-03-17 06:01:17 -07:00
Jeremy Rose
4342b7ff55
chore: remove awkward semi-documented preloadURL WebPreference ( #33228 )
2022-03-16 16:23:41 -07:00
Jeremy Rose
e904486076
fix: BrowserWindow.fromWebContents should work in browser-window-created ( #33257 )
2022-03-16 16:23:14 -07:00
Robo
b2c5623a13
fix: crash when destroying node env with pending promises ( #33280 )
...
* fix: crash when destroying node env with pending promises
* chore: add spec
2022-03-16 18:54:45 +01:00
David Sanders
652680e801
fix: ensure external memory adjustments are balanced ( #33266 )
2022-03-16 18:54:30 +01:00
Sudowoodo Release Bot
a5382b7780
Bump v19.0.0-nightly.20220316
2022-03-16 06:02:33 -07:00
Milan Burda
2657383ea7
feat: allow setting code cache directory ( #31154 )
...
* 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: deepak1556 <hop2deep@gmail.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2022-03-15 15:34:53 -05:00
Samuel Attard
c8a3a00017
fix: race condition where webContents can be nullptr during re-focus and a multi-window close sequence ( #33063 )
...
* 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
2022-03-15 10:45:56 -07:00
Sudowoodo Release Bot
75339dccb3
Bump v19.0.0-nightly.20220315
2022-03-15 06:01:15 -07:00
Sudowoodo Release Bot
4bdb50eeee
Bump v19.0.0-nightly.20220314
2022-03-14 06:02:37 -07:00
Milan Burda
039c061d07
fix: add missing [[maybe_unused]] to IsEnvSet ( #33224 )
2022-03-14 18:19:15 +09:00
Sudowoodo Release Bot
dc63b8e7f4
Bump v19.0.0-nightly.20220311
2022-03-11 05:01:42 -08:00
Sudowoodo Release Bot
b888d9cd17
Bump v19.0.0-nightly.20220310
2022-03-10 05:01:04 -08:00
David Sanders
e589e9b259
fix: fire show event when BrowserWindow shown via maximize() ( #32979 )
2022-03-09 17:30:42 -05:00
Jeremy Rose
ebfcf89a0b
fix: propagate unsafely-treat-insecure-origin-as-secure to renderer children ( #33189 )
...
* fix: propagate unsafely-treat-insecure-origin-as-secure to renderer children
* fix build
2022-03-09 10:15:50 -05:00
Sudowoodo Release Bot
865a29ed17
Bump v19.0.0-nightly.20220309
2022-03-09 05:00:38 -08:00
Shelley Vohr
373a905319
fix: settings not persisting across devtools loads ( #33120 )
...
* fix: settings not persisting across devtools loads
* chore: remove redundant RegisterPreference impl
2022-03-08 20:17:43 -05:00
Calvin
e41c3e960d
fix: non-client mouse events on WCO-enabled windows ( #32871 )
2022-03-08 16:06:20 -05:00
Shelley Vohr
076bc58b2a
fix: crash when showin item in folder on DevTools ( #33024 )
2022-03-08 14:40:25 -05:00
Sudowoodo Release Bot
a20216de7a
Bump v19.0.0-nightly.20220308
2022-03-08 05:01:16 -08:00
Jeremy Rose
aa8119515f
fix: gracefully fail if app.configureHostResolver is called before ready ( #33062 )
2022-03-07 16:52:40 -08:00
Sudowoodo Release Bot
94a85cb191
Revert "Bump v19.0.0-nightly.20220307"
...
This reverts commit b43f7702c8
.
2022-03-07 09:23:13 -08:00
Sudowoodo Release Bot
b43f7702c8
Bump v19.0.0-nightly.20220307
2022-03-07 05:01:43 -08:00
Sudowoodo Release Bot
7beffb51fc
Revert "Bump v19.0.0-nightly.20220303"
...
This reverts commit 89725f31bf
.
2022-03-05 15:55:12 -08:00
Sudowoodo Release Bot
89725f31bf
Bump v19.0.0-nightly.20220303
2022-03-03 05:02:08 -08:00
Sudowoodo Release Bot
c040305db4
Revert "Bump v19.0.0-nightly.20220302"
...
This reverts commit d9bf02d9b6
.
2022-03-02 08:56:25 -08:00
Sudowoodo Release Bot
d9bf02d9b6
Bump v19.0.0-nightly.20220302
2022-03-02 05:01:04 -08:00
Sudowoodo Release Bot
318c91b78c
Revert "Bump v19.0.0-nightly.20220228"
...
This reverts commit 998c85af13
.
2022-03-01 16:48:02 -08:00
Shelley Vohr
ebd80a0602
fix: max window size defaults to 0 ( #33025 )
2022-03-01 14:20:07 -08:00
Shelley Vohr
283fa2b79d
fix: macOS tray icon alternate images ( #33026 )
2022-02-28 14:59:27 -08:00