[Webkit-unassigned] [Bug 29644] New: [GTK] Add WEBKIT_LOAD_ERROR status

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 09:09:20 PDT 2009


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

           Summary: [GTK] Add WEBKIT_LOAD_ERROR status
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


Page loads can fail to be completed and reach WEBKIT_LOAD_FINISHED status (user
cancels the load, non-existent URI, etc). At the moment the only way to figure
out this is to connect to both notify::load-status and
WebKitWebView::load-error, which is far from ideal IMHO. This patch adds a new
load-status enum, WEBKIT_LOAD_ERROR, which indicates that some error happened
and that the load was stopped. In this way it's still possible to handle the
whole flow of the load by only connecting to a single signal.

Tests included.

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