[Webkit-unassigned] [Bug 57083] New: [Qt] QNetworkReplyHandler refactoring: redirect signal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 23:13:01 PDT 2011


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

           Summary: [Qt] QNetworkReplyHandler refactoring: redirect signal
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luiz at webkit.org
                CC: kenneth at webkit.org, jocelyn.turcotte at nokia.com,
                    kling at webkit.org, alexis.menard at openbossa.org


Creating a new signal name 'redirected' to be sent by QNetworkReplyWrapper to QNetworkReplyHandler.

The rule for this signal is that if it is sent then no other signal will be sent. Then redirections may be handled completely in its own. The other methods of QNetworkReplyHandler should not take care of redirections and the flag m_redirected is no longer needed.

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