Sudowoodo Release Bot
c2de2eaaa0
Bump v13.3.0
2021-08-17 14:23:19 -07:00
Keeley Hammond
62b3a6b724
fix: ensure web_contents() is alive before grabbing view ( #30572 )
2021-08-17 14:08:25 -07:00
Sudowoodo Release Bot
c3d8337058
Bump v13.2.0
v13.2.0
2021-08-17 01:25:11 -07:00
trop[bot]
b3eff8ef13
fix: handle nullish WebContentsView in UpdateDraggableRegions ( #30557 )
...
* fix: handle nullish WebContentsView in UpdateDraggableRegions
* build: nogncheck on webcontentsimpl include
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2021-08-17 01:23:26 -07:00
trop[bot]
6cef0d9118
fix: disable kWindowCaptureMacV2 for desktopCapturer ( #30523 )
...
Co-authored-by: VerteDinde <khammond@slack-corp.com >
2021-08-16 12:25:07 -07:00
trop[bot]
65d03deacd
docs: uniformize tutorial titles ( #30546 )
...
Co-authored-by: Erick Zhao <erick@hotmail.ca >
2021-08-16 14:08:33 -04:00
trop[bot]
39e55225a0
docs: clarify usage of option ( #30548 )
...
Co-authored-by: Erick Zhao <erick@hotmail.ca >
2021-08-16 14:06:54 -04:00
Steven Barbaro
bb83758378
chore: cherry-pick 4ce2abc17078 from chromium ( #30449 )
...
* chore: cherry-pick 4ce2abc17078 from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Electron Bot <electron@github.com >
2021-08-13 09:42:51 +09:00
trop[bot]
2716a25fcf
feat: expose des-ede3 cipher ( #30453 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-08-12 11:48:54 -07:00
Keeley Hammond
2745d70d25
fix: explicitly define REFGUID from ::GUID&, not base::GUID ( #30442 ) ( #30500 )
...
* fix: explicitly define REFGUID from ::GUID&
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3076480
* fix: duplicate GUID_NULL symbol, add comment
2021-08-11 15:07:59 -07:00
trop[bot]
b6ffa799c5
docs: add missing <webview> event documentation ( #30465 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2021-08-11 09:44:29 +09:00
trop[bot]
c9bb6cd134
docs: fix camelcase in menu example ( #30461 )
...
* docs: fix camelcase in menu example and add hint to deal with TS error
hideothers -> hideOthers (the TS compiler caught this)
The TypeScript compiler also did not like the pattern used to
switch between platforms for submenus was loosing the type information
of the literal constants and generalized them as strings which
conflicts with the type definition of MenuItemConstructorOptions.
* docs: Fix spelling, added hint to TypeScript
Without explicitly stating the type for the const template TypeScript does not create a
with the correct shape due to generalization to strings.
* remove ts hints
Co-authored-by: a@b <a@b>
Co-authored-by: Cheng Zhao <github@zcbenz.com >
2021-08-11 09:39:32 +09:00
trop[bot]
ac2515dd0d
chore: more crash-keys for gin::Wrappable debugging ( #30421 )
...
* chore: more crash-keys for gin::Wrappable debugging
* fix namespace for Event
* Update crash_keys.cc
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2021-08-10 09:50:46 +09:00
Sudowoodo Release Bot
49436f298b
Bump v13.1.9
v13.1.9
2021-08-09 16:03:12 -07:00
Sudowoodo Release Bot
542874d13b
Revert "Bump v13.1.9"
...
This reverts commit 2a8e1a6de1 .
2021-08-09 16:01:53 -07:00
Sudowoodo Release Bot
2a8e1a6de1
Bump v13.1.9
2021-08-09 16:00:57 -07:00
trop[bot]
f5bffae462
build: rebase release branch before reverting bump ( #30418 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2021-08-09 09:54:52 +02:00
Steven Barbaro
9f80f4aa76
chore: cherry-pick e2123a8e0943 from chromium ( #30452 )
...
* chore: cherry-pick e2123a8e0943 from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2021-08-09 09:50:39 +02:00
Cheng Zhao
736150672c
fix: move window buttons in-place on macOS ( #30393 )
2021-08-09 16:00:43 +09:00
trop[bot]
7434547d97
build: fix building with enable_desktop_capturer = false ( #30390 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2021-08-04 09:56:26 +09:00
Electron Bot
0436a27d4f
Bump v13.1.8
v13.1.8
2021-08-03 10:22:52 -07:00
trop[bot]
6627bebdbd
fix: use contentAspectRatio not aspectRatio ( #30330 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-08-02 09:59:14 +09:00
trop[bot]
4a24a28467
fix: guard against missing native view ( #30326 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-08-02 09:57:25 +09:00
trop[bot]
390ed798f0
build: set the export goma auth fallback flag for the control process ( #30317 )
...
Co-authored-by: Samuel Attard <sam@electronjs.org >
2021-08-02 09:56:26 +09:00
trop[bot]
cdd2176bb6
chore: update deps ( #30345 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2021-07-30 14:56:22 -07:00
Pedro Pontes
e57b74858f
chore: cherry-pick 1168f81092 from sqlite ( #30294 )
...
* chore: cherry-pick 1168f81092 from sqlite
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2021-07-30 09:00:50 +09:00
Robo
3805e3c0fc
fix: update traffic lights position for macOS 11 ( #30319 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2021-07-29 21:15:47 +09:00
trop[bot]
5fb34249c6
chore: add additional crash key to gin::Wrappable ( #30224 )
...
Co-authored-by: VerteDinde <khammond@slack-corp.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2021-07-29 19:46:47 +09:00
trop[bot]
06997edc3a
chore: update publish to npm to use GitHub token ( #30290 )
...
ensures that we don't get hit with a rate limit while trying to publish a release.
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2021-07-28 12:24:55 -07:00
Pedro Pontes
e2b961d73c
chore: cherry-pick e38d55313ad9 from v8 ( #30246 )
...
* chore: cherry-pick e38d55313ad9 from v8
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2021-07-28 15:56:40 +02:00
Pedro Pontes
867ea38cd0
chore: cherry-pick ac9dc1235e28 from chromium ( #30265 )
...
* chore: cherry-pick ac9dc1235e28 from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2021-07-28 15:56:13 +02:00
trop[bot]
2e8f2a2f51
docs: update default branch for Electron Packager API links ( #30187 )
...
Co-authored-by: Mark Lee <electronjs@lazymalevolence.com >
2021-07-27 09:17:16 +09:00
trop[bot]
4da1162ffe
fix: allow colored tray titles when font type is specified ( #30163 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-07-27 09:14:51 +09:00
Pedro Pontes
9d3ebb1888
chore: cherry-pick cd98d7c0dae9 from chromium ( #30251 )
...
* chore: cherry-pick cd98d7c0dae9 from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2021-07-26 17:50:18 +09:00
trop[bot]
0b8971dec2
fix: increase stack size on windows x86 ( #30241 )
...
* fix: increace main thread stack size on windows x86
* chore: improve quit-on-crashed-event spec
* chore: add debug logs
* Revert "chore: add debug logs"
This reverts commit 0be81ae07c .
* chore: use a reliable crash endpoint
Co-authored-by: Stephen Wang <wangwenqiang.wwq@bytedance.com >
Co-authored-by: Deepak Mohan <hop2deep@gmail.com >
2021-07-26 17:47:16 +09:00
Cheng Zhao
c8ab43a766
fix: pressing ESC should exit fullscreen from webview ( #30128 )
2021-07-26 17:34:04 +09:00
Jeremy Rose
64c6737bb2
chore: cherry-pick 5487040a284a from chromium ( #30203 )
2021-07-22 10:14:14 -07:00
Pedro Pontes
30b6330189
chore: cherry-pick e60cc80ff744 from chromium ( #30229 )
...
* chore: cherry-pick e60cc80ff744 from chromium
* chore: update patches
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2021-07-22 11:08:12 -04:00
trop[bot]
177bdd207c
build: handle release failure by existing with code 1 ( #30221 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2021-07-21 11:15:06 -04:00
electron-roller[bot]
77fbad0333
chore: bump chromium to 91.0.4472.164 (13-x-y) ( #30169 )
...
* chore: bump chromium in DEPS to 91.0.4472.164
* chore: update patches
* fix DEPS
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>
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-07-21 09:34:32 -04:00
Electron Bot
971ec77b96
Bump v13.1.7
v13.1.7
2021-07-15 10:15:20 -07:00
trop[bot]
1b0c15f742
fix: double traffic lights on exit fullscreen ( #30149 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2021-07-15 15:25:09 +09:00
trop[bot]
52cddbcd92
docs: add <webview> 'did-attach' event documentation ( #30129 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2021-07-15 10:40:33 +09:00
trop[bot]
6d0feb8b79
docs: fix fiddle path ( #30144 )
...
This is breaking the build in `electron/electronjs.org-new` and will
most likely not work when clicking the "Fiddle" button.
Rel: https://github.com/electron/electronjs.org-new/pull/65
Co-authored-by: Antón Molleda <amolleda@gmail.com >
2021-07-14 17:51:08 -04:00
trop[bot]
2e096ac6bc
fix: adjust initial webContents focus calculation ( #29234 )
...
* fix: adjust initial webContents focus calculation
* fix: active window check on mac
* fix: about:blank focus behavior
* chore: add spec
* fix: window ordering on mac
* chore: focus <webview> after navigation
* chore: fix flaky fullscreen inheritance test
* chore: disable fullscreen test on mac arm
* chore: simplify found-in-page spec
* chore: fix lint
* chore: move found-in-page spec to main process
* chore: fix lint
* chore: remove focus workaround
* chore: improve found-in-page spec
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2021-07-14 11:03:01 -07:00
trop[bot]
3afe390805
chore: update releases to 8 weeks in CONTRIBUTING ( #30119 )
...
* chore: update releases to 8 weeks in CONTRIBUTING
* chore: update support.md for four version support
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
Co-authored-by: VerteDinde <khammond@slack-corp.com >
2021-07-14 08:09:55 -07:00
trop[bot]
d5097dd2e6
docs: Update timeline for E15 alpha announcement ( #30117 )
...
* docs: Update timeline for E15 alpha announcement
* fix line break
Co-authored-by: Sofia Nguy <sofianguy@gmail.com >
2021-07-14 08:09:28 -07:00
trop[bot]
257b214cb5
docs: update quick-start.md ( #30133 )
...
Change app-quit link definition, so both window-all-closed and app-quit redirects to appropriate sites.
Co-authored-by: Davenury <57959794+Davenury@users.noreply.github.com >
2021-07-14 22:26:30 +09:00
Jeremy Rose
945ecdd709
fix: crash when invoking login callback synchronously ( #30068 ) ( #30091 )
2021-07-14 20:48:16 +09:00
trop[bot]
cb614d15aa
build: decode error output as utf8 ( #30094 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2021-07-14 20:46:39 +09:00