Re: [dev-servo] Android support

2017-03-08 Thread Lars Bergstrom
Thanks for driving this, Fabrice! That sounds like a great outline. From the VR side, indeed what we're basically looking for is full screen app support and WAY better integration with the Android lifecycle model (orientation changes, background/foreground/close, intent handling, etc.). I apologize

Re: [dev-servo] Android support

2017-03-07 Thread Jack Moffitt
> - glutin may not be something we want to keep using. I haven't looked in > details yet but glutin may be too high level an opinionated for us in this > context (eg. can glutin let us display several ServoViews?). > > So my current plan of action is to verify whether glutin is suitable or not > on

Re: [dev-servo] Android support

2017-03-07 Thread Keith Yeung
Have you also looked at https://github.com/paulrouget/servoshell/projects/2 ? I believe that some issues listed there are being addressed, maybe it also addresses the issues arising from supporting use case 3-5. On Tue, Mar 7, 2017 at 3:15 PM, Michael Howell wrote: > Would the Chrome Embedding F

Re: [dev-servo] Android support

2017-03-07 Thread Michael Howell
Would the Chrome Embedding Framework (CEF) work help at all? On Tue, Mar 7, 2017 at 4:11 PM Fabrice Desré wrote: > Hi all, > > I want to start a discussion about Servo's Android support. The current > state is quite basic and doesn't provide what we need to cover several > interesting use case