[Webkit-unassigned] [Bug 57523] New: [Qt] QML WebView should have access to the HTTP status code
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 30 21:43:29 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=57523
Summary: [Qt] QML WebView should have access to the HTTP status
code
Product: WebKit
Version: 420+
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: damian.jansen at nokia.com
When loading a web page with WebView, it should report the HTTP status code when fetching url, e.g.:
WebView { url: "http://qt.nokia.com"
onHttpStatusCodeChanged: { if(httpStatusCode == 404) { console.log("Failure!") } }
}
Relocated from http://bugreports.qt.nokia.com/browse/QTBUG-17405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
--
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