electron/lib/browser
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
..
api fix: print warning after DOM is created 2018-10-17 10:42:02 +09:00
chrome-extension.js fix: loading of devtools extensions on startup (backport: 3-0-x) (#15264) 2018-10-18 19:13:01 -07:00
desktop-capturer.js Add a display_id parameter to the desktopCapturer API. (#12417) 2018-04-09 14:43:35 +09:00
guest-view-manager.js fix: manually manage WebContents of webview when it is detached 2018-09-07 15:42:58 +09:00
guest-window-manager.js fix: inheritance of webPreferences sub properties 2018-08-22 12:19:11 -05:00
init.js Add "enable_desktop_capturer" build flag (#13133) 2018-06-13 11:15:34 -05:00
objects-registry.js fix: use render client id to track deleted render process hosts (backport: 3-0-x) (#14557) 2018-09-11 19:56:20 -07:00
rpc-server.js Don't pass preloadPath via ELECTRON_BROWSER_SANDBOX_LOAD for security reasons (#13031) (#14026) 2018-08-11 12:53:33 -05:00