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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 26 05:23:13 PDT 2009


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





--- Comment #9 from Simon Hausmann <hausmann at webkit.org>  2009-09-26 05:23:12 PDT ---
I admit I still don't understand why such a complex API is necessary, in
particular that the implementation of the extension _has_ to copy in the
incoming request into the output argument, otherwise you get random crashes.
That IMHO is bad and too complex API.

Why is it necessary to allow the developer to provide a complete replacement
for the network request?

Why wouldn't a simple single notification signal in QWebPage (with a frame and
the request as argument) be sufficient for your use-case?

-- 
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