electron/lib/common
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
..
api chore: improve existing error preservation in promisify (#16815) 2019-02-07 10:25:20 -08:00
asar.js fix: support async child process methods without callback in asar (#15927) 2018-12-18 16:27:39 +09:00
asar_init.js feat: Upgrade to Chromium 71.0.3578.98 (#15966) 2019-01-11 17:00:43 -08:00
atom-binding-setup.js chore: have 'use strict' consistently across our lib files (#14721) 2018-09-23 00:28:50 +12:00
buffer-utils.js chore: have 'use strict' consistently across our lib files (#14721) 2018-09-23 00:28:50 +12:00
crash-reporter.js refactor: crashReporterInit (#16729) 2019-02-05 12:56:44 -08:00
error-utils.js refactor: use error-utils for remote exception serialization / deserialization (#14788) 2018-09-26 15:44:55 +10:00
init.js refactor: simplify process object initialization for sandboxed renderers (#14878) 2018-09-30 23:24:00 +02:00
parse-features-string.js fix: make feature strings more robust to whitespace (#15602) 2018-11-06 15:52:06 -08:00
reset-search-paths.js chore: have 'use strict' consistently across our lib files (#14721) 2018-09-23 00:28:50 +12:00
web-view-methods.js Add devtools API to inspect shared worker. (#16615) 2019-02-01 10:44:24 -08:00