Intent to implement: Media Source Extensions

2014-05-07 Thread Matthew Gregan
Summary: This specification extends HTMLMediaElement to allow JavaScript to generate media streams for playback. Allowing JavaScript to generate streams facilitates a variety of use cases like adaptive streaming and time shifting live streams. Bug: mediasource (778617)

Re: Intent to implement: Media Source Extensions

2014-05-07 Thread Benjamin Smedberg
On 5/7/2014 2:36 AM, Matthew Gregan wrote: Summary: This specification extends HTMLMediaElement to allow JavaScript to generate media streams for playback. Allowing JavaScript to generate streams facilitates a variety of use cases like adaptive streaming and time

Re: Intent to implement: WebGL 2.0

2014-05-07 Thread Benoit Jacob
2014-05-07 13:41 GMT-04:00 Boris Zbarsky bzbar...@mit.edu: On 5/7/14, 12:34 PM, Ehsan Akhgari wrote: Implementations are free to return a context that implements a higher version, should that be appropriate in the future, but never lower. As pointed out, this fails the explicit opt-in bit.

Re: Intent to implement: WebGL 2.0

2014-05-07 Thread Boris Zbarsky
On 5/7/14, 2:00 PM, Benoit Jacob wrote: The idea is that if getContext(webgl, {version : N}) returns non-null, then the resulting context is guaranteed to be WebGL version N, so that no other versioning mechanism is needed. Sure, but say some code calls getContext(webgl, { version: 1 }) and

Re: Intent to implement: WebGL 2.0

2014-05-07 Thread Benoit Jacob
2014-05-07 14:14 GMT-04:00 Boris Zbarsky bzbar...@mit.edu: On 5/7/14, 2:00 PM, Benoit Jacob wrote: The idea is that if getContext(webgl, {version : N}) returns non-null, then the resulting context is guaranteed to be WebGL version N, so that no other versioning mechanism is needed. Sure,

Re: Intent to implement: WebGL 2.0

2014-05-07 Thread Steve Fink
On Wed 07 May 2014 12:42:07 PM PDT, Benoit Jacob wrote: 2014-05-07 15:09 GMT-04:00 Ehsan Akhgari ehsan.akhg...@gmail.com: We had a meeting about this today, and there is one big issue with my proposal above. Because of the fact that extra dictionary members in the contextOptions arguments