Re: [webkit-dev] Webkit-QT and DOM

2007-09-15 Thread william lee
Really helpful

Thanks Adam, I will have a try.

On 9/15/07, Adam Treat <[EMAIL PROTECTED]> wrote:
> On Saturday 15 September 2007, william lee wrote:
> > And also the API or signal to handle before navigate to somewhere.
> > This is really useful, to check something before navigate. I can't find it.
>
> It is in QWebPage:
>
> virtual NavigationRequestResponse navigationRequested(
> QWebFrame *frame,
> const QWebNetworkRequest &request,
> NavigationType type);
>
> Cheers,
>
> Adam
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Webkit-QT and DOM

2007-09-15 Thread Adam Treat
On Saturday 15 September 2007, william lee wrote:
> And also the API or signal to handle before navigate to somewhere.
> This is really useful, to check something before navigate. I can't find it.

It is in QWebPage:

virtual NavigationRequestResponse navigationRequested(
QWebFrame *frame, 
const QWebNetworkRequest &request, 
NavigationType type);

Cheers,

Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Webkit-QT and DOM

2007-09-15 Thread william lee
And also the API or signal to handle before navigate to somewhere.
This is really useful, to check something before navigate. I can't find it.

On 9/14/07, Adam Treat <[EMAIL PROTECTED]> wrote:
> On Friday 14 September 2007, [EMAIL PROTECTED] wrote:
> > Hello,
> >
> > I am using Webkit-QT under Windows, and I need to access to the DOM tree.
> > Anyone has an idea on how to do that? Is there some plan to add it to the
> > Webkit-QT interface?
>
> Funny.  We have been discussing such an API recently, but it is not done yet.
> For now we have no API for accessing the DOM, but that is likely to change
> soon.
>
> Cheers,
> Adam
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Webkit-QT and DOM

2007-09-14 Thread Adam Treat
On Friday 14 September 2007, [EMAIL PROTECTED] wrote:
> Hello,
>
> I am using Webkit-QT under Windows, and I need to access to the DOM tree.
> Anyone has an idea on how to do that? Is there some plan to add it to the
> Webkit-QT interface?

Funny.  We have been discussing such an API recently, but it is not done yet.  
For now we have no API for accessing the DOM, but that is likely to change 
soon.

Cheers,
Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Webkit-QT and DOM

2007-09-14 Thread h . 9000
Hello,

I am using Webkit-QT under Windows, and I need to access to the DOM tree. Anyone
has an idea on how to do that? Is there some plan to add it to the Webkit-QT
interface?

Regards,

Julien
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev