Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update electron: 5.0.2 → 5.0.10 (patch) #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented Sep 14, 2019


Welcome to Depfu 👋

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ electron (5.0.2 → 5.0.10) · Repo

Release Notes

5.0.10

Release Notes for v5.0.10

Fixes

  • Correctly internationalize i18n in GTK-based Linux dialogs. #19801
  • Fixed BrowserWindow's will-resize event returning wrong bounds on macOS. #19705
  • Fixed a bug where you couldn't navigate the menu bar with the keyboard if you used the mouse to focus it. #19763
  • Fixed a crash in window.print(). #19678
  • Fixed bug where inputs would lose focus when opening the menu bar, preventing many menu items (Edit/Copy/Paste/etc.) to be unusable on Windows and Linux. #19707
  • Normalized out-of-bound value behavior for the setOpacity() API in BrowserWindow. #19724
  • Removed the possibility of a preload script being executed twice for the same process in quickly succeeding navigations in the same frame. #19828
  • Uint8Array and Uint16Array can now be sent correctly in Chrome Extension MessagePort instances. #19654

Documentation

  • Documentation changes: #19796

5.0.9

Release Notes for v5.0.9

Fixes

  • Fixed process.uptime() returning the wrong time. #19566
  • Fixed tray.displayBalloon() not working with custom icon on Windows. #19530
  • Fixed an issue where tray.destroy was not working properly on some linux distros. #19619
  • Fixed an issue where windows symbol files were changed in a way that was incompatible with some symbolication tools. #19503
  • Fixed crashes when using the application menu on Linux. #19561
  • Fixed error throwing on invalid webRequest url pattern filtering in onBeforeRequest. #19580
  • Fixed inverted alwaysOnTop status returned when always-on-top-changed was emitted. #19506
  • Fixed setting the backgroundColor property on TouchBarButton to default by assigning null after the item is constructed. #19473
  • Fixed the clearRecentDocuments MenuItem role on Windows. #19640
  • Fixed the callback of beginFrameSubscription passing Buffer instead of NativeImage. #19647
  • Standardized the about panel icon size on Linux. #19581

5.0.8

Release Notes for v5.0.8

Fixes

  • Fixed 'swipe' event emission on macOS. #19353
  • Fixed random flicker that occurred on macOS when performing fullscreen or workspace transitions. #19315
  • Preload scripts for internal <iframe> in <webview> are not longer executed when nodeIntegrationInSubFrames is enabled. #19299

5.0.7

Release Notes for v5.0.7

Features

  • Added requestingUrl and isMainFrame properties to the permission request and permission check handlers details objects so that apps can check the origin of the requesting frame rather than the root frame. #18773

Fixes

  • Fixed <webview> not working in scriptable popups when nativeWindowOpen is enabled. #19206
  • Fixed an issue where the Tray icon context menu on macOS blocked the main process while open. #19036
  • Fixed an issue where the Tray icon would never believe itself to be in dark mode. #19082
  • Fixed bug on macOS where the main window could be targeted for a focus event when it was disabled behind a modal. #19063
  • Fixed crash when creating certain types of windows in the display-* events. #19023
  • Fixed macOS breakpad symbol files to include non-public symbols. #19157
  • Fixed silent printing across platforms. #19038
  • Fixed webview crash on iframe removal. #18976
  • Removed inadvertently included mojom.js files from distribution bundle. #19192
  • Removed inadvertently included resources/inspector from electron.zip on Windows and Linux. #19193

Other Changes

  • Reverted change to focus behavior that broke Character Viewer support on macOS. #19238

5.0.6

Release Notes for v5.0.6

Fixes

    • Fixed issues with popups created from sandboxed <webview>:
  • Clicking link with target="_blank" not emitting 'new-window' event.
  • window.open() not returning null when allowpopups is not set. #18798
  • Backported a patch from node that fixes an http/2 memory leak:. #18883
  • Bump very far --> this is electron bot fixing the release. ff54817
  • Fixed app.getAppPath() returning default-app path when running electron app with no package.json or electron app/index.js. Now the directory containing the executed file is returned. #18894
  • Fixed issue where require('timers').setTimeout would sometimes never fire in the renderer process. #18965
  • systemPreferences.isDarkMode() now correctly detects dark mode on macOS Catalina. #18960

Other Changes

  • Fixed an issue where session.getCacheSize would never call its callback. #18898
  • This is electron bot doing nothing. 4b9ae99, e2e7a82

Unknown

  • Bump very far --> this is electron bot doing nothing. 25e5432

5.0.5

Release Notes for v5.0.5

Fixes

  • Backported fix for https://bugs.chromium.org/p/chromium/issues/detail?id=924843. #18545
  • Fixed Uncaught TypeError: Cannot set property 'innerText' of null in default-app when opening a website. #18819
  • Fixed webContents.print() callback not returning boolean correctly in all cases. #18804
  • Fixed crash in BrowserWindow destructor after win.webContents.destroy(). #18794
  • Fixed issue on macOS Catalina where the tray icon would be highlighted incorrectly and sometimes invisible. #18852

5.0.4

Release Notes for v5.0.4

Fixes

  • Added check for invalid URLs upon setting cookies. #18756
  • Fixed window.opener null after cross-origin navigation. #18614
  • Fixed bug where notifications with same tag wouldn't show more than once when first notification was auto dismissed in Windows 7. #18741
  • Fixed exiting html fullscreen mode for embedded contents. #18781
  • Fixed issue where getEffectiveApperance and getAppLevelAppearance would return unknown instead of the correct value sometimes. #18689
  • Fixed issue where shell.openExternal would not activate opened window on macOS. #18721
  • Spellcheck providers are now (again) called with contractions and their parts. #18548

5.0.3

Release Notes for v5.0.3

Fixes

  • Fixed an issue whereby minimizable and closable weren't respected in customButtonsOnHover mode. #18485
  • Removed incorrectly published internal V8 symbols and CRT methods from node.lib, causing heap corruptions with node modules using the dynamic CRT on Windows. #18620
  • Using webContents.sendInputEvent to send a WebMouseWheelEvent now has the expected effect. #18495

Other Changes

  • Fixed electron.zip size increase regression on Linux (compared to Electron 3) by stripping swiftshader libraries (libEGL.so, libGLESv2.so). #18601
  • Removed Vulkan mock ICD from electron.zip, which is only meant to be used for Chromium development. #18595

Does any of this look wrong? Please let us know.

Sorry, we couldn't find anything useful about this release.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Sep 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants