commit | e11de7254efb71fbe5b26b113a8e2e5bdd8da15f | [log] [tgz] |
---|---|---|
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Nov 01 20:50:55 2010 |
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Nov 01 20:50:55 2010 |
tree | be8df3ca21aeb1c777d1efbfa6266174c0eb870d | |
parent | 86b531b3f6d8b5353a159456dba3bc03ebc68060 [diff] |
Wrote a custom pattern matcher for vmodule. The custom pattern matcher matches any slash (forward or backward) to any slash. It also does not do escaping like MatchPattern(). Finally, '?' matches exactly one character, which matches google-glog behavior (MatchPattern() matches '?' to 0 or 1 character). BUG=61123 TEST=New unittests Review URL: http://codereview.chromium.org/4205005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64661 0039d316-1c4b-4281-b951-d872f2087c98