Re: [webkit-dev] spamming the developer console

2012-05-11 Thread Ojan Vafai
Bugs filed. Navigation warnings: https://bugs.webkit.org/show_bug.cgi?id=86263. clientX/clientY: https://bugs.webkit.org/show_bug.cgi?id=86264. Would be good for someone informed on that issue to chime in. On Fri, May 11, 2012 at 3:08 PM, Ojan Vafai wrote: > On Fri, May 11, 2012 at 2:48 PM, Oja

Re: [webkit-dev] spamming the developer console

2012-05-11 Thread Ojan Vafai
On Fri, May 11, 2012 at 2:48 PM, Ojan Vafai wrote: > On Fri, May 11, 2012 at 2:39 PM, Maciej Stachowiak wrote: > >> >> On May 11, 2012, at 2:21 PM, Ojan Vafai wrote: >> >> > The amount of spam we throw in the developer console has grown quite a >> bit. >> > >> > spam == things logged to the con

Re: [webkit-dev] spamming the developer console

2012-05-11 Thread Ojan Vafai
On Fri, May 11, 2012 at 2:39 PM, Maciej Stachowiak wrote: > > On May 11, 2012, at 2:21 PM, Ojan Vafai wrote: > > > The amount of spam we throw in the developer console has grown quite a > bit. > > > > spam == things logged to the console that web developers have no control > over > > > > Unlike

Re: [webkit-dev] spamming the developer console

2012-05-11 Thread Filip Pizlo
I broadly concur, and option (1) feels sensible. Here's my variant of option (1) and (4): display all these warnings by default but allow the user to click on one and select something like "suppress all", which will suppress all warnings of that kind in the current session. Also have a reset w

Re: [webkit-dev] spamming the developer console

2012-05-11 Thread Maciej Stachowiak
On May 11, 2012, at 2:21 PM, Ojan Vafai wrote: > The amount of spam we throw in the developer console has grown quite a bit. > > spam == things logged to the console that web developers have no control over > > Unlike uncaught javascript exceptions (which can easily just be caught), > there i

Re: [webkit-dev] spamming the developer console

2012-05-11 Thread Adam Barth
On Fri, May 11, 2012 at 2:29 PM, Ojan Vafai wrote: > On Fri, May 11, 2012 at 2:25 PM, Adam Barth wrote: >> >> On Fri, May 11, 2012 at 2:21 PM, Ojan Vafai wrote: >> > The amount of spam we throw in the developer console has grown quite a >> > bit. >> > >> > spam == things logged to the console th

Re: [webkit-dev] spamming the developer console

2012-05-11 Thread Ojan Vafai
On Fri, May 11, 2012 at 2:25 PM, Adam Barth wrote: > On Fri, May 11, 2012 at 2:21 PM, Ojan Vafai wrote: > > The amount of spam we throw in the developer console has grown quite a > bit. > > > > spam == things logged to the console that web developers have no control > > over > > > > Unlike uncau

Re: [webkit-dev] spamming the developer console

2012-05-11 Thread Ryosuke Niwa
On Fri, May 11, 2012 at 2:21 PM, Ojan Vafai wrote: > The amount of spam we throw in the developer console has grown quite a bit. > > spam == things logged to the console that web developers have no control > over > > Unlike uncaught javascript exceptions (which can easily just be caught), > there

Re: [webkit-dev] spamming the developer console

2012-05-11 Thread Adam Barth
On Fri, May 11, 2012 at 2:21 PM, Ojan Vafai wrote: > The amount of spam we throw in the developer console has grown quite a bit. > > spam == things logged to the console that web developers have no control > over > > Unlike uncaught javascript exceptions (which can easily just be caught), > there

[webkit-dev] spamming the developer console

2012-05-11 Thread Ojan Vafai
The amount of spam we throw in the developer console has grown quite a bit. spam == things logged to the console that web developers have no control over Unlike uncaught javascript exceptions (which can easily just be caught), there is no way to prevent the following from cluttering your console: