On Sun, Jun 28, 2015 at 5:14 PM, Nathan Froyd <nfr...@mozilla.com> wrote:

> On Sun, Jun 28, 2015 at 5:23 PM, Mike Hommey <m...@glandium.org> wrote:
> >
> > BTW, wasn't there an effort a few couple years ago, to move content
> > event loop in different threads for different tabs? What happened to
> > that?
> >
>
> If you are referring to bug 715376 (and related), those patches are still
> in my queue, fully rebased.  We only need to decide that it's worth
> spending a significant amount of time addressing the test failures induced
> by those patches (see comment 109 in that bug, for instance) and the
> possible webcompat issues from those patches.
>

​It is awesome to hear that you have those patches rebased. I really hope
we push forward with that.

In addition to the potential benefits listed in that bug, the JS debugger
currently has a lot of issues where suppressing a page's events doesn't
actually suppress everything (Promises, postMessage, XHR, I think a couple
others) and so JS can still run while you are "paused". Being able to use a
debugger/chrome dedicated event queue would nicely solve all these cases in
one swoop.​ See https://bugzilla.mozilla.org/show_bug.cgi?id=1074448 for
more.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to