[dev-servo] Mozilla community survey

2019-05-02 Thread Josh Bowman-Matthews
Hi Servo contributors! In 2017, Mozilla ran its first comprehensive quantitative and qualitative look at the contributor communities we foster in order to help us understand the breadth and depth of our contributors and how we could provide a better experience. We are running a similar analysi

Re: [dev-servo] C# wrapper feasibility - question

2019-05-02 Thread tdjastrzebski
Thank you for your answer and clarification. Websockets and Java communication is exactly what I would like to avoid. I encourage you to look into the case I and perhaps others previously described. Maybe that would not that too difficult. Needed objects/routines must exist internally since they ar

Re: [dev-servo] C# wrapper feasibility - question

2019-05-02 Thread Paul Rouget
What you can do today, with C# (or any language that can load a C library) is to render a page in a GL buffer, and get few events about what's going on in the page (new title, page navigation, resize, etc. See: https://github.com/servo/servo/blob/master/components/embedder_traits/lib.rs#L114). It