[Webkit-unassigned] [Bug 55842] New: Simplify how QWebFrame::requestedUrl() is obtained

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 6 06:49:17 PST 2011


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

           Summary: Simplify how QWebFrame::requestedUrl() is obtained
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: caio.oliveira at openbossa.org


The idea here is to always store the requested url once frame loader start the provisional load. And clears it when the load is finished -- since it is available in the document loader.

The stored value is useful for the error cases, when the load wasn't successful. The idea is similar to the old implementation, but simpler.

This change is related to bug 32723. There, I want to decouple the clearing of the frame from the URL passed in setUrl(), by removing the argument url from the call to DocumentWriter::begin(), and having the value stored in case of fail is useful to implement QWebFrame::url().

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