mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #812] [CLOSED] Upgrade to use Electron 16 #1308
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/812
Author: @Sieluna
Created: 9/23/2023
Status: ❌ Closed
Base:
main← Head:upgrade📝 Commits (5)
bfe818cUpgrade to use Electron 1628aada6Normalize code style using TSLint and restructure project01a5e4cFix JS module path error20d21daImprove format of the C# codea57989dAdd Missing member in Display and Screen📊 Changes
225 files changed (+11641 additions, -16062 deletions)
View changed files
📝
src/ElectronNET.API/App.cs(+1321 -1325)📝
src/ElectronNET.API/AutoUpdater.cs(+451 -452)📝
src/ElectronNET.API/BridgeConnector.cs(+18 -19)📝
src/ElectronNET.API/BridgeSettings.cs(+19 -20)📝
src/ElectronNET.API/BrowserView.cs(+73 -74)📝
src/ElectronNET.API/Clipboard.cs(+209 -213)📝
src/ElectronNET.API/CommandLine.cs(+84 -88)📝
src/ElectronNET.API/Cookies.cs(+112 -113)📝
src/ElectronNET.API/Dialog.cs(+181 -185)📝
src/ElectronNET.API/Dock.cs(+174 -180)📝
src/ElectronNET.API/Electron.cs(+88 -89)📝
src/ElectronNET.API/Entities/AboutPanelOptions.cs(+44 -45)📝
src/ElectronNET.API/Entities/AddRepresentationOptions.cs(+24 -25)📝
src/ElectronNET.API/Entities/AppDetailsOptions.cs(+24 -25)📝
src/ElectronNET.API/Entities/AutoResizeOptions.cs(+29 -30)📝
src/ElectronNET.API/Entities/BitmapOptions.cs(+9 -10)📝
src/ElectronNET.API/Entities/Blob.cs(+12 -13)📝
src/ElectronNET.API/Entities/BlockMapDataHolder.cs(+24 -25)📝
src/ElectronNET.API/Entities/BrowserViewConstructorOptions.cs(+19 -20)📝
src/ElectronNET.API/Entities/BrowserWindowOptions.cs(+267 -268)...and 80 more files
📄 Description
Update electron up to date and implement some missing modules.
Session
Process
CrashReporter
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.