mozilla / positron

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

remove <webview> display hack once Gecko supports :host pseudo-class #62

Open mykmelez opened 8 years ago

mykmelez commented 8 years ago

In 64e55b9 (part of #60), WebViewImpl twiddles the display property of the <webview> node directly, since Gecko doesn't yet support the :host pseudo-class, per bug 992245. Once Gecko supports that pseudo-class, however, we should remove the hack.