diff options
author | markusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-23 17:52:08 +0000 |
---|---|---|
committer | markusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-23 17:52:08 +0000 |
commit | ae689aab246d7763cb04ecba1bd382749c599ee7 (patch) | |
tree | 28c10be46648b3327e04b9a3ef78d312851013cd /AUTHORS | |
parent | aff8b47835f1f9faa471fd23b8db782cdb492ddd (diff) | |
download | chromium_src-ae689aab246d7763cb04ecba1bd382749c599ee7.zip chromium_src-ae689aab246d7763cb04ecba1bd382749c599ee7.tar.gz chromium_src-ae689aab246d7763cb04ecba1bd382749c599ee7.tar.bz2 |
Added support for file URI path wildcards in content settings
patterns. I.e. "file:///*" matches all file URIs.
Full/explicit/absolute paths (e.g. "file:///foo/bar.html") are still supported.
contributed by Francois Kritzinger (francoisk777@gmail.com)
BUG=77149
TEST=ContentSettingsPattern*
Review URL: http://codereview.chromium.org/9254028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -158,3 +158,4 @@ Simon Hong <simon.hong81@gmail.com> Lu Guanqun <guanqun.lu@gmail.com> François Beaufort <beaufort.francois@gmail.com> Eriq Augustine <eriq.augustine@gmail.com> +Francois Kritzinger <francoisk777@gmail.com> |