mozilla / positron

a experimental, Electron-compatible runtime on top of Gecko
Other
562 stars 64 forks source link

figure out if/when to set WebViewImpl.attached/elementAttached #85

Open mykmelez opened 8 years ago

mykmelez commented 8 years ago

At the moment, nothing sets WebViewImpl.attached/elementAttached, although presumably both of those get set at some point in the Electron initialization process for a <webview> element. We should figure out when to set those two properties and set them!