| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 }, | 146 }, |
| 147 'autofill': { | 147 'autofill': { |
| 148 'filepath': 'chrome/app/nibs/AutoFill.*|'\ | 148 'filepath': 'chrome/app/nibs/AutoFill.*|'\ |
| 149 'chrome/browser/autofill/.*|'\ | 149 'chrome/browser/autofill/.*|'\ |
| 150 'chrome/browser/dom_ui/autofill_.*|'\ | 150 'chrome/browser/dom_ui/autofill_.*|'\ |
| 151 'chrome/browser/sync/glue/autofill_.*|'\ | 151 'chrome/browser/sync/glue/autofill_.*|'\ |
| 152 'chrome/browser/views/autofill_.*|'\ | 152 'chrome/browser/views/autofill_.*|'\ |
| 153 'chrome/renderer/autofill_.*|'\ | 153 'chrome/renderer/autofill_.*|'\ |
| 154 'chrome/renderer/form_manager.*', | 154 'chrome/renderer/form_manager.*', |
| 155 }, | 155 }, |
| 156 'i18n': { |
| 157 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\ |
| 158 '.*locale_settings.*|.*encoding.*', |
| 159 }, |
| 156 }, | 160 }, |
| 157 | 161 |
| 158 'WATCHLISTS': { | 162 'WATCHLISTS': { |
| 159 'this_file': ['nirnimesh@chromium.org'], | 163 'this_file': ['nirnimesh@chromium.org'], |
| 160 'valgrind': ['timurrrr@chromium.org', | 164 'valgrind': ['timurrrr@chromium.org', |
| 161 'stuartmorgan+watch@chromium.org', | 165 'stuartmorgan+watch@chromium.org', |
| 162 'glider@chromium.org'], | 166 'glider@chromium.org'], |
| 163 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], | 167 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], |
| 164 'base': ['brettw-cc@chromium.org'], | 168 'base': ['brettw-cc@chromium.org'], |
| 165 'views': ['ben+cc@chromium.org'], | 169 'views': ['ben+cc@chromium.org'], |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'locale_settings': ['finnur+watch@chromium.org'], | 203 'locale_settings': ['finnur+watch@chromium.org'], |
| 200 'options_dialog_content': ['finnur+watch@chromium.org'], | 204 'options_dialog_content': ['finnur+watch@chromium.org'], |
| 201 'chromeos': ['davemoore+watch@chromium.org'], | 205 'chromeos': ['davemoore+watch@chromium.org'], |
| 202 'npapi_headers': ['stuartmorgan@chromium.org'], | 206 'npapi_headers': ['stuartmorgan@chromium.org'], |
| 203 'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org', | 207 'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org', |
| 204 'hclam@chromium.org', 'dmaclach@chromium.org', | 208 'hclam@chromium.org', 'dmaclach@chromium.org', |
| 205 'garykac@chromium.org'], | 209 'garykac@chromium.org'], |
| 206 'domui_options': ['dhg@chromium.org'], | 210 'domui_options': ['dhg@chromium.org'], |
| 207 'cookie_monster': ['rdsmith@chromium.org'], | 211 'cookie_monster': ['rdsmith@chromium.org'], |
| 208 'autofill': ['dhollowa@chromium.org'], | 212 'autofill': ['dhollowa@chromium.org'], |
| 213 'i18n': ['jshin+watch@chromium.org'], |
| 209 }, | 214 }, |
| 210 } | 215 } |
| OLD | NEW |