electron/atom
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
..
app refactor: eliminate brightray::ContentClient (#15303) 2018-10-22 19:04:23 +02:00
browser refactor: remove potential double free when managing WebContents (#15280) 2018-10-22 13:02:25 -05:00
common refactor: move media/net from brightray to atom (#15288) 2018-10-19 14:51:43 -04:00
node also format missing .cc files 2018-04-18 20:48:45 -04:00
renderer feat: Spellchecker Async Implementation (#14032) 2018-10-18 11:11:53 -05:00
utility refactor: move printing out of chromium_src (#15023) 2018-10-13 12:57:04 +11:00