OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 | 8 |
9 { | 9 { |
10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 'appcache': ['michaeln@chromium.org'], | 215 'appcache': ['michaeln@chromium.org'], |
216 'gpu': ['apatrick@chromium.org'], | 216 'gpu': ['apatrick@chromium.org'], |
217 'locale_settings': ['finnur+watch@chromium.org'], | 217 'locale_settings': ['finnur+watch@chromium.org'], |
218 'options_dialog_content': ['finnur+watch@chromium.org'], | 218 'options_dialog_content': ['finnur+watch@chromium.org'], |
219 'chromeos': ['davemoore+watch@chromium.org'], | 219 'chromeos': ['davemoore+watch@chromium.org'], |
220 'npapi_headers': ['stuartmorgan@chromium.org'], | 220 'npapi_headers': ['stuartmorgan@chromium.org'], |
221 'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org', | 221 'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org', |
222 'hclam@chromium.org', 'dmaclach@chromium.org', | 222 'hclam@chromium.org', 'dmaclach@chromium.org', |
223 'garykac@chromium.org'], | 223 'garykac@chromium.org'], |
224 'cookie_monster': ['rdsmith@chromium.org'], | 224 'cookie_monster': ['rdsmith@chromium.org'], |
225 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org'], | 225 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org', |
| 226 'isherman@chromium.org'], |
226 'webdata': ['dhollowa@chromium.org'], | 227 'webdata': ['dhollowa@chromium.org'], |
227 'i18n': ['jshin+watch@chromium.org'], | 228 'i18n': ['jshin+watch@chromium.org'], |
228 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', | 229 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', |
229 'nirnimesh@chromium.org', 'dyu@chromium.org'], | 230 'nirnimesh@chromium.org', 'dyu@chromium.org'], |
230 'labs': ['thakis@chromium.org'], | 231 'labs': ['thakis@chromium.org'], |
231 'file_system': ['kinuko@chromium.org'], | 232 'file_system': ['kinuko@chromium.org'], |
232 }, | 233 }, |
233 } | 234 } |
OLD | NEW |