Sudowoodo Release Bot
ef5424cee0
Bump v18.0.0-beta.5
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]
d305082ab7
build: drop pywin32 usage ( #33298 )
...
* build: drop pywin32 usage
* chore: ignore extra output on AppVeyor
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2022-03-21 10:19:45 +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
v18.0.0-beta.4
2022-03-17 06:30:45 -07:00
trop[bot]
7e0b787a76
docs: webFrame.insertCSS should mention options arg ( #33293 )
...
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2022-03-17 14:08:01 +01: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]
bf5a0cdd6a
chore: cherry-pick 2ed58f4 from chromium ( #33109 ) ( #33250 )
...
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/3492658
Fixes: https://github.com/electron/electron/issues/33049
Signed-off-by: Darshan Sen <raisinten@gmail.com >
Co-authored-by: Charles Kerr <charles@charleskerr.com >
Co-authored-by: Darshan Sen <raisinten@gmail.com >
Co-authored-by: Charles Kerr <charles@charleskerr.com >
2022-03-16 14:38:31 -04:00
trop[bot]
1c8e9b3651
docs: remove "marked" from process.getBlinkMemoryInfo() ( #33291 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2022-03-16 09:30:25 -04: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
trop[bot]
9cd76a8e52
fix: prevent UAF crash in setCertificateVerifyProc ( #33253 )
...
* fix: prevent UAF crash in setCertificateVerifyProc
* fix patch
* fix tests
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2022-03-15 10:46:57 -07:00
trop[bot]
a9b17793de
fix: cppgc/node collisions in renderer process ( #33260 )
2022-03-15 10:04:58 -07:00
Sudowoodo Release Bot
134042cc43
Bump v18.0.0-beta.3
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
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]
19c3e1c8b7
fix: patches to use BUILDFLAG(IS_WIN) / BUILDFLAG(IS_MAC) checks ( #33195 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-03-09 16:54:28 -05:00
trop[bot]
7e771a3db5
feat: warn that preloads will be sandboxed by default in v20 ( #33203 )
...
* feat: warn that preloads will be sandboxed by default in v20
* add a note to breaking changes
* fix type error
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2022-03-09 12:04:48 -05:00
trop[bot]
c5ec2099bb
docs: remove platform notices from tutorial titles ( #33136 )
...
* docs: remove platform notices from tutorial titles
* Update docs/tutorial/launch-app-from-url-in-another-app.md
Co-authored-by: Mark Lee <malept@users.noreply.github.com >
Co-authored-by: Erick Zhao <erick@hotmail.ca >
Co-authored-by: Mark Lee <malept@users.noreply.github.com >
2022-03-08 14:37:52 -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
trop[bot]
fb5741efd6
fix: really strip crashpad handler binary ( #33175 )
...
Co-authored-by: Micha Hanselmann <micha.hanselmann@gmail.com >
2022-03-08 13:56:04 -05:00
Sudowoodo Release Bot
47669c55fd
Bump v18.0.0-beta.1
v18.0.0-beta.1
2022-03-08 10:16:46 -08:00
trop[bot]
7b76a70e07
build: put v8_context_snapshot_generator.dSYM in its own zip file ( #33187 )
...
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2022-03-08 12:20:00 -05:00
Sudowoodo Release Bot
b4466f8f3e
Revert "Bump v18.0.0-alpha.6"
...
This reverts commit 1528b0d307 .
2022-03-07 09:22:59 -08:00
trop[bot]
2e9ccd4372
docs: Updated list numbering ( #33147 )
...
* docs: Updated list numbering
The steps to package and distribute an application using electron had incorrect numbering
* Indented text within ordered list sections
* Removed single space
* Fixed indentation
Co-authored-by: Alvin Philips <alvinphilips257@gmail.com >
2022-03-07 09:26:36 -05:00
Sudowoodo Release Bot
1528b0d307
Bump v18.0.0-alpha.6
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
trop[bot]
3bbbf4b27f
fix: disable partition alloc on mac ( #33117 )
...
Co-authored-by: VerteDinde <vertedinde@electronjs.org >
2022-03-01 16:13:33 -08:00
trop[bot]
6dc7384f3a
fix: DCHECK when calling app.exit() ( #33059 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-02-28 11:45:47 -08:00
John Kleinschmidt
68c541380e
chore: bump chromium to 100.0.4894.0 (18-x-y) ( #33093 )
...
* chore: bump chromium to 100.0.4857.0 (main) (#32419 )
* chore: bump chromium in DEPS to 99.0.4819.0
* chore: update patches
* chore: bump chromium in DEPS to 99.0.4824.0
* chore: update patches
* chore: bump chromium in DEPS to 99.0.4827.0
* chore: update patches
* 3352511: PiP: Add inkdrop and pointer cursor to PiP window buttons
https://chromium-review.googlesource.com/c/chromium/src/+/3352511
* 3309164: webhid: Show FIDO devices in the chooser if allowed
https://chromium-review.googlesource.com/c/chromium/src/+/3309164
* 3297868: hid: Add experimental HIDDevice.forget()
https://chromium-review.googlesource.com/c/chromium/src/+/3297868
* 3362491: [Extensions] Move i18n API to //extensions
https://chromium-review.googlesource.com/c/chromium/src/+/3362491
* MCC Refactor step0: Allow embedders to register associated_interface binders with RenderFrameHostImpl::associated_registry_.
https://chromium-review.googlesource.com/c/chromium/src/+/3281481
* 3352616: [Gtk] Remove libgtk from the link-line
https://chromium-review.googlesource.com/c/chromium/src/+/3352616
* 3249211: Clear-Site-Data support for partitioned cookies
https://chromium-review.googlesource.com/c/chromium/src/+/3249211
* [Extensions][COIL] Use [allow|block]list in //extensions/common
https://chromium-review.googlesource.com/c/chromium/src/+/3372668
* Begin ScopedUserPrefUpdate migration to modern base::Value
https://chromium-review.googlesource.com/c/chromium/src/+/3376154
* [Code Health] Refactor PrefService GetDict + GetList to use base::Value
https://chromium-review.googlesource.com/c/chromium/src/+/3343526
* 3354997: [CodeHealth] Remove deprecated SetDictionary method
https://chromium-review.googlesource.com/c/chromium/src/+/3354997
* 3287323: Add LacrosPrefStore for lacros settings
https://chromium-review.googlesource.com/c/chromium/src/+/3287323
* 3365916: [PA] Clean up remaining lazy commit code
https://chromium-review.googlesource.com/c/chromium/src/+/3365916
* [MPArch] Target the external protocol error at the responsible frame.
https://chromium-review.googlesource.com/c/chromium/src/+/3011560
* Pass origin to RegisterNonNetworkSubresourceURLLoaderFactories
https://chromium-review.googlesource.com/c/chromium/src/+/3350608
* Linux: Send OSCrypt raw encryption key to the Network Service
https://chromium-review.googlesource.com/c/chromium/src/+/3320484
* [PlzServiceWorker] Remove remaining references to PlzServiceWorker.
https://chromium-review.googlesource.com/c/chromium/src/+/3359441
* chore: fixup for lint
* 3327621: Fix tablet mode detection for Win 11.
https://chromium-review.googlesource.com/c/chromium/src/+/3327621
* 3342428: ax_mac: move AXTextMarker conversion utils under ui umbrella
https://chromium-review.googlesource.com/c/chromium/src/+/3342428
* 3353974: Mac: Use base::Feature for overlay features
https://chromium-review.googlesource.com/c/chromium/src/+/3353974
* chore: bump chromium in DEPS to 99.0.4828.0
* chore: update patches
* chore: bump chromium in DEPS to 99.0.4837.0
* chore: update patches
* chore: update patches
* 3379142: Drop FALLTHROUGH macro
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3379142
* 3381749: C++17: Allow use of std::map::try_emplace and std::map::insert_or_assign
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3381749
* chore: bump chromium in DEPS to 99.0.4839.0
* chore: update patches
* chore: bump chromium in DEPS to 99.0.4840.0
* chore: bump chromium in DEPS to 99.0.4844.0
* 3395881: [api] Deprecate Local<v8::Context> v8::Object::CreationContext()
Ref: https://chromium-review.googlesource.com/c/v8/v8/+/3395881
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4845.0
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4847.0
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4849.0
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4851.0
* chore: bump chromium in DEPS to 100.0.4853.0
* update patches
* chore: update patches
* update patches
* 3383599: Fonts Access: Remove prototype that uses a font picker.
https://chromium-review.googlesource.com/c/chromium/src/+/3383599
* 3404768: Remove ALLOW_UNUSED macros
https://chromium-review.googlesource.com/c/chromium/src/+/3404768
* 3374762: Remove ignore_result.h
https://chromium-review.googlesource.com/c/chromium/src/+/3374762
* 3399305: [unseasoned-pdf] Apply proper frame offsets for touch selections
https://chromium-review.googlesource.com/c/chromium/src/+/3399305
* 3402210: [Extensions] Don't trigger unload event for already unloaded extension
https://chromium-review.googlesource.com/c/chromium/src/+/3402210
* 3410912: Combine URLLoaderClient OnReceiveResponse and OnStartLoadingResponseBody.
https://chromium-review.googlesource.com/c/chromium/src/+/3410912
* 3370428: Make the AuthSchemes policy support dynamic refresh
https://chromium-review.googlesource.com/c/chromium/src/+/3370428
* 3407603: Finish ScopedUserPrefUpdate migration to modern base::Value
https://chromium-review.googlesource.com/c/chromium/src/+/3407603
* 3378352: ozone/x11: move code from //ui/p/x11 to //ui/ozone/p/x11
https://chromium-review.googlesource.com/c/chromium/src/+/3378352
* 3370810: Delete chrome/service, AKA the Cloud Print service process.
https://chromium-review.googlesource.com/c/chromium/src/+/3370810
* chore: bump chromium in DEPS to 100.0.4855.0
* chore: update patches
* fixup! 3370810: Delete chrome/service, AKA the Cloud Print service process.
* revert 3348007 to fix windows build
* 3318572: [Code health] Fix gn check errors in //extensions/browser:*
https://chromium-review.googlesource.com/c/chromium/src/+/3318572
* fix printing.patch
* fix iwyu issue
* 3408515: win: Make ShorcutOperation an enum class and modernize names
https://chromium-review.googlesource.com/c/chromium/src/+/3408515
* 3388333: [UIA] Remove dead code accessibility_misc_utils.h/cc
https://chromium-review.googlesource.com/c/chromium/src/+/3388333
* fix windows build? i hope
* patch gn visibility of //ui/ozone/platform/x11
* missing include base/logging.h
* use BUILDFLAG for USE_NSS_CERTS
https://chromium-review.googlesource.com/c/chromium/src/+/3379123
* defined(OS_*) ==> BUILDFLAG(IS_*)
https://bugs.chromium.org/p/chromium/issues/detail?id=1234043
* fixup! 3404768: Remove ALLOW_UNUSED macros
* another attempt to fix windows build
* temporarily disable the custom scheme service worker test
https://github.com/electron/electron/issues/32664
* fix loading mv3 extensions
not sure what cl broke this unfort.
* fixup! 3404768: Remove ALLOW_UNUSED macros
* patch nan
https://chromium-review.googlesource.com/c/v8/v8/+/3395880
* fix node test
* fix nullptr in FindPdfFrame
* patch perfetto to fix build issue on win-ia32
bc44c3c753
* fix build for linux-x64-testing-no-run-as-node
* fix patch
* skip <webview>.capturePage() test
https://github.com/electron/electron/issues/32705
* test: fix failing tests of focus/blur events of WebContents (#32711 )
* inherit stdio from app module test child processes
this prevents them from timing out due to full stdout buffers
* test to see if we can get better logs on windows ci
* try again for appveyor log things
* skip contentTracing tests on ia32
* ci: disable gpu compositing
* drop applied patch
* fix merge fail
* Revert "ci: disable gpu compositing"
This reverts commit 0344129fcb .
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
Co-authored-by: VerteDinde <khammond@slack-corp.com >
Co-authored-by: VerteDinde <vertedinde@electronjs.org >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
(cherry picked from commit 28ada6ea8b )
* chore: bump chromium to 100.0.4894.0 (main) (#32852 )
* chore: bump chromium in DEPS to 100.0.4880.0
* resolve conflicts
* chore: update patches
* fix patch
* PIP20: add a new DocumentOverlayWindowViews subtype
https://chromium-review.googlesource.com/c/chromium/src/+/3252789
* Clean up PictureInPictureWindowManager::EnterPictureInPicture()
https://chromium-review.googlesource.com/c/chromium/src/+/3424145
* Remove StoragePartitionId.
https://chromium-review.googlesource.com/c/chromium/src/+/2811120
* Remove FLoC code
https://chromium-review.googlesource.com/c/chromium/src/+/3424359
* media: Make AddSupportedKeySystems() Async
https://chromium-review.googlesource.com/c/chromium/src/+/3430502
* [Extensions] Move some l10n file util methods to //extensions/browser
https://chromium-review.googlesource.com/c/chromium/src/+/3408192
* chore: IWYU
* Reland "webhid: Grant permissions for policy-allowed devices"
https://chromium-review.googlesource.com/c/chromium/src/+/3444147
* Migrate base::Value::GetList() to base::Value::GetListDeprecated(): 2/N.
https://chromium-review.googlesource.com/c/chromium/src/+/3435727
https://chromium-review.googlesource.com/c/chromium/src/+/3440910
https://chromium-review.googlesource.com/c/chromium/src/+/3440088
* [text blink period] Cache blink period instead of fetching from defaults
https://chromium-review.googlesource.com/c/chromium/src/+/3419059
* chore: update picture-in-picture.patch
https://chromium-review.googlesource.com/c/chromium/src/+/3252789
* ci: update to Xcode 13.2.1
https://chromium-review.googlesource.com/c/chromium/src/+/3437552
* chore: bump chromium in DEPS to 100.0.4882.1
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4884.0
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4886.0
* chore: update patches
* Refactor DownloadManager to use StoragePartitionConfig
https://chromium-review.googlesource.com/c/chromium/src/+/3222011
* Remove ToWebInputElement() in favor of new WebNode::DynamicTo<> helpers.
https://chromium-review.googlesource.com/c/chromium/src/+/3433852
* refactor: autofill to use the color pipeline
https://bugs.chromium.org/p/chromium/issues/detail?id=1249558
https://bugs.chromium.org/p/chromium/issues/detail?id=1003612
* [ProcessSingleton] Add many more trace events to cover all scenarios
https://chromium-review.googlesource.com/c/chromium/src/+/3429325
* fixup! PIP20: add a new DocumentOverlayWindowViews subtype
* chore: bump chromium in DEPS to 100.0.4888.0
* chore: update patches
* chore: update picture-in-picture.patch
* fixup! refactor: autofill to use the color pipeline
* ci: fixup fix sync
(cherry picked from commit c1e3e395465739bce5ca8e1c5ec1f5bd72b99ebd)
* chore: bump chromium in DEPS to 100.0.4889.0
* chore: update patches
* chore: fix feat_add_data_transfer_to_requestsingleinstancelock.patch
* fixup! PIP20: add a new DocumentOverlayWindowViews subtype
* Remove remaining NativeTheme::GetSystemColor() machinery.
https://chromium-review.googlesource.com/c/chromium/src/+/3421719
* ci: fetch proper esbuild for macos
* ci: fixup fetch proper esbuild for macos
* fix: failing Node.js test on outdated CurrentValueSerializerFormatVersion
* chore: bump chromium in DEPS to 100.0.4892.0
* 3460365: Set V8 fatal error callbacks during Isolate initialization
https://chromium-review.googlesource.com/c/chromium/src/+/3460365
* 3454343: PIP20: use permanent top controls
https://chromium-review.googlesource.com/c/chromium/src/+/3454343
* 3465574: Move most of GTK color mixers to ui/color/.
https://chromium-review.googlesource.com/c/chromium/src/+/3465574
* chore: fixup patch indices
* 3445327: [locales] Remove locales reference
https://chromium-review.googlesource.com/c/chromium/src/+/3445327
* 3456548: [DBB][#7 ] Blue border falls back to all tab if cropped-to zero pixels
https://chromium-review.googlesource.com/c/chromium/src/+/3456548
* 3441196: Convert GuestView's remaining legacy IPC messages to Mojo
https://chromium-review.googlesource.com/c/chromium/src/+/3441196
* 3455491: Don't include run_loop.h in thread_task_runner_handle.h
https://chromium-review.googlesource.com/c/chromium/src/+/3455491
* fixup! 3454343: PIP20: use permanent top controls
* 3442501: Add missing includes of //base/observer_list.h
https://chromium-review.googlesource.com/c/chromium/src/+/3442501
* 3437552: mac: Deploy a new hermetic build of Xcode 13.2.1 13C100
https://chromium-review.googlesource.com/c/chromium/src/+/3437552
* chore: bump chromium in DEPS to 100.0.4894.0
* fixup! 3460365: Set V8 fatal error callbacks during Isolate initialization
* chore: update patches
* 3425231: Use DnsOverHttpsConfig where appropriate
https://chromium-review.googlesource.com/c/chromium/src/+/3425231
* test: disable test-heapsnapshot-near-heap-limit-worker.js
As a result of CLs linked in https://bugs.chromium.org/p/v8/issues/detail?id=12503 ,
heap snapshotting near the heap limit DCHECKS in Node.js specs. This will
likely require a larger refactor in Node.js so i've disabled the test for
now and opened an upstream issue on node-v8 issue
at https://github.com/nodejs/node-v8/issues/218 .
* Port all usage of NativeTheme color IDs to color pipeline
https://bugs.chromium.org/p/chromium/issues/detail?id=1249558
* chore: update patches after rebase
* ci: use gen2 machine for more disk space
* ci: don't try to make root volume writeable
* ci: use older xcode/macos for tests
* fix: html fullscreen transitions stacking
(cherry picked from commit 5e10965cdd7b2a024def5fc568912cefd0f05b44)
* ci: speed up woa testing
(cherry picked from commit 75c33c48b032137794f5734348a9ee3daa60d9de)
(cherry picked from commit e819962340 )
* ci: disable flaky tests on WOA
* ci: run remote tests separately to isolate issue there
* tests: disable node test parallel/test-worker-debug for now
* revert: fix: html fullscreen transitions stacking
* tests: disable flaky test on macOS arm64
* fixup circleci config so build tools can find xcode version
* make sure the workspace is clean before job runs
(cherry picked from commit 75f713c974 )
* tests: disable flaky test on Linux
* ci: debug why windows i32 is crashing
* Revert "ci: debug why windows i32 is crashing"
This reverts commit 4c4bba87ea .
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
(cherry picked from commit 3da598015b )
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
2022-02-28 11:37:30 -08:00
Sudowoodo Release Bot
fe8c831a0c
Bump v18.0.0-alpha.5
v18.0.0-alpha.5
2022-02-28 05:30:50 -08:00
trop[bot]
cc9ba35c51
fix: tray garbage collection ( #33074 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-02-25 14:17:18 +01:00
Sudowoodo Release Bot
56ccfad7a5
Bump v18.0.0-alpha.4
v18.0.0-alpha.4
2022-02-24 11:06:40 -08:00
Sudowoodo Release Bot
47bda9c0e5
Revert "Bump v18.0.0-alpha.4"
...
This reverts commit 339ae4c014 .
2022-02-24 11:04:23 -08:00
Keeley Hammond
4f27c367b1
build: debug getDraftRelease call ( #33073 )
2022-02-24 14:03:56 -05:00
Sudowoodo Release Bot
339ae4c014
Bump v18.0.0-alpha.4
2022-02-24 05:31:27 -08:00
trop[bot]
c1f4b6a4cb
fix: broken OSR transparent option ( #33053 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-02-24 12:09:46 +01:00
trop[bot]
0a908224c2
fix: savePage throw on relative paths ( #33019 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-02-22 16:29:32 +09:00
trop[bot]
34c4889bbb
fix: command string for windows protocol handler ( #33013 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-02-22 16:26:39 +09:00
trop[bot]
8c066c2a35
fix: don't restore maximized BrowserWindow when calling showInactive ( #33022 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2022-02-22 16:25:09 +09:00
trop[bot]
7c9b609389
chore: backport EPROTOTYPE fixes from libuv ( #32944 )
...
* chore: backport EPROTOTYPE fixes from libuv
This commit backports three commits from libuv's 1.x branch to fix
issues with CPU going to 100% on macOS when EPROTOTYPE is returned.
See: abb109f30f
See: 3a7b95593a
See: de24da8c11
* Update .patches
Co-authored-by: Fedor Indutny <fedor@indutny.com >
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-02-22 16:18:18 +09:00
trop[bot]
7ab85558f5
chore: add @electron/wg-security to patches/ CODEOWNERS ( #33007 )
...
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2022-02-21 15:04:51 +01:00
trop[bot]
ca06034fdd
fix: stale renderer process on quit ( #32971 )
...
Co-authored-by: Micha Hanselmann <micha.hanselmann@gmail.com >
2022-02-21 10:53:39 +01:00