Re: Replacing PR_LOG levels

2015-05-23 Thread Eric Rescorla
On Fri, May 22, 2015 at 3:36 PM, Eric Rahm wrote: > > > The above will also be surprising since it will work "differently" than > > other modules, making the same sorts of debugs appear at different > > levels. This would be expecially confusing to people not frequently > > working in the module

Re: Replacing PR_LOG levels

2015-05-23 Thread Eric Rahm
On Friday, May 22, 2015 at 12:06:05 PM UTC-7, David Rajchenbach-Teller wrote: > On 22/05/15 04:06, Eric Rahm wrote: > > After a rather thorough examination of usages of each I have come up with a > > set that I believe would fit our needs: > > > > enum class LogLevel { > > Disabled = 0, // Logg

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

2015-05-23 Thread Jesper Kristensen
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 I think there could be many better ways of doi