Re: [webkit-dev] _blank hrefs and new windows

2008-04-17 Thread Srinivas Rao M Hamse
Hi David, Updated https://bugs.webkit.org/show_bug.cgi?id=16562 buglog with my observations as comments. regards, Srinivas Rao. M On Wed, Apr 16, 2008 at 8:29 PM, David Kilzer [EMAIL PROTECTED] wrote: is there a way to get this patch working on the latest builds ? Please add these

Re: [webkit-dev] _blank hrefs and new windows

2008-04-16 Thread Srinivas Rao M Hamse
Hi David, Have you tried applying the patch to see if it fixes the issue on your local tree? First of all the patch file was not compatible with the latest nightlies(r31848). Hence i manually applied the those hunks that were failing to respective files. I could compile and build GtkLauncher.

Re: [webkit-dev] _blank hrefs and new windows

2008-04-16 Thread David Kilzer
is there a way to get this patch working on the latest builds ? Please add these comments to the bug itself. Perhaps the author of the patch will revise it for a later revision. Dave Srinivas Rao M Hamse [EMAIL PROTECTED] wrote: Hi David, Have you tried applying the patch to see if

Re: [webkit-dev] _blank hrefs and new windows

2008-04-15 Thread Srinivas Rao M Hamse
Hi David, Do you have any updates on this bug (#16562http://bugs.webkit.org/show_bug.cgi?id=16562)? When do we get the working version of this feature ? regards, Srinivas Rao. M On Fri, Apr 11, 2008 at 9:27 PM, David Kilzer [EMAIL PROTECTED] wrote: Great! I just didn't recall seeing that

Re: [webkit-dev] _blank hrefs and new windows

2008-04-15 Thread David Kilzer
Hi Srinivas, Everything I know is in the bug report. I don't work on the GTK port, so I don't really have any further insight to share (other than there's a patch waiting for review on the bug). Have you tried applying the patch to see if it fixes the issue on your local tree? Dave Srinivas

Re: [webkit-dev] _blank hrefs and new windows

2008-04-11 Thread Sriram Neelakandan
Well Gtk Implementation is also incomplete .. Please see this bug .. http://bugs.webkit.org/show_bug.cgi?id=16562 But even the patch attached here does not work On Fri, Apr 11, 2008 at 1:59 PM, Artem Ananiev [EMAIL PROTECTED] wrote: I have just tried GtkLauncher and it doesn't handle _blank

Re: [webkit-dev] _blank hrefs and new windows

2008-04-11 Thread David Kilzer
Great! I just didn't recall seeing that listed before. Dave Srinivas Rao M Hamse [EMAIL PROTECTED] wrote: Hi David, There is already a logged bug. Is this not sufficient ? http://bugs.webkit.org/show_bug.cgi?id=16562 regards, Srinivas. On Fri, Apr 11, 2008 at 7:53 PM, David

[webkit-dev] _blank hrefs and new windows

2008-04-07 Thread Artem Ananiev
Hi, I have experienced the following problem with WebKit (Java port). The page code is simple: a href=a.html target=_blankOpen window/a a href=javascript:window.open('a.html', '_blank')Open window/a When I right-click on the first link and select 'Open in a new window' from context