electron/lib
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
..
browser refactor: remove potential double free when managing WebContents (#15280) 2018-10-22 13:02:25 -05:00
common fix: small refactoring regressions (#15206) 2018-10-17 12:18:18 -07:00
isolated_renderer refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
renderer add width to webview iframe (#15195) 2018-10-17 09:33:31 +09:00
sandboxed_renderer feat: add webPreferences.enableRemoteModule option (#13028) 2018-10-13 20:50:07 +03: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