Re: [dev-servo] Pre-alpha of libservo available

2017-09-20 Thread Till Schneidereit
On Wed, Sep 20, 2017 at 11:36 PM, Nicholas Nethercote < n.netherc...@gmail.com> wrote: > What is the backwards compatibility story? Are the APIs stable? > > I ask because, as I understand it, API instability has always been the > problem with embedding Firefox. > I agree that backwards

[dev-servo] Pre-alpha of libservo available

2017-09-20 Thread Till Schneidereit
Hello friends of Servo! We're happy to announce the availability of a pre-alpha version of libservo, a Rust embedding API for Servo. You can find documentation for the API and a tutorial for using it at the following locations: https://doc.servo.org/servo/struct.Servo.html

Re: [dev-servo] Zhitin Zhu's intern presentation on Magic DOM

2017-07-26 Thread Till Schneidereit
On Wed, Jul 26, 2017 at 11:03 AM, Peter Hall wrote: > Is it still possible to watch these somewhere? > They'll be live-streamed on air.mozilla.org at the mentioned time, and then be available as recordings a short while after that, also on air.mozilla.org .

Re: [dev-servo] Embedding Servo - features of interests

2017-04-12 Thread Till Schneidereit
On Wed, Apr 12, 2017 at 2:56 PM, Boris Zbarsky wrote: > On 4/12/17 2:32 AM, Paul Rouget wrote: > >> - Prerendering: we will want to prerender documents. A special kind of >> pipeline with black-listed functionalities. >> > > I suspect that at least for a web browser this is a

[dev-servo] Fwd: Progressive Web Metrics (PWM) in Gecko

2016-09-26 Thread Till Schneidereit
Forwarding to dev-servo; seems like adding these metrics might be interesting to have useful comparisons between servo and other engines. -- Forwarded message -- From: Dominik Strohmeier Date: Mon, Sep 26, 2016 at 3:46 PM Subject: Progressive Web Metrics

Re: [dev-servo] What should be the unit of debugging in Servo?

2016-09-06 Thread Till Schneidereit
On Tue, Sep 6, 2016 at 4:35 AM, Boris Zbarsky <bzbar...@mit.edu> wrote: > On 9/5/16 8:17 AM, Till Schneidereit wrote: > >> I don't think it makes too much sense to be able to pause completely >> independent browsing contexts that can't possibly int

Re: [dev-servo] Questions about constellation, sandboxing and multiprocess

2016-08-03 Thread Till Schneidereit
e can expand > this once it's more clear how we should allocate pipelines to > processes. > > jack. > > On Wed, Aug 3, 2016 at 2:53 AM, Till Schneidereit > <t...@tillschneidereit.net> wrote: > > I wonder to which extent this matters. I'm not aware of a

Re: [dev-servo] Proposed work for upcoming sharing of Servo components with Firefox

2016-06-22 Thread Till Schneidereit
On Wed, Jun 22, 2016 at 5:17 PM, Manish Goregaokar wrote: > On Wed, Jun 22, 2016 at 7:38 PM, Boris Zbarsky wrote: > > > As a matter of dealing with test breakage and how it's resolved, do you > > also prefer doing a bunch of commits and only then running

Re: [dev-servo] Rooting APIs and idiomatic Rust

2015-09-23 Thread Till Schneidereit
CC-ing some SpiderMonkey GC people. Terrence, I know that you did some Rust stuff recently, so maybe you have the required bits of information to comment on this? On Wed, Sep 23, 2015 at 7:15 PM, Josh Matthews wrote: > I have a branch of rust-mozjs where I attempted to