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:

Re: [webkit-dev] Error while applying on EWS bots.

2012-05-11 Thread Pravin D
On Fri, May 11, 2012 at 1:42 PM, Daniel Bates wrote: > Hi Pravin, > > svn-apply currently doesn't support SVN 1.7 property diffs. See < > https://bugs.webkit.org/show_bug.cgi?id=80762> for more details. I hope > to take a look at implementing support for these diffs this weekend unless > someone

Re: [webkit-dev] Error while applying on EWS bots.

2012-05-11 Thread Daniel Bates
Hi Pravin, svn-apply currently doesn't support SVN 1.7 property diffs. See for more details. I hope to take a look at implementing support for these diffs this weekend unless someone beats me to it. Dan On May 10, 2012, at 10:56 PM, Pravin D wro

Re: [webkit-dev] Issue regarding Same Origin check with Blobs and XMLHttpRequest

2012-05-11 Thread Vishal Shah
Thanks Darin. I shall contact chromium-...@chromium.org for such issues in future. FYI, I was trying to connect to a relative URL using XMLHttpRequest object. That's why the issue. Adam Barth, helped in resolving the same. Thanks and Regards, Vishal Shah Sokrati Inc. On Thu, May 10, 2012 at 11:0

Re: [webkit-dev] Issue regarding Same Origin check with Blobs and XMLHttpRequest

2012-05-11 Thread Adam Barth
Just to close the loop on this topic, I spoke with Vishal off-list and we figured out the problem. Thanks everyone. Adam On Thu, May 10, 2012 at 1:32 AM, Vishal Shah wrote: > Hello, > > I have implemented a web worker that handles XMLHttpRequest object for my > application > When I create a se