Re: [webkit-dev] problem with ChromeClient::createWindow & NewWindow policy

2008-09-22 Thread Anton V. Tarasov
Thanks, Gustavo. (I also found null URL issue mentioned there. This also interested me.) Gustavo Noronha Silva wrote: > On Fri, 2008-09-19 at 10:38 +0400, Anton V. Tarasov wrote: >> A new window is opened by a client via ChromeClient::createWindow callback. >> There's also a mechanism to check Ne

Re: [webkit-dev] problem with ChromeClient::createWindow & NewWindow policy

2008-09-19 Thread Gustavo Noronha Silva
On Fri, 2008-09-19 at 10:38 +0400, Anton V. Tarasov wrote: > A new window is opened by a client via ChromeClient::createWindow callback. > There's also a mechanism to check NewWindow policy, implemented > as FrameLoaderClient::dispatchDecidePolicyForNewWindowAction. > > Now, when I'm clicking the

[webkit-dev] problem with ChromeClient::createWindow & NewWindow policy

2008-09-18 Thread Anton V. Tarasov
Hello, Ones again about creating new window & policy. Please, have a look. Say, we have main.html as below: Open new window Open new window, JS The first link opens main.html in new window, the second does the same by means of javascript. However, I'm observing quite different behav