[Webkit-unassigned] [Bug 53529] [fileapi] Add support for filesystem: URI handling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 22:44:07 PST 2011


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





--- Comment #33 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-02-09 22:44:07 PST ---
(From update of attachment 81663)
View in context: https://bugs.webkit.org/attachment.cgi?id=81663&action=review

> Source/WebCore/page/SecurityOrigin.cpp:86
> +            m_protocol = originURL.protocol().lower();

I suspect that these calls to .lower() may be redundant.  Doesn't KURL canonicalize the protocol and host to lowercase?

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