Sudowoodo Release Bot
f20a51a87f
Bump v20.0.0
v20.0.0
2022-08-01 11:55:57 -07:00
trop[bot]
6c29ab10a4
fix: ensure native modules use the correct config ( #35160 )
...
* fix: ensure native modules are built with config.gypi
This works by patching node.h to check that two defines are set using the equivilant of an XNOR operation. One define "ELECTRON_ENSURE_CONFIG_GYPI" is set via common.gypi which is _already_ used to build native modules and has been since the dawn of time. Therefore this define will be set for all native module compilations targetting the Electron runtime. The second define "USING_ELECTRON_CONFIG_GYPI" is only defined when the gypi argument "using_electron_config_gypi" is set to 1 which is only done so via config.gypi. Only new enough versions of node-gyp correctly use the config.gypi file thus resulting in a compilation error on version of node-gyp that are too old.
* chore: fix lint
* chore: update patches
Co-authored-by: Samuel Attard <sattard@salesforce.com >
Co-authored-by: VerteDinde <vertedinde@electronjs.org >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-08-01 11:44:25 -07:00
trop[bot]
b61692d790
fix: remove skip-taskbar feature on Linux. ( #35156 )
...
* fix: remove skip-taskbar feature on Linux.
Marked as unsupported in e19, now removed in e20.
See #33226 for more information
* docs: remove skipTaskbar note in browserWindow
Co-authored-by: Charles Kerr <charles@charleskerr.com >
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
2022-08-01 07:42:38 -07:00
Shelley Vohr
0e6f172897
fix: clean up callback handling in webContents.print() ( #35141 )
...
fix: clean up callback handling in webContents.print()
2022-08-01 07:41:56 -07:00
trop[bot]
aa99d73990
chore: add electron deps to //src gitignore ( #35146 )
...
chore: add electon deps to //src gitignore
Co-authored-by: Samuel Attard <sattard@salesforce.com >
2022-08-01 12:54:51 +02:00
trop[bot]
f1c7562d9c
docs: new main -> renderers messageChannel example ( #35134 )
...
* docs: new main -> renderers messageChannel example
* consistent use of your
* fix a typo
* linting
* markdown linting
* Update docs/tutorial/message-ports.md
Co-authored-by: Erick Zhao <erick@hotmail.ca >
* update code example headings, reference contextIsolation example
* remove nodeIntegration: false from browserWindows
* rename "messagePort" to "electronMessagePort" for compatibility
Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com >
Co-authored-by: Erick Zhao <erick@hotmail.ca >
2022-07-29 15:07:40 -07:00
Keeley Hammond
08aa57806e
feat: sandbox preloads by default ( #35125 )
...
feat: sandbox preloads by default (#32869 )
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2022-07-29 15:06:31 -07:00
Keeley Hammond
76450afd47
fix: ensure that v8 sandbox isnt enabled for arm ( #35137 )
...
fix: ensure that v8 sandbox isnt enabled for arm (#34914 )
Co-authored-by: Samuel Attard <sam@electronjs.org >
2022-07-29 17:37:31 -04:00
trop[bot]
8ac0e2bdec
docs: update E21 release date ( #35126 )
...
* docs: update E21 release date
* chore: fix lint
Co-authored-by: Sofia Nguy <sofianguy@gmail.com >
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
2022-07-29 11:43:45 -07:00
trop[bot]
c61a14c5d1
fix: empty result of webContents.getUserAgent() ( #35131 )
...
fix: empty result of webContents.getUserAgent()
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-29 11:26:33 -07:00
John Kleinschmidt
ecdfca8f13
ci: switch to GHA for WOA ( #35120 )
...
ci: switch to GHA for WOA (#35109 )
* ci: switch to GHA for WOA
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
(cherry picked from commit 674596d11e )
2022-07-28 22:17:10 -07:00
electron-roller[bot]
2f9414dcc4
chore: bump chromium to 104.0.5112.65 (20-x-y) ( #35114 )
...
* chore: bump chromium in DEPS to 104.0.5112.65
* chore: update patches
* test: remove duplicate test that is causing hang in Windows (#35071 )
(cherry picked from commit 182ab9ad76 )
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: John Kleinschmidt <jkleinsc@electronjs.org >
2022-07-28 16:28:16 -04:00
Sudowoodo Release Bot
816e8e804c
Bump v20.0.0-beta.13
v20.0.0-beta.13
2022-07-28 06:32:12 -07:00
trop[bot]
5f1c3b4d13
fix: handle WCO pressed state when going maximized -> minimized ( #35074 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-27 11:42:49 +02:00
trop[bot]
7b1872dafe
fix: allow setsize to be called within a move or resize for preventDefault ( #35084 )
...
fix : #34599 allow setsize to be called within a move or resize for preventDefault
Co-authored-by: Ian German Mesner <mesner@gmail.com >
2022-07-27 11:14:21 +02:00
trop[bot]
c10922f15f
fix: use win_clang_x64 binary for x86 extract symbols ( #35091 )
...
fix: use win_clang_x64 for x86 extract symbols
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
2022-07-27 11:13:15 +02:00
Devin Foley
d8edf84cfc
fix: Make disable_color_correct_rendering patch work again ( #35087 )
...
Fix disable_color_correct_rendering patch.
2022-07-27 11:09:45 +02:00
trop[bot]
215ae2b012
fix: crash on startup in X11 ( #35092 )
...
Fixes #34996 .
Co-authored-by: Charles Kerr <charles@charleskerr.com >
2022-07-27 11:09:11 +02:00
trop[bot]
09c4fdd6d0
docs: Add missing link to tutorial page ( #35041 )
...
Add missing link to tutorial page
Co-authored-by: Mike Lee <mikemunkyu.lee@gmail.com >
2022-07-26 18:24:45 +02:00
trop[bot]
77d561a8a6
fix: merge crash annotations instead of overwriting ( #35045 )
...
ElectronCrashReporterClient::GetProcessSimpleAnnotations() merges
annotations provided as argument with global_annotations_,
preserving useful information.
Co-authored-by: Alexander Petrov <zowers+github@zowers.net >
2022-07-26 17:37:23 +09:00
electron-roller[bot]
3777902abc
chore: bump chromium to 104.0.5112.57 (20-x-y) ( #35018 )
...
* chore: bump chromium in DEPS to 104.0.5112.57
* Trigger Build
* chore: update patches
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-07-25 19:57:37 -04:00
trop[bot]
3a079feb87
fix: properly fire serial-port-added and serial-port-removed events ( #35047 )
...
Based on 2309652: [webhid] Notify chooser context observers on shutdown | https://chromium-review.googlesource.com/c/chromium/src/+/2309652
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2022-07-25 16:36:59 -04:00
Sudowoodo Release Bot
8d68009abc
Bump v20.0.0-beta.12
v20.0.0-beta.12
2022-07-25 06:30:44 -07:00
trop[bot]
4f3be68ad5
refactor: only create webContents after 'will-attach-webview' ( #35016 )
...
refactor: only create webContents after 'will-attach-webview' (#30311 )
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-07-25 10:11:12 +02:00
trop[bot]
c7509b0a53
fix: add support for --ozone-platform-hint flag on Linux ( #35014 )
...
Co-authored-by: Valentin Hăloiu <valentin.haloiu@gmail.com >
2022-07-25 09:59:22 +02:00
Sudowoodo Release Bot
fa4052fc9e
Bump v20.0.0-beta.11
v20.0.0-beta.11
2022-07-21 06:31:05 -07:00
trop[bot]
e02fbe1d29
fix: crash on BrowserWindow.setEnabled() ( #34972 )
...
fix: crash on BrowserWindow.setEnabled()
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-21 10:38:44 +02:00
trop[bot]
7e06da25ef
ci: wait longer for goma to be ready ( #34965 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2022-07-19 20:31:40 +02:00
trop[bot]
f0ae458f6f
fix: potential hang on print settings failure ( #34968 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-19 16:28:09 +02:00
Sudowoodo Release Bot
b2955e8cf5
Bump v20.0.0-beta.10
v20.0.0-beta.10
2022-07-18 13:40:55 -07:00
electron-roller[bot]
ca6738dc08
chore: bump chromium to 104.0.5112.48 (20-x-y) ( #34920 )
...
* chore: bump chromium in DEPS to 104.0.5112.48
* 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-07-18 13:15:56 -04:00
Sudowoodo Release Bot
0640a8a02a
Revert "Bump v20.0.0-beta.10"
...
This reverts commit b7d5573584 .
2022-07-18 10:09:45 -07:00
Sudowoodo Release Bot
b7d5573584
Bump v20.0.0-beta.10
2022-07-18 08:46:13 -07:00
Keeley Hammond
6fb73ba8e7
fix: do not define _LIBCPP_ABI_NAMESPACE=Cr for all native modules ( #34944 )
...
fix: do not define _LIBCPP_ABI_NAMESPACE=Cr for all native modules (#34932 )
This define is only needed when linking against Chromiums libc++ which we currently
do not ship / expose the symbols of. We probably should make those symbols visible and
actually ensure that electron-rebuild et. al link against our libc++ instead of the system libc++
but for now this fixes compilation issues on macOS where the default system clang links to the system libc++
which does not (obviously) use the Chromium ABI namespace.
For our nan tests which do link against Chromiums libc++ we define the ABI namespace in the spec runner.
Co-authored-by: Samuel Attard <sam@electronjs.org >
2022-07-18 08:16:56 -07:00
Sudowoodo Release Bot
99724da33b
Bump v20.0.0-beta.9
v20.0.0-beta.9
2022-07-14 06:31:14 -07:00
trop[bot]
76975dfefd
fix: enable deviceName validation on Linux ( #34901 )
2022-07-14 09:38:23 +02:00
trop[bot]
8313ea461e
fix: alwaysOnTop browser window option for X11 Linux ( #34913 )
...
fix: alwaysontop browser window option for x11
Co-authored-by: Gellert Hegyi <gellert.hegyi@around.co >
2022-07-14 09:23:33 +02:00
trop[bot]
2c0327c394
fix: update Windows caption buttons to match Win11 style ( #34888 )
...
* fix: update Windows caption buttons to match Win11 style
* chore: fix const issue
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-13 09:37:10 +02:00
trop[bot]
603a4af5ee
fix: ensure that requestMediaKeySystemAccess resolves ( #34891 )
...
When widevine was disabled at the build level we never dealt with the callback passed into GetSupportedKeySystems. This was ok until requests became marked pending in https://chromium-review.googlesource.com/c/chromium/src/+/3430502 until the callback was called. This resulted in a promise never resolving / rejecting and certain media websites (E.g. spotify) hanging on load waiting for a signal that would never arrive.
Co-authored-by: Samuel Attard <sattard@salesforce.com >
2022-07-12 10:56:09 -07:00
trop[bot]
5a121dd077
fix: safer check for WCO button updates ( #34875 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-12 15:51:20 +02:00
electron-roller[bot]
db0830e0f8
chore: bump chromium to 104.0.5112.39 (20-x-y) ( #34425 )
...
* chore: bump chromium in DEPS to 104.0.5098.0
* chore: bump chromium in DEPS to 104.0.5100.0
* chore: bump chromium in DEPS to 104.0.5102.0
* chore: bump chromium in DEPS to 104.0.5103.0
* chore: bump chromium in DEPS to 104.0.5104.0
* chore: bump chromium in DEPS to 104.0.5106.0
* chore: bump chromium in DEPS to 104.0.5108.0
* chore: bump chromium in DEPS to 104.0.5110.0
* chore: bump chromium in DEPS to 104.0.5112.0
* chore: bump chromium in DEPS to 104.0.5112.4
* 3651284: Use the entry settings object for window.open navigation
https://chromium-review.googlesource.com/c/chromium/src/+/3651284
(cherry picked from commit 6ff37a08f7 )
* 3644598: Make RenderFrameHost used for notification permission decision
https://chromium-review.googlesource.com/c/chromium/src/+/3644598
(cherry picked from commit 46df809556 )
* 3642842: Window Placement: Prototype Fullscreen Capability Delegation - Part 2
https://chromium-review.googlesource.com/c/chromium/src/+/3642842
(cherry picked from commit 2fe1bc3222 )
* 3652785: [sandbox] Enable sandboxed pointers on sanitizer builds
https://chromium-review.googlesource.com/c/v8/v8/+/3652785
(cherry picked from commit ca8a3852f4 )
* 3611967: webhid: Migrate HidDelegate to use BrowserContext and Origin
https://chromium-review.googlesource.com/c/chromium/src/+/3611967
(cherry picked from commit 18aac8e93e )
* 3665762: Remove RenderFrameHost::IsRenderFrameCreated from //content/.
https://chromium-review.googlesource.com/c/chromium/src/+/3665762
(cherry picked from commit 070ea1700b )
* 3659375: Fold x509_util_ios and most of x509_util_mac into x509_util_apple
https://chromium-review.googlesource.com/c/chromium/src/+/3659375
(cherry picked from commit 479647e0ac )
* 3656234: [CodeHealth] Remove uses of base::ListValue::Append() (Final, take 2)
https://chromium-review.googlesource.com/c/chromium/src/+/3656234
(cherry picked from commit e15d6110ed )
* chore: update patch indices
(cherry picked from commit 8d666da975 )
* chore: fix lint
(cherry picked from commit f9a9aca456 )
* 3644598: Make RenderFrameHost used for notification permission decision
https://chromium-review.googlesource.com/c/chromium/src/+/3644598
(cherry picked from commit 014c4b9212 )
* webhid: Migrate HidDelegate to use BrowserContext and Origin
This is a temporary fix for https://chromium-review.googlesource.com/c/chromium/src/+/3611967 to get the build compiling, but we need to either patch around https://chromium-review.googlesource.com/c/chromium/src/+/3611967 or move our device permissioning to BrowserContext
(cherry picked from commit 322e9686da )
* chore: fix lint
(cherry picked from commit 12b886cc62 )
* build: run electron/script/gen-libc++-filenames.js
fixes gn check
(cherry picked from commit 93cebfecb2 )
* chore: disable flaking tests
(cherry picked from commit fd0bc08f44 )
* 3652749: Delete GLRenderer and related classes
https://chromium-review.googlesource.com/c/chromium/src/+/3652749
(cherry picked from commit 43024a74c2 )
* 3682394: Change pipes surrounding code references in comments to backticks
https://chromium-review.googlesource.com/c/chromium/src/+/3682394
(cherry picked from commit 41026ae4d0 )
* chore: fixup patch indices
(cherry picked from commit fccfc1bb29 )
* 3671199: Remove ContentMainDelegate::PostFieldTrialInitialization
https://chromium-review.googlesource.com/c/chromium/src/+/3671199
(cherry picked from commit 6392cfb595 )
* 3607963: hid: Do not exclude HID device with no collections
https://chromium-review.googlesource.com/c/chromium/src/+/3607963
(cherry picked from commit 2d81975792 )
* refactor: use ElectronBrowserContext instead of WebContents to persist devices
due to changes like https://chromium-review.googlesource.com/c/chromium/src/+/3611967 ,
we can no longer use WebContents to store device permissions so this commit
moves device permission storage to live in memory in ElectronBrowserContext
instead.
(cherry picked from commit 2f95568bfd )
* 3557253: Deprecate some signature checks
https://chromium-review.googlesource.com/c/v8/v8/+/3557253
(cherry picked from commit da4f0dbd1b )
* 3680781: Add policy for Renderer App Container.
https://chromium-review.googlesource.com/c/chromium/src/+/3680781
(cherry picked from commit cb901ce489 )
* chore: update patch indices
(cherry picked from commit 40c6295a5b )
* 3675465: Update NetLog network service API to use mojom::DictionaryValue.
https://chromium-review.googlesource.com/c/chromium/src/+/3675465
(cherry picked from commit 55a58418e6 )
* fix: add patch for DCHECK in fullscreen test
(cherry picked from commit c65280306d )
* build: fix nan build
(cherry picked from commit c06ea18698 )
* build: make the nan spec runner work on macOS
(cherry picked from commit a22950b126 )
* chore: update patches
(cherry picked from commit 7375148f93 )
* chore: update patches
* 3693745: Delete base::LowerCaseEqualsASCII()
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3693745
(cherry picked from commit ed192f5c9b )
* 3653285: Remove OS X 10.11 and macOS 10.12 code from chrome/
https://chromium-review.googlesource.com/c/chromium/src/+/3653285
* 3687395: Remove DictionaryValue::HasKey().
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3687395
(cherry picked from commit 2a6804db60 )
* 3691014: Prevent unsafe narrowing: ui/accessibility, part 2
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3691014
(cherry picked from commit fca99a5cf9 )
* 3560567: [MSC] Porting GenerateStreams clients to handle stream vectors.
https://chromium-review.googlesource.com/c/chromium/src/+/3560567
* 3684873: [Bluetooth][Win/Linux] Add bluetooth pair confirmation prompt
https://chromium-review.googlesource.com/c/chromium/src/+/3684873
* chore: missing includes in desktop_notification_controller
(cherry picked from commit 574fb7933d )
* 3685951: Reland "Make sure screen object is created once in tests."
https://chromium-review.googlesource.com/c/chromium/src/+/3685951
* fixup: Reland "Make sure screen object is created once in tests."
* chore: bump chromium in DEPS to 104.0.5110.0
* chore: update patches
* Revert "3560567: [MSC] Porting GenerateStreams clients to handle stream vectors."
This reverts commit c9c1c534056404be22a2d81ae6df4d184654fa35.
* Revert "3691014: Prevent unsafe narrowing: ui/accessibility, part 2"
This reverts commit 08f7a35765fde0467ef44d773e943cf5998619ae.
* 3687671: [v8] Freeze flags after initialization
https://chromium-review.googlesource.com/c/chromium/src/+/3687671
* fixup: 3687671: [v8] Freeze flags after initialization
* chore: bump chromium in DEPS to 104.0.5112.14
* chore: update patches
* 3691014: Prevent unsafe narrowing: ui/accessibility, part 2
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3691014
(cherry picked from commit fca99a5cf9 )
(cherry picked from commit 08f7a35765fde0467ef44d773e943cf5998619ae)
* 3560567: [MSC] Porting GenerateStreams clients to handle stream vectors.
https://chromium-review.googlesource.com/c/chromium/src/+/3560567
(cherry picked from commit c9c1c534056404be22a2d81ae6df4d184654fa35)
* 3669226: Remove printing PostTask usage of IO thread
https://chromium-review.googlesource.com/c/chromium/src/+/3669226
* chore: document breaking change
(cherry picked from commit d0991597c2 )
* chore: update patches
* chore: remove deprecated AccessorSignatures
https://github.com/nodejs/nan/pull/941
* Revert "fixup: 3687671: [v8] Freeze flags after initialization"
This reverts commit a473727f39267327c7a77ec5056edd36b7c5b403.
* Revert "3687671: [v8] Freeze flags after initialization"
This reverts commit 7a8404be3c9d48a2e7ce877d749362f4754a9f17.
* 3687671: [v8] Freeze flags after initialization
https://chromium-review.googlesource.com/c/chromium/src/+/3687671
(cherry picked from commit f4c53302ea )
* 52026: Do not allow md4 or md5 based signatures in X.509 certificates.
https://boringssl-review.googlesource.com/c/boringssl/+/52026
* chore: bump chromium in DEPS to 104.0.5112.20
* chore: update patches
patches/chromium/chore_expose_v8_initialization_isolate_callbacks.patch
is no longer needed because it was upstreamed via:
2527943: Allow static access to WasmCodeGeneration callback
https://chromium-review.googlesource.com/c/chromium/src/+/2527943
* 3560567: [MSC] Porting GenerateStreams clients to handle stream vectors.
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3560567
(cherry picked from commit 797c3a1656 )
* fixup! 3560567: [MSC] Porting GenerateStreams clients to handle stream vectors.
(cherry picked from commit 9741ab73cf )
* fixup! 3560567: [MSC] Porting GenerateStreams clients to handle stream vectors.
(cherry picked from commit 558ed59d86 )
* chore: bump chromium in DEPS to 104.0.5112.29
* chore: update patches
* chore: bump chromium in DEPS to 104.0.5112.39
* chore: update patches
* chore: update patches
* Trigger Build
* 3695382: [ext-code-space] Fix CodeRange allocation logic
https://chromium-review.googlesource.com/c/v8/v8/+/3695382
fixes https://bugs.chromium.org/p/v8/issues/detail?id=12942
* 3695382: [ext-code-space] Fix CodeRange allocation logic
https://chromium-review.googlesource.com/c/v8/v8/+/3695382
* 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: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: Charles Kerr <charles@charleskerr.com >
Co-authored-by: Samuel Attard <sattard@salesforce.com >
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
Co-authored-by: VerteDinde <keeleymhammond@gmail.com >
Co-authored-by: Jeremy Rose <japthorp@slack-corp.com >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-07-12 08:22:53 -04:00
trop[bot]
3ca5708faa
fix: set Wayland application ID ( #34879 )
2022-07-12 09:37:40 +02:00
trop[bot]
688780aa85
build: run CI tests on Xcode 13.3.0 ( #34871 )
...
* build: test disabling security
* build: install python2 during tests
* build: do not install python2 on arm64 runners
* attempt 2
* build: only allow 13.3.0 xcode
Co-authored-by: Samuel Attard <sattard@salesforce.com >
2022-07-11 11:24:15 -07:00
Sudowoodo Release Bot
7e53953fbf
Bump v20.0.0-beta.8
v20.0.0-beta.8
2022-07-11 06:30:55 -07:00
trop[bot]
4cc3b85adc
fix: WCO pressed background state updates ( #34840 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-11 17:21:40 +09:00
trop[bot]
efa621f76d
fix: setRepresentedFilename with non-default titlebarStyle ( #34849 )
...
fix: setRepresentedFilename with non-default titlebarStyle
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-07-11 17:19:39 +09:00
trop[bot]
659b2c3c52
test: add first-party-set chromium tests ( #34842 )
...
test: add first-part-set chromium feature tests
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
2022-07-08 09:44:28 -07:00
Sudowoodo Release Bot
aba5e9892d
Bump v20.0.0-beta.7
v20.0.0-beta.7
2022-07-08 04:54:51 -07:00
trop[bot]
c10eeceb93
fix: ensure v8 pointer compression + sandbox is enabled on 64bit native modules ( #34851 )
...
* fix: ensure v8 pointer compression + sandbox is enabled on 64bit native modules
* build: rely on config.gypi to enable pointer compression
* Update .patches
* Update build_ensure_v8_pointer_compression_sandbox_is_enabled_on_64bit.patch
* chore: update patches
Co-authored-by: Samuel Attard <sattard@salesforce.com >
Co-authored-by: Samuel Attard <sam@electronjs.org >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2022-07-08 04:51:39 -07:00
Sudowoodo Release Bot
ce2dcdf42f
Bump v20.0.0-beta.6
v20.0.0-beta.6
2022-07-07 06:30:34 -07:00