Re: Runnable labeling for Quantum DOM

2016-12-02 Thread Ehsan Akhgari
On 2016-12-01 11:21 PM, Boris Zbarsky wrote: > On 12/1/16 10:40 PM, Bill McCloskey wrote: >> As part of the Quantum DOM project, we're going to be "labeling" all >> runnables in the browser to say which document they're operating on. > > Is the intent basically to get rid of

Re: Runnable labeling for Quantum DOM

2016-12-02 Thread Ehsan Akhgari
On 2016-12-02 12:42 PM, Tom Tromey wrote: >> "Bill" == Bill McCloskey writes: > > Bill> As part of the Quantum DOM project, we're going to be "labeling" all > Bill> runnables in the browser to say which document they're operating on. > > I wonder whether this can be

Re: Runnable labeling for Quantum DOM

2016-12-02 Thread Tom Tromey
> "Bill" == Bill McCloskey writes: Bill> As part of the Quantum DOM project, we're going to be "labeling" all Bill> runnables in the browser to say which document they're operating on. I wonder whether this can be used to fix the various "run to completion" bugs

Re: Runnable labeling for Quantum DOM

2016-12-02 Thread Johnny Stenback
Excellent, thank you! - jst On Fri, Dec 2, 2016 at 7:28 AM, Andrew McCreight wrote: > On Thu, Dec 1, 2016 at 8:21 PM, Boris Zbarsky wrote: > > > If you want to get started before that, please make sure to > >> file a bug on what you're doing before

Re: Runnable labeling for Quantum DOM

2016-12-02 Thread Andrew McCreight
On Thu, Dec 1, 2016 at 8:21 PM, Boris Zbarsky wrote: > If you want to get started before that, please make sure to >> file a bug on what you're doing before you start. That should avoid >> duplicating work. >> > > Is there an overall tracking bug people could check to see which

Re: Runnable labeling for Quantum DOM

2016-12-01 Thread Johnny Stenback
Double indeed! Very cool to see this happening! On a logistical note, do we have a meta bug that could track all the bugs about labeling etc, so that we can hang individual bugs off of that one to help avoid multiple bugs being filed and worked on for the same thing? Thanks! - jst On Thu, Dec

Re: Runnable labeling for Quantum DOM

2016-12-01 Thread Kyle Huey
On Thu, Dec 1, 2016 at 8:21 PM, Boris Zbarsky wrote: > P.S. This is awesome. ;) Indeed. So glad this is finally happening. - Kyle ___ dev-platform mailing list dev-platform@lists.mozilla.org

Re: Runnable labeling for Quantum DOM

2016-12-01 Thread Boris Zbarsky
On 12/1/16 10:40 PM, Bill McCloskey wrote: As part of the Quantum DOM project, we're going to be "labeling" all runnables in the browser to say which document they're operating on. Is the intent basically to get rid of NS_DispatchToMain/CurrentThread, or at least get their usage down to a

Runnable labeling for Quantum DOM

2016-12-01 Thread Bill McCloskey
Hi everyone, As part of the Quantum DOM project, we're going to be "labeling" all runnables in the browser to say which document they're operating on. Labeling will allow us to prioritize some documents over other documents as well as running different documents concurrently. An API for labeling