[Webkit-unassigned] [Bug 136913] New: Incorrect pending API request URL when loading an HTML string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 18 01:27:44 PDT 2014


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

           Summary: Incorrect pending API request URL when loading an HTML
                    string
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: ap at webkit.org, andersca at apple.com


The check to decide whether to use the given baseURL or about:blank is wrong there:

String pendingAPIRequestURL = baseURL.isEmpty() ? baseURL : ASCIILiteral("about:blank");

It should be the opposite.

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