[Webkit-unassigned] [Bug 73815] [Qt] Improve QQuickWebView error handling API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 04:46:14 PST 2011


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





--- Comment #1 from Simon Hausmann <hausmann at webkit.org>  2011-12-05 04:46:13 PST ---
I suggest to rename errorType also to errorDomain and use WebView.HTTPErrorDomain for example, so that the reads:

    onLoadingFailed: {
       if (errorDomain = WebView.HTTPErrorDomain) {
           if (errorCode == 401) ... // interpret errorCode as http error code
       }
    }

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