[Webkit-unassigned] [Bug 82917] New: [Qt][WK2] ResourceError::isCancellation() is always returning false
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 2 11:24:29 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82917
Summary: [Qt][WK2] ResourceError::isCancellation() is always
returning false
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: ASSIGNED
Keywords: Qt, QtTriaged
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jesus at webkit.org
CC: kenneth at webkit.org
We are missing the encoding of a boolean in ArgumentCoder<ResourceError> and, therefore, we always get the default value (false) for ResourceError::isCancellation() with errors being sent through the IPC.
This is impacting directly the implementation of QtWebPageLoadClient::dispatchLoadFailed, line 95.
--
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