Re: Intent to implement and ship: document.execCommand(cut/copy)

2015-05-25 Thread Ehsan Akhgari
On 2015-05-23 5:02 AM, Jesper Kristensen wrote: Very nice, I am looking very much forward to using this. It would be nice of you could also support paste. I agree that it is more sensitive, so maybe you could go with a user prompt in that case? The prompts as implemented in IE are horrible, but

Re: gecko.readthedocs.org

2015-05-25 Thread Nicholas Alexander
Hi Philip, On Fri, May 22, 2015 at 10:08 PM, Philip Chee philip.c...@gmail.com wrote: https://gecko.readthedocs.org/en/latest/mobile/android/base/fennec/adjust.html I am the author of this particular page. I had a very confusing time the first time I tried to use readthedocs. Clicking

Re: PSA: Generate Linux64 gcov C++ code coverage data on try

2015-05-25 Thread Ehsan Akhgari
On 2015-05-22 1:28 AM, Joshua Cranmer  wrote: 3. OS X builds use clang, which should interoperate with gcc's method, but it does cause either a link error (in opt) or a runtime loader issue (in debug). I think a newer version of clang would fix the issues, but I've been unable to figure out how

Re: Win64 builds tests coming soon!

2015-05-25 Thread kc . qubit
On Saturday, March 7, 2015 at 2:58:45 AM UTC-8, verti...@gmail.com wrote: It's now in Dev Edition/Aurora (38) https://www.mozilla.org/en-US/firefox/38.0a2/auroranotes/ It's now also available in Beta, so Yay! Can't be far off now. Maybe a couple more release cycles.

Re: AdBlock Plus as a ServiceWorker?

2015-05-25 Thread Ehsan Akhgari
On 2015-05-21 10:47 AM, David Rajchenbach-Teller wrote: I'm willing to admit that ServiceWorker was something of a wild idea. But yes, the original idea was to let a thread perform all interceptions. It was my hope that we could extend ServiceWorker to have one shared KindOfServiceWorker per

Re: Intent to implement and ship: document.execCommand(cut/copy)

2015-05-25 Thread Karl Tomlinson
On 2015-05-23 5:02 AM, Jesper Kristensen wrote: It would be nice of you could also support paste. Ehsan Akhgari writes: Handling paste is a difficult topic, and I definitely don't have a good answer yet. Prompting for paste has two issues: 2. The synchronous nature of the execCommand API