electron v0.36.1
Changelog:
- Add
session.webRequest
API. - Add
A5
towebContents.printToPDF
'spageSize
. crashReporter.start
now requires passingsubmitURL
andcompanyName
.- Make
window.opener
aBrowserWindowProxy
. - Don't pump message loop when sending synchronous message in renderer process.
- Fix crash in V8 when doing garbage collection.
- Fix crash when garbage collecting
Buffer
s. - Fix crash when passing empty path to
app.addRecentDocument
. - Fix crash when changing page's location while using service worker.
- Fix
x
andy
options not working inBrowserWindow.capturePage
.
OS X
- Remove usages of private
xpc_
APIs in MAS build. - Fix
shell.openExternal
not able to open URLs with unescaped characters.