OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # Watchlist Rules | 5 # Watchlist Rules |
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists | 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists |
7 | 7 |
8 # IMPORTANT: The regular expression filepath is tested against each path using | 8 # IMPORTANT: The regular expression filepath is tested against each path using |
9 # re.search, so it is not usually necessary to add .*. | 9 # re.search, so it is not usually necessary to add .*. |
10 | 10 |
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
942 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', | 942 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', |
943 'pedrosimonetti+watch@chromium.org'], | 943 'pedrosimonetti+watch@chromium.org'], |
944 'omnibox': ['suzhe@chromium.org'], | 944 'omnibox': ['suzhe@chromium.org'], |
945 'options': ['dbeam+watch-options@chromium.org'], | 945 'options': ['dbeam+watch-options@chromium.org'], |
946 'overview_mode': ['tdanderson+overview@chromium.org'], | 946 'overview_mode': ['tdanderson+overview@chromium.org'], |
947 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'], | 947 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'], |
948 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 948 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
949 'dcheng@chromium.org', 'jianli@chromium.org'], | 949 'dcheng@chromium.org', 'jianli@chromium.org'], |
950 'password_manager': ['mkwst+watchlist-passwords@chromium.org', | 950 'password_manager': ['mkwst+watchlist-passwords@chromium.org', |
951 'gcasto+watchlist@chromium.org'], | 951 'gcasto+watchlist@chromium.org'], |
952 'pepper_api': ['piman+watch@chromium.org', 'ihf+watch@chromium.org', | 952 'pepper_api': ['bradnelson+warch@chromium.org', |
| 953 'piman+watch@chromium.org', 'ihf+watch@chromium.org', |
953 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org', | 954 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org', |
954 'noelallen@chromium.org', 'binji+watch@chromium.org', | 955 'binji+watch@chromium.org', 'teravest+watch@chromium.org', |
955 'nfullagar@chromium.org', 'teravest+watch@chromium.org', | |
956 'tzik@chromium.org'], | 956 'tzik@chromium.org'], |
957 'plugin': ['jam@chromium.org', | 957 'plugin': ['jam@chromium.org', |
958 'stuartmorgan+watch@chromium.org'], | 958 'stuartmorgan+watch@chromium.org'], |
959 'predictors': ['shishir+watch@chromium.org'], | 959 'predictors': ['shishir+watch@chromium.org'], |
960 'prepopulated_engines': ['vasilii+watch@chromium.org'], | 960 'prepopulated_engines': ['vasilii+watch@chromium.org'], |
961 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', | 961 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', |
962 'jkarlin+watch@chromium.org', 'gavinp+prer@chromium.org', | 962 'jkarlin+watch@chromium.org', 'gavinp+prer@chromium.org', |
963 'davidben+watch@chromium.org'], | 963 'davidben+watch@chromium.org'], |
964 'pyauto': ['anantha@chromium.org', | 964 'pyauto': ['anantha@chromium.org', |
965 'dyu@chromium.org', | 965 'dyu@chromium.org', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1026 'mcasas+watch@chromium.org', | 1026 'mcasas+watch@chromium.org', |
1027 'posciak+watch@chromium.org'], | 1027 'posciak+watch@chromium.org'], |
1028 'website_settings': ['markusheintz@chromium.org'], | 1028 'website_settings': ['markusheintz@chromium.org'], |
1029 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1029 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1030 'worker': ['jam@chromium.org'], | 1030 'worker': ['jam@chromium.org'], |
1031 'x11': ['derat+watch@chromium.org', | 1031 'x11': ['derat+watch@chromium.org', |
1032 'sadrul@chromium.org', | 1032 'sadrul@chromium.org', |
1033 'yusukes+watch@chromium.org'], | 1033 'yusukes+watch@chromium.org'], |
1034 }, | 1034 }, |
1035 } | 1035 } |
OLD | NEW |