[Webkit-unassigned] [Bug 46434] New: DOMWindow::revokeBlobURL erroneously uses ParsedURLString

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 17:24:06 PDT 2010


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

           Summary: DOMWindow::revokeBlobURL erroneously uses
                    ParsedURLString
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: jianli at chromium.org
            Blocks: 42959


The argument comes from the caller, there is absolutely no guarantee that it's in the form KURL expects.

This causes assertion failures whenever it's not (e.g. revokeBlobURL("[foo bar]");

For absolute URLs, we should just pass a null base: KURL(KURL(), string). But if it can be relative, a proper base should be passed.

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