* 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 |
||
|---|---|---|
| .. | ||
| api | ||
| chrome-extension.js | ||
| desktop-capturer.js | ||
| guest-view-manager.js | ||
| guest-window-manager.js | ||
| init.js | ||
| ipc-main-internal.js | ||
| objects-registry.js | ||
| rpc-server.js | ||