Release Notes for v0.29.2
Changelog:
- Pressing
backspace
won't trigger a navigation back anymore. - The
node-integration
option of the window opened bywindow.open
now inherits opener window's option by default. - Fix reversed
PageUp
andPageDown
accelerators. - Fix
name
not working inwindow.open
. - Fix wrong time zone in pepper plugins.
- Fix calling
window.moveTo
andwindow.resizeTo
causing exceptions in the main process. - Check whether object is alive before calling its methods.
Windows
- Fix
fullscreen
flag ofBrowserWindow
not working. - Fix
-webkit
cursors not working.
Linux
- Fix HTTPS websites not loading.