electron/lib
Shelley Vohr 9ebba76c03
chore: improve existing error preservation in promisify (#16815)
This PR better preserves existing behavior in `deprecate.promisify()` in the cases where the promise fails. Previously, if a callback was only called with `data` instead of `err, data` and the promise was rejected, `data` would be populated with `err`, which could be confusing to users. This makes it such that `err` is called back on promise rejection if a callback is called with `err, data` a la Node.js.
2019-02-07 10:25:20 -08:00
..
browser chore: dont log 100000000 chars of URL (#16800) 2019-02-07 08:50:47 -08:00
common chore: improve existing error preservation in promisify (#16815) 2019-02-07 10:25:20 -08:00
isolated_renderer fix: <webview> not working with contextIsolation + sandbox (#16469) 2019-01-22 10:08:16 +09:00
renderer refactor: use ipcRendererUtils.invokeSync / ipcMainUtils.handleSync (#16759) 2019-02-06 09:53:28 -08:00
sandboxed_renderer fix: execute session preload scripts in sandboxed renderers (#16538) 2019-01-29 10:16:46 +09:00
worker refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
.eslintrc chore: have 'use strict' consistently across our lib files (#14721) 2018-09-23 00:28:50 +12:00