Re: Intent to Implement and Ship: Permissions API

2015-08-22 Thread Jonas Sicking
I'm less psyched about Permissions.request, but looking forward to having .query ship! Does it also work in workers? / Jonas On Sat, Aug 22, 2015 at 5:03 AM, Birunthan Mohanathas birunt...@mohanathas.com wrote: Hi, navigator.permissions.query has been Nightly-only for a few weeks. We are

Re: Intent to Implement and Ship: Permissions API

2015-08-22 Thread Birunthan Mohanathas
On 22 August 2015 at 06:24, Jonas Sicking jo...@sicking.cc wrote: Does it also work in workers? Not yet, that was left for bug 1193373. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

How to avoid mozilla firefox remote debugger to ignore specific files

2015-08-22 Thread Yonggang Luo
I wanna to ignore some files when debugging . -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: How to avoid mozilla firefox remote debugger to ignore specific files

2015-08-22 Thread Andrew Sutherland
On 08/22/2015 10:57 AM, 罗勇刚(Yonggang Luo) wrote: I wanna to ignore some files when debugging . https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Black_box_a_source ___ dev-platform mailing list dev-platform@lists.mozilla.org

Re: Rewriting YouTube's Flash video embedding code to use HTML video?

2015-08-22 Thread Mike Taylor
On 8/21/15 6:31 PM, Hubert Figuière wrote: On 21/08/15 06:17 PM, Chris Peterson wrote: Bug 769117 discusses whether Gecko should detect YouTube's old embedding boilerplate and automatically rewrite it to use the current code. Firefox and Safari extensions [1] [2] already do this, but should