[deps] Platform: Update electron to v34 #12977
Open
+8
−8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
33.3.1
->34.0.0
Release Notes
electron/electron (electron)
v34.0.0
: electron v34.0.0Compare Source
Release Notes for v34.0.0
Stack Upgrades
132.0.6834.83
20.18.1
13.2
Breaking Changes
Features
Additions
session.getSharedDictionaryUsageInfo()
,session.getSharedDictionaryInfo(options)
,session.clearSharedDictionaryCache()
, andsession.clearSharedDictionaryCacheForIsolationKey(options)
. #44950 (Also in 33)WebFrameMain.collectJavaScriptCallStack()
for accessing the JavaScript call stack of unresponsive renderers. #44938 (Also in 33)WebFrameMain.detached
for frames in an unloading state.WebFrameMain.isDestroyed()
to determine if a frame has been destroyed.webFrameMain.fromId(processId, frameId)
returning aWebFrameMain
instance which doesn't match the given parameters when the frame is unloading. #43473 (Also in 33)desktopCapturer
andsetDisplayMediaRequestHandler
. #43581 (Also in 32, 33)Improvements
Fixes
Also in earlier versions...
MenuItem.click
handler not settingfocusedWindow
parameter when focused window is aBaseWindow
. #43404 (Also in 31, 32, 33)chrome.i18n
extension API being unavailable in service workers. #45036 (Also in 31, 32, 33)trace-startup
not working on macOS. #44275 (Also in 32, 33)enable_plugins
build flag is false. #44003 (Also in 33)shell.readShortcutLink
on Windows. #44804 (Also in 33)focus
on aWebView
'swebContents
. #43921 (Also in 31, 32, 33)setWindowOpenHandler
. #43775 (Also in 31, 32, 33)BaseWindow.setTouchBar
didn't work as expected. #43353 (Also in 30, 31, 32, 33)EventSource
wasundefined
in both renderer and worker processes when Node.js integration was enabled. #44495 (Also in 32, 33)WebContentsView
s did not show correctly in some circumstances on macOS after being added as child views. #43638 (Also in 31, 32, 33)WebContentsView
s were being improperly removed. #44670 (Also in 31, 32, 33)defaultPath
did not work for all users on Linux when creating an open file dialog. #43570 (Also in 30, 31, 32, 33)resize
wasn't being emitted for single-pixel resizes on Windows. #44722 (Also in 32, 33)utilityProcess
pid would not beundefined
after exit. #44695 (Also in 32, 33)exit
event could be emitted twice from theutilityProcess
. #44265 (Also in 31, 32, 33)context-menu
event was not emitted when using-webkit-app-region: drag
. #44799 (Also in 32, 33)resize
events being emitted on Windows when the window was moved but not resized. #43431 (Also in 32, 33)context-menu
event. #44952 (Also in 32, 33)getDisplayMedia
from multiple iframes. #43905 (Also in 33)webContents.canGoToOffset
. #45008 (Also in 32, 33)libgdk_pixbuf
. #44438 (Also in 32, 33)Content-Disposition
header parsing. #43611 (Also in 30, 31, 32, 33)Other Changes
3823947
. #45023sender-id
hint is set when creating desktop notifications on DBus. #43928 (Also in 31, 32, 33)Documentation
Notices
End of Support for 31.x.y
Electron 31.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.