Re: Pass more than one permissions to prompt dialog.

2013-09-04 Thread Robert O'Callahan
On Wed, Sep 4, 2013 at 11:34 PM, wrote: > I'm working on bug 853356 which requires to pass new permissions > 'audio-capture' and 'video-capture' together to permission prompt dialog > via getUserMedia. > > My current implementation is to replaced the string 'type' [1] with a > string array 'types

Re: Pass more than one permissions to prompt dialog.

2013-09-04 Thread Alfredo Yang
cc :dougt and :roc. - Original Message - From: ay...@mozilla.com To: dev-platform@lists.mozilla.org Sent: Wednesday, September 4, 2013 7:34:51 PM Subject: Pass more than one permissions to prompt dialog. Hi, I'm working on bug 853356 which requires to pass new permissions 'aud

Pass more than one permissions to prompt dialog.

2013-09-04 Thread ayang
Hi, I'm working on bug 853356 which requires to pass new permissions 'audio-capture' and 'video-capture' together to permission prompt dialog via getUserMedia. My current implementation is to replaced the string 'type' [1] with a string array 'types'. interface nsIContentPermissionRequest : n