[Webkit-unassigned] [Bug 30166] New: [Qt] Get rid of useless loadFailed signal in QGraphicsWebView
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 7 07:40:49 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=30166
Summary: [Qt] Get rid of useless loadFailed signal in
QGraphicsWebView
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: Qt
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tonikitoo at webkit.org
CC: hausmann at webkit.org
In QWebView we have only loadFinished(bool success), but we tried to improved
that for QGraphicsWebView introducing a new loadFailed signal.
This signal is now useless since error handling is being possible through
somewhere else (ErrorPageExtension).
we should remove this loadFailed signal from QGraphicsWebView, making it
compatible to QWebView in that sense.
--
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