[dev-servo] Fwd: [JS-internals] JSContext refactoring

2016-06-17 Thread Till Schneidereit
This will affect us, too. In good ways, but we'll still have to do some work to support it. -- Forwarded message -- From: Jan de Mooij Date: Fri, Jun 17, 2016 at 10:45 AM Subject: [JS-internals] JSContext refactoring To: JS Internals list , dev-tech-js-eng...@lists.mozilla.org, Eh

[dev-servo] How to efficiently react to an element changing visibility status from DOM code?

2016-06-17 Thread Josh Matthews
While listening to the Gecko platform talk about shutting down video decoders for offscreen elements, I wondered about how we could do the same in Servo. We obviously don't support decoding video yet, but what would be an efficient way of doing that in the future? Cheers, Josh