[Webkit-unassigned] [Bug 28884] [Qt] Add CreateRequestExtension to QWebPage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 14:19:56 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28884





--- Comment #12 from Simon Hausmann <hausmann at webkit.org>  2009-09-28 14:19:56 PDT ---
(In reply to comment #11)
> If simon is ok with having a signal where the request is a pointer I am ok with
> it.  Passing a pointer to a temporary object in a signal where it is expected
> the receiver will only be one object and will modify the pointer didn't seem to
> match up to the usual qt api, but it is cleaner then the extension way.
> 
> void requestCreated(QNetworkRequest *request, QWebFrame *frame, type)

Well, the extension didn't change anything about that, didn't it? I just made
it harder to use :)

Think of this similar to QWebPage's frameCreated() signal.

I wonder if it should be a signal of QWebFrame or QWebPage. If the latter, then
I guess the frame should be the first argument?

What's type? :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list