[webkit-dev] Just a few ?'s about the Qt WebKit port...
Lars Knoll
lars at trolltech.com
Thu Oct 18 23:32:47 PDT 2007
On Friday 19 October 2007, Fuenty, Chris wrote:
> .As I'm reading on
> http://trac.webkit.org/projects/webkit/wiki/QtWebKitTodo I notice a few
> things that spark interest...
>
> #1: New HTTP Stack, Does this currently use any Stacks provided by the
> Qt Toolkit? From some usage with QtWebKit, I see no noticeable problems
> with it.. Could someone fill me in on why this would be beneficial?
You don't immediately notice any problems, but trust me there are some. We are
working on a new network stack for Qt, which we will integrate with for
QtWebKit once it's ready.
> #2 QWebCookieJar < - > QWebNetInterface : How would this be done. Does
> the QCookieJar automatically fetch the cookies from WebCore? Or is it
> just pretty much useless at the current state. I notice that it will
> save cookies for sessions (IE: goto a forum and login, it will save
> cookies until that QWebPage is destroyed). What would be a good logical
> approach to keep cookies in a QCookieJar and keep them saved.
This relates to the new networking stuff above as well, as the new stack will
likely contain some APIs to make cookie management easy.
> #3: NSPlugin Support: Is there any good API documentation on how you can
> use this (or specifically, in Qt projects). Any API support for
> NSPlugins I have found is just for creating plugins, not being able to
> use them.
No, there's no docs available currently and the nsplugin support for QtWebKit
is something that has to wait until a few other things in QtWebKit are done.
Cheers,
Lars
>
> Thanks.
>
> c
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
More information about the webkit-dev
mailing list