Re: Embedding Firefox or Gecko in 2017

2017-07-10 Thread Myk Melez
cnico7 2017 July 6 at 12:47 I had the idea of using firefox with marionette protocol in order to interact with the engine and to use a custom plugin in order to hide all the design (menus, tab bars,...). This idea has many drawbacks : it is slow at launching

Re: Embedding Firefox or Gecko in 2017

2017-07-07 Thread Henri Sivonen
Positron isn't real Win32 embedding, though, right? That is, Positron runs the whole app instead of a view inside an otherwise Win32 app. To put a Gecko view inside a larger Win32 app, resurrecting EmbedLite might the more appropriate way to go. The actively-maintained user of EmbedLite code is th

Re: Embedding Firefox or Gecko in 2017

2017-07-06 Thread Ralph Giles
You're right that this isn't currently easy to do. A more recent project, now also abandoned, was https://github.com/mozilla/positron You might see if that's a place to start. -r On Thu, Jul 6, 2017 at 12:47 PM, cnico7 wrote: > Hi, > > I would like to embed gecko or firefox in a native window