[webkit-reviews] review granted: [Bug 34647] QtWebKit browsers freeze when opening http://www.elstel.com/ : [Attachment 49719] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 2 03:21:10 PST 2010


Simon Hausmann <hausmann at webkit.org> has granted Andreas Kling
<andreas.kling at nokia.com>'s request for review:
Bug 34647: QtWebKit browsers freeze when opening http://www.elstel.com/
https://bugs.webkit.org/show_bug.cgi?id=34647

Attachment 49719: Patch
https://bugs.webkit.org/attachment.cgi?id=49719&action=review

------- Additional Comments from Simon Hausmann <hausmann at webkit.org>

> +#if QT_VERSION >= 0x040700
> +	   case QNetworkAccessManager::CustomOperation:
> +	       m_reply = manager->sendCustomRequest(m_request,
m_resourceHandle->request().httpMethod().latin1().data());

It would be nice if WebCore::CString had a conversion operator to QByteArray.


More information about the webkit-reviews mailing list