[Webkit-unassigned] [Bug 118399] New: Add a method to get unreachable URL from WebFrame.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 4 11:51:41 PDT 2013


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

           Summary: Add a method to get unreachable URL from WebFrame.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.8
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yongjun_zhang at apple.com


Normally we could use [[WebFrame dataSource] unreachableURL] to get the failed URL.  However, if the frame has not loaded (FrameLoader::frameHasLoaded() is false), we will get a nil dataSource and we won't be able to get unreachableURL.  We need to add a method to always return the unreachableURL regardless if the frame has loaded or not.

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