electron/lib/browser
Cheng Zhao cb9be091aa refactor: remove potential double free when managing WebContents (#15280)
* refactor: remove -new-contents-created event

Chromium expects us to take ownership of WebContents in AddNewContents,
we should not create V8 wrapper in WebContentsCreated, otherwise we
would have WebContents being managed by 2 unique_ptr at the same time.

* refactor: make CreateAndTake take unique_ptr
2018-10-22 13:02:25 -05:00
..
api refactor: remove potential double free when managing WebContents (#15280) 2018-10-22 13:02:25 -05:00
chrome-extension.js fix: loading of devtools extensions on startup (#13844) 2018-10-19 11:22:42 +11:00
desktop-capturer.js refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
guest-view-manager.js refactor: remove potential double free when managing WebContents (#15280) 2018-10-22 13:02:25 -05:00
guest-window-manager.js feat: add webPreferences.enableRemoteModule option (#13028) 2018-10-13 20:50:07 +03:00
init.js fix: trim app name and productName (#15269) 2018-10-19 23:57:55 +11:00
ipc-main-internal.js refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
objects-registry.js refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
rpc-server.js feat: add remote.require() / remote.getGlobal() filtering (#15014) 2018-10-18 14:36:45 +11:00