[Webkit-unassigned] [Bug 54774] [fileapi] Implement LocalFileSystem.resolveFileSystemURI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 25 15:06:52 PST 2011


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





--- Comment #19 from Adam Klein <adamk at chromium.org>  2011-02-25 15:06:52 PST ---
(From update of attachment 83844)
View in context: https://bugs.webkit.org/attachment.cgi?id=83844&action=review

> Source/WebCore/fileapi/DOMFileSystemBase.cpp:62
> +    KURL originURL(ParsedURLString, url.path());

Note that though I've switched to completeURL() below, I haven't here.  Is there any other URL-parsing code I should be calling? I can't really guarantee anything about the contents of url.path() (certainly not that it's the output of KURL::string()).  But passing in a Document and calling completeURL() here is obviously the wrong thing to do.

> Source/WebCore/page/DOMWindow.cpp:765
> +    KURL parsedURL(ParsedURLString, uri);

I've changed this to a call to document->completeURL() in my workdir.

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