[Webkit-unassigned] [Bug 54585] [fileapi] Implement EntrySync.toURI by moving Entry::toURI to EntryBase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 16:47:20 PST 2011


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





--- Comment #4 from Eric U. <ericu at chromium.org>  2011-02-16 16:47:20 PST ---
(From update of attachment 82689)
View in context: https://bugs.webkit.org/attachment.cgi?id=82689&action=review

LGTM otherwise.

> LayoutTests/fast/filesystem/resources/file-entry-to-uri-sync.js:11
> +shouldBe("testFileEntry.toURI()", "'filesystem:file:///temporary/testFileEntry.txt'");

Are we forcing all URLs to start with three slashes, then--two for the protocol, and one for "it's from the root"?  It seems like the third one should be superfluous, as the root is implied.  I realize this is beyond the scope of this CL, but apparently I missed it in the last one.

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