Re: Intent to implement HTMLMediaElement.srcObject partially

2015-07-19 Thread Jonas Sicking
On Sun, Jul 19, 2015 at 2:45 PM, Robert O'Callahan wrote: > On Thu, Jul 16, 2015 at 5:09 PM, Jonas Sicking wrote: >> >> On Wed, Jul 15, 2015 at 12:42 PM, Jan-Ivar Bruaroey >> wrote: >> > This means it will throw TypeError on set of: MediaSource objects, Blob >> > objects, and File objects, for n

Re: Hash table iterators, and a call for help

2015-07-19 Thread Nicholas Nethercote
On Sun, Jul 19, 2015 at 8:39 PM, Ting-Yu Lin wrote: > It might be worth to mention the PLDHashTable::Iterator in the hashtable > guides. > > https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Guide/Hashtables > https://developer.mozilla.org/en-US/docs/Detailed_XPCOM_hashtable_guide Thank

Re: Hash table iterators, and a call for help

2015-07-19 Thread Ting-Yu Lin
It might be worth to mention the PLDHashTable::Iterator in the hashtable guides. https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Guide/Hashtables https://developer.mozilla.org/en-US/docs/Detailed_XPCOM_hashtable_guide TYLin On Mon, Jul 13, 2015 at 1:36 PM, Nicholas Nethercote wrote:

Re: GTK3 linux builds

2015-07-19 Thread Robert O'Callahan
Jeff, does Flash with with GTK3 builds? Rob -- lbir ye,ea yer.tnietoehr rdn rdsme,anea lurpr edna e hnysnenh hhe uresyf toD selthor stor edna siewaoeodm or v sstvr esBa kbvted,t rdsme,aoreseoouoto o l euetiuruewFa kbn e hnystoivateweh uresyf tulsa rehr rdm or rnea lurpr .a war hsrer hol

Re: Intent to implement HTMLMediaElement.srcObject partially

2015-07-19 Thread Robert O'Callahan
On Thu, Jul 16, 2015 at 5:09 PM, Jonas Sicking wrote: > On Wed, Jul 15, 2015 at 12:42 PM, Jan-Ivar Bruaroey > wrote: > > This means it will throw TypeError on set of: MediaSource objects, Blob > > objects, and File objects, for now. > > For what it's worth, I think implementing Blob/File support

Re: Intent to implement HTMLMediaElement.srcObject partially

2015-07-19 Thread Karl Tomlinson
> AFAIK there is no webkitSrcObject, and Chrome/Opera use: > > video.src = URL.createObjectURL(stream); > > which works, but as I understand it leaves blobs around to be > garbage collected. In Gecko, object URLs from MediaStreams are currently not auto-revoked, so the MediaStream will not be

Re: Intent to implement HTMLMediaElement.srcObject partially

2015-07-19 Thread Jan-Ivar Bruaroey
On 7/15/15 11:50 PM, Boris Zbarsky wrote: On 7/15/15 3:42 PM, Jan-Ivar Bruaroey wrote: This means it will support get/set of: MediaStream objects. This means it will throw TypeError on set of: MediaSource objects, Blob objects, and File objects, for now. Jan-Ivar, Do you happen to know wheth

Re: Can anyone tell me how to use javascript debugger hook in firefox extension(addons-sdk) please.....

2015-07-19 Thread Dnyaneshwar Patil
ThankYou:-) ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Can anyone tell me how to use javascript debugger hook in firefox extension(addons-sdk) please.....

2015-07-19 Thread Dnyaneshwar Patil
On Sunday, July 19, 2015 at 5:29:56 PM UTC+5:45, Dnyaneshwar Patil wrote: > can you provide addons-sdk code for the same, because I am new for this and > wants to learn this. Thanks in advance. Thankyou ___ dev-platform mailing list dev-platform@lists.

Re: Can anyone tell me how to use javascript debugger hook in firefox extension(addons-sdk) please.....

2015-07-19 Thread Mike Hoye
On 2015-07-19 7:44 AM, Dnyaneshwar Patil wrote: can you provide addons-sdk code for the same, because I am new for this and wants to learn this. Hello, Dnyaneshwar - The best place to ask questions like this is at: https://ask.mozilla.org/questions/ You might find your answer there already,

v31 infinite loop on Mac

2015-07-19 Thread answerwinner
I am using SpiderMonkey mozjs-31.2.0 to work with Unity3D (Unity3D.com). SpiderMonkey is initialized when Unity3D editor enters Play mode, and is shutted down when the editor exits editor mode. Inifinite loop happens during SECOND initialization of SpiderMonkey when trying to JS_CompileScript

Can anyone tell me how to create firefox extension using code on this link: http://kailaspatil.blogspot.in/2010/12/firefox-extension.html please.....

2015-07-19 Thread Dnyaneshwar Patil
please tell me if you know about this. eagerly waiting for reply... Thanks in advance. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Can anyone tell me how to use javascript debugger hook in firefox extension(addons-sdk) please.....

2015-07-19 Thread Dnyaneshwar Patil
can you provide addons-sdk code for the same, because I am new for this and wants to learn this. Thanks in advance. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform