electron/lib
trop[bot] 906436f31b fix: loading of devtools extensions on startup (backport: 3-0-x) (#15264)
* Fix loading of devtools extensions on startup

The persisted DevTools Extensions were not being loaded correctly at startup. The `addDevToolsExtension` function was not defined when it was being called. An error was being thrown and ignored, so the whole thing would fail silently. I moved the code to load the extensions to the end of the event handler, so now it works.

* fixup: remove trailing spaces to unblock CI

* fixup: add logging when the Electron Enable Logging env var is set

* Fix linter error on undefined srcDirectory

* fixup: catch exception when loading extension

* Revert "fixup: catch exception when loading extension"

This reverts commit 42c2cf95bcaab8abfc5fbecbe4365d3adfe36d5b.
2018-10-18 19:13:01 -07:00
..
browser fix: loading of devtools extensions on startup (backport: 3-0-x) (#15264) 2018-10-18 19:13:01 -07:00
common fix: support ASAR in fs.copyFile (#14953) 2018-10-04 09:23:19 +10:00
isolated_renderer fix: ipcRemote.sendSync regression after moving away from JSON for return values (#13997) 2018-08-09 09:24:10 -05:00
renderer add width to webview iframe (#15204) 2018-10-17 11:54:43 +09:00
sandboxed_renderer fix: don't expose desktopCapturer in sandboxed renderers if the feature is disabled (#14345) 2018-08-28 19:51:07 -05:00
worker Correctly initialize Node environment in worker 2017-03-20 12:52:45 -07:00