[Webkit-unassigned] [Bug 53529] [fileapi] Add support for filesystem: URI handling
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 11 13:12:21 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53529
--- Comment #43 from Darin Fisher (:fishd, Google) <fishd at chromium.org> 2011-02-11 13:12:21 PST ---
I see this diff between the patches:
bool SchemeRegistry::canDisplayOnlyIfCanRequest(const String& scheme)
{
+ if (scheme.isEmpty())
+ return false;
return canDisplayOnlyIfCanRequestSchemes().contains(scheme);
}
LGTM!
--
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