diff options
author | mkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 13:12:08 +0000 |
---|---|---|
committer | mkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 13:12:08 +0000 |
commit | 3cc8b392aae5fa6ee9fc6393e289a85cd4ab29d1 (patch) | |
tree | 5df1d7880c9333dac986ac1a86287d2172c0512d /WATCHLISTS | |
parent | 4bee44346f29b2fc58306b94f0c249e06bf1c8ff (diff) | |
download | chromium_src-3cc8b392aae5fa6ee9fc6393e289a85cd4ab29d1.zip chromium_src-3cc8b392aae5fa6ee9fc6393e289a85cd4ab29d1.tar.gz chromium_src-3cc8b392aae5fa6ee9fc6393e289a85cd4ab29d1.tar.bz2 |
Watchlist: Add a password_manager ruleset, and myself to it.
Review URL: https://codereview.chromium.org/266473004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -482,6 +482,14 @@ '|chrome/browser/ui/gtk/panels'\ '|chrome/browser/ui/views/panels' }, + 'password_manager': { + 'filepath': 'chrome/.*/password_'\ + '|chrome/browser/ui/passwords'\ + '|chrome/browser/ui/views/passwords'\ + '|chrome/test/data/password'\ + '|components/autofill.*password' + '|components/password_'\ + }, 'pepper_api': { 'filepath': 'ppapi/api'\ '|ppapi/c', @@ -851,6 +859,7 @@ 'rjkroege@chromium.org'], 'panels': ['dimich@chromium.org', 'jennb@chromium.org', 'dcheng@chromium.org', 'jianli@chromium.org'], + 'password_manager': ['mkwst+watchlist@chromium.org'], 'pepper_api': ['piman+watch@chromium.org', 'ihf+watch@chromium.org', 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org', 'noelallen@chromium.org', 'binji+watch@chromium.org', |