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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 17 02:55:09 PDT 2009


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





--- Comment #7 from robert <robert at roberthogan.net>  2009-09-17 02:55:08 PDT ---
(In reply to comment #6)
> 
> I am not sure about this part. Seems that we will need to construct both
> structures even in the case (probably 90%) where this extension will not be
> used by the client.
> That seems like a waste.
> 
> Is there a way to not support the extension by default?

Well we could add the extension to qwebpage, but return it as false in
supportsExtension() by default. It would then be up to the client to
reimplement supportsExtension() to indicate support of CreateRequestExtension,
as well as extension() to manipulate the QNetworkRequest. Would that do?

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