[Webkit-unassigned] [Bug 44132] Implement virtual path utilities for FileSystem API
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 23 23:44:06 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44132
--- Comment #8 from Kinuko Yasuda <kinuko at chromium.org> 2010-08-23 23:44:06 PST ---
> > WebCore/storage/DOMFilePath.cpp:125
> > + if (unallowedNamesRegExp1.match(path) >= 0)
> > Is this match case-sensitive? It needs to be case-insensitive on all of these.
>
> All of RegExps are case-insensitive (CaseInsensitive).
I meant... all of the regexps used here are declared with CaseInsensitive for case-insensitive match.
--
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