Electron Bot
2e730fe48b
Bump v11.0.0-beta.20
v11.0.0-beta.20
2020-11-05 07:01:36 -08:00
Electron Bot
88de23b241
chore: bump chromium to 87.0.4280.40 (11-x-y) ( #26280 )
...
* chore: bump chromium in DEPS to 87.0.4280.40
* update patches
Co-authored-by: Electron Bot <anonymous@electronjs.org >
2020-11-04 15:35:28 -05:00
trop[bot]
3faa2c2a46
fix: window.open not accepting size values with "px" at the end ( #26334 )
...
* fix: use parseInt to parse sizes
* fix: pass radix to parseInt
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Abhishek Shingane <abhisheks@iitbhilai.ac.in >
Co-authored-by: Cheng Zhao <github@zcbenz.com >
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-11-04 10:59:49 -08:00
trop[bot]
cab14277b8
fix: draggable region edge calculation on resize ( #26320 )
...
* fix: draggable region edge calculation on resize
* Feedback from review
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-11-04 11:17:14 +09:00
Electron Bot
ce243f8172
Bump v11.0.0-beta.19
v11.0.0-beta.19
2020-11-02 07:01:23 -08:00
Shelley Vohr
da4790d944
build: only check patch diffs in testing builds ( #26283 )
...
* build: only check patch diffs in testing builds
* Fixup patch indices
2020-11-02 18:56:13 +09:00
Charles Kerr
4088566a4d
fix: nativeTheme.themeSource = 'dark' on windows ( #26238 )
...
Manually backports #25373 .
2020-11-02 16:20:57 +09:00
Shelley Vohr
ac425c0cf3
fix: draggable regions exclusively on BrowserViews ( #26259 )
2020-11-02 16:07:04 +09:00
trop[bot]
ccb471e5d5
chore: change some for loops to range-based ( #26263 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2020-10-30 09:58:39 -07:00
Robo
f44880f065
fix: Initialize logging for crashpad ( #26250 )
...
* fix: Initialize logging for crashpad
* chore: update mini_chromium
* conditionally access CommandLine because crashpad doesn't initialize one.
https://chromium-review.googlesource.com/c/chromium/src/+/2490880
2020-10-29 16:23:51 -07:00
trop[bot]
7ec001486e
fix: hover text only working when VO enabled ( #26246 )
...
* fix: hover text only working when VO enabled
* chore: simplify conditional
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-10-29 08:51:45 -07:00
David Sanders
dd3fbae447
chore: use auto to avoid repeating type ( #26254 )
2020-10-29 08:50:27 -07:00
Electron Bot
e9710f6a77
Bump v11.0.0-beta.18
v11.0.0-beta.18
2020-10-29 08:01:25 -07:00
trop[bot]
699a771288
fix: transparently package bundles as zip archives ( #26217 )
...
* refactor: move FileSelectHelper to own file
* fix: zip packages on macOS
* Thread safety, it's good actually
* misc cleanup
* Remove some unused includes
* Better ref management
* Use upstream file_select_helper_mac
* Small fixes
* Put back file_select_helper_mac
* observe RenderWidgetHost
* fix ref-counting and add some guards
* Address review
* Remove refcounting for FileSelectHelper
* Remove unnecessary GetWeakPtr
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2020-10-29 10:01:32 -04:00
trop[bot]
f679dd8ad7
fix: build with printing disabled ( #26249 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2020-10-29 02:18:26 -07:00
trop[bot]
9f1b913793
fix: set app locale after user's script is loaded ( #26226 )
...
* fix: set app locale after user's script is loaded
* fix: set LC_ALL env on Linux
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-10-28 15:20:10 -04:00
Charles Kerr
9328725e93
perf: improve heap snapshot performance ( #26230 )
...
Fixes #24509 .
cherry-pick 2e2dc98 from v8
2020-10-28 12:07:48 -07:00
trop[bot]
cea757f59c
fix: delay emitting powerMonitor events on windows ( #26181 )
...
* fix: delay emitting powerMonitor events
* Update electron_api_power_monitor_win.cc
* Update electron_api_power_monitor_win.cc
* syntax
* Update electron_api_power_monitor_win.cc
* Update electron_api_power_monitor_win.cc
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2020-10-28 12:39:49 -05:00
trop[bot]
d93cb942fc
build: rename the v8 context snapshot on arm64 macOS builds ( #26202 )
...
* chore: rename the v8 context snapshot on arm64 macOS builds
* build: update zip manifests
* build: update to upstream patch
* chore: update patches
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-10-27 20:11:24 -04:00
trop[bot]
4d280ed483
docs: fix app 'ready' event arguments ( #26174 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2020-10-26 20:38:42 -07:00
David Sanders
bb69770267
chore: bump @electron/docs-parser version ( #26155 )
2020-10-26 11:50:00 -07:00
David Sanders
d4112d38de
chore: prefer empty() check for readability ( #26157 )
2020-10-26 11:48:12 -07:00
Electron Bot
b1eec448f0
Bump v11.0.0-beta.17
v11.0.0-beta.17
2020-10-26 08:01:55 -07:00
trop[bot]
becfe25528
fix: wasm code generation in the renderer ( #25829 )
...
* fix: wasm code generation in the renderer
* Fixup patches
* update patches
* update patches
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: Electron Bot <anonymous@electronjs.org >
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-10-26 18:19:09 +09:00
Shelley Vohr
a461001677
fix: crash in printing on Windows ( #26062 )
...
* fix: crash in printing on Windows
* update patches
Co-authored-by: Electron Bot <anonymous@electronjs.org >
2020-10-26 12:11:36 +09:00
Electron Bot
aa15eeed78
Bump v11.0.0-beta.16
v11.0.0-beta.16
2020-10-23 13:10:26 -07:00
Samuel Attard
6daac26f49
Revert "Bump v11.0.0-beta.16"
...
This reverts commit 2b1004919d .
2020-10-23 13:09:17 -07:00
trop[bot]
3551c81cc5
fix: setSimpleFullScreen shows traffic light in frameless window ( #26127 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-10-23 11:06:24 -07:00
Electron Bot
2b1004919d
Bump v11.0.0-beta.16
2020-10-23 10:20:48 -07:00
Samuel Attard
d200b9192a
revert: "fix: reply notifs sometimes destroyed too early" ( #25247 ) ( #26131 )
...
* Revert "fix: reply notifs sometimes destroyed too early (#25086 )"
This reverts commit bea6c9e4e1 .
* nothing
2020-10-23 10:18:42 -07:00
Samuel Attard
c2e8704683
fix: re-enable the spellchecker when new language list set ( #26119 ) ( #26129 )
...
* fix: re-enable the spellchecker when new language list set
Chromium recently added prefs logic to disable the spellchecker if the list of languages is empty, but the logic to re-enable if the languages are provided again lives in another part of Chromium. This change makes it so our API re-enables the spellchecker correctly when required.
* chore: fix lint
2020-10-23 10:18:30 -07:00
Electron Bot
0b2862b184
chore: bump chromium to 87.0.4280.27 (11-x-y) ( #25993 )
...
* chore: bump chromium in DEPS to 87.0.4280.20
* update patches
* test: disable flaky arm tests (#26046 )
* tests: disable flaking test on all arm platforms
* tests: disable flaky did-change-theme-color tests on WOA
(cherry picked from commit 4ce7ca6cfb )
* 2478082: Make window cloaking and uncloaking trigger occlusion calculation
https://chromium-review.googlesource.com/c/chromium/src/+/2478082
Fixes visibility issues.
* Revert "2478082: Make window cloaking and uncloaking trigger occlusion calculation"
This reverts commit 5ff8cc8c83 .
* ci: disable CalculateNativeWinOcclusion for woa (#26001 )
(cherry picked from commit 708cf44d19 )
* Update appveyor.yml
disable CalculateNativeWinOcclusion due to visibility issues
* chore: bump chromium in DEPS to 87.0.4280.27
* update patches
Co-authored-by: Electron Bot <anonymous@electronjs.org >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
Co-authored-by: Robo <hop2deep@gmail.com >
2020-10-22 17:01:59 -04:00
trop[bot]
d959222bb8
fix: return early on promise rejection ( #26111 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2020-10-22 13:32:06 -07:00
Jeremy Rose
e5550e5bad
chore: backport fix for ARIA TreeGrid rows not being announced by VoiceOver ( #26036 )
...
* chore: cherry-pick 2f5b8357dca2 from chromium
* update patches
2020-10-22 12:57:31 -07:00
trop[bot]
8546f98a87
fix: release NSAlert properly ( #26099 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-10-22 08:09:21 -07:00
Electron Bot
7a6965087c
Bump v11.0.0-beta.15
v11.0.0-beta.15
2020-10-22 08:02:26 -07:00
trop[bot]
2558455be4
fix: crash when printing ( #26047 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-10-20 09:08:14 -07:00
trop[bot]
65fdfc1e16
perf: remove GC timer that fired once per minute. ( #26051 )
...
Co-authored-by: Charles Kerr <charles@charleskerr.com >
2020-10-20 14:35:51 +09:00
trop[bot]
139e20367f
fix: update squirrel.mac to handle bug in Big Sur ( #25906 )
...
Fixes #25626
This is not the greatest workaround but at least it works.
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-10-20 10:50:22 +09:00
trop[bot]
e84aa04bb5
fix: Save As PDF from PDF Preview ( #26012 )
...
* fix: Save As PDF from PDF Preview
* Address review feedback
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-10-20 10:45:34 +09:00
David Sanders
7a06ae575e
chore: bump @electron/docs-parser to get fix ( #25974 )
2020-10-20 10:34:33 +09:00
trop[bot]
460594480f
build: fix invocation of cpplint on Windows ( #26041 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2020-10-19 19:17:57 -05:00
trop[bot]
6e676c3695
chore: tweak branch detection in release notes. ( #26037 )
...
Co-authored-by: Charles Kerr <charles@charleskerr.com >
2020-10-19 15:36:12 -07:00
Michaela Laurencin
e6fa69bfd2
fix: correct null pointer checks in autoresizing browser views ( #25956 )
...
Co-authored-by: mlaurencin <mlaurencin@microsoft.com >
2020-10-19 09:26:13 -07:00
Electron Bot
df3fa7ddb7
Bump v11.0.0-beta.14
v11.0.0-beta.14
2020-10-19 08:01:43 -07:00
Robo
c090fbfd11
chore: fix visibility tests on windows ( #25991 )
...
* disable CalculateNativeWinOcclusion on win ci
* Update appveyor.yml
* disable CalculateNativeWinOcclusion for woa
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2020-10-16 11:13:31 -07:00
trop[bot]
6d99158379
fix: maximized frameless window bleeding to other monitors ( #25978 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-10-15 20:05:03 -07:00
Electron Bot
bb11bdce36
Bump v11.0.0-beta.13
v11.0.0-beta.13
2020-10-15 08:02:38 -07:00
trop[bot]
ca163f9cf7
docs: move breaking-changes-ns.md contents to breaking-changes.md ( #25947 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2020-10-15 10:51:21 +09:00
trop[bot]
5598025884
fix: pass module resolution paths to wrapped function ( #25945 )
...
Co-authored-by: Matt Kane <matt@gatsbyjs.com >
2020-10-15 10:49:07 +09:00