blob: aae8222dc7b5c8dd6ad8c303594f43be8feb4507 [file] [log] [blame]
[email protected]790e6be2011-06-14 19:26:391# Copyright (c) 2011 The Chromium Authors. All rights reserved.
[email protected]a3838612009-10-13 21:57:542# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
8
9{
10 'WATCHLIST_DEFINITIONS': {
11 'this_file': {
[email protected]b1f54d12009-11-02 22:59:1712 'filepath': '^WATCHLISTS$',
[email protected]a3838612009-10-13 21:57:5413 },
14 'valgrind': {
15 'filepath': 'valgrind',
16 },
[email protected]a3838612009-10-13 21:57:5417 'mac': {
18 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
19 },
20 'base': {
21 'filepath': '^base/.*',
22 },
23 'extension': {
24 'filepath': 'extension',
25 },
26 'views': {
27 # Applies to all files and subdirs within this directory.
[email protected]76a933962011-06-09 19:57:0428 'filepath': '^views/.*',
[email protected]a3838612009-10-13 21:57:5429 },
30 'browser': {
31 'filepath': 'chrome/browser/.*',
32 },
[email protected]bf1ca902010-03-23 17:34:2933 'browser_main': {
34 'filepath': 'chrome/browser/browser_main.cc',
35 },
[email protected]cabd51c2010-03-17 16:38:1136 'browser_resources': {
37 'filepath': 'chrome/browser/resources/.*',
38 },
[email protected]e70e11022010-03-30 15:27:1039 'chromeos_login': {
40 'filepath': 'chrome/browser/chromeos/login/.*',
[email protected]fe4d4f02010-03-30 18:48:3241 },
[email protected]e6f1366e2011-02-23 20:48:3642 'content': {
43 'filepath': 'content/.*',
44 },
[email protected]8b13e302010-10-01 09:33:4545 'download': {
46 'filepath': 'chrome/browser/download/.*',
47 },
[email protected]a3838612009-10-13 21:57:5448 'history': {
49 'filepath': 'chrome/browser/history/.*',
50 },
51 'renderer': {
[email protected]b1f54d12009-11-02 22:59:1752 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
53 'chrome/common/render.*',
[email protected]a3838612009-10-13 21:57:5454 },
[email protected]a3838612009-10-13 21:57:5455 'tab_contents': {
[email protected]30a7fa9c2011-04-07 16:22:2856 'filepath': 'chrome/browser/tab_contents/.*|'\
57 'content/browser/tab_contents/.*|'\
58 'chrome/browser/ui/tab_contents/.*',
[email protected]a3838612009-10-13 21:57:5459 },
60 'webkit': {
61 'filepath': 'webkit/.*',
62 },
63 'plugin': {
[email protected]b1f54d12009-11-02 22:59:1764 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
65 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
[email protected]a3838612009-10-13 21:57:5466 },
67 'worker': {
[email protected]b1f54d12009-11-02 22:59:1768 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
69 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
[email protected]a3838612009-10-13 21:57:5470 },
71 'net': {
72 'filepath': 'net/.*',
73 },
[email protected]fc92df062011-04-05 15:32:2774 'net_error_list': {
75 'filepath': 'net/base/net_error_list.h',
76 },
[email protected]a3838612009-10-13 21:57:5477 'ftp': {
78 'filepath': 'ftp',
79 },
80 'installer': {
81 'filepath': 'chrome/installer/.*',
82 },
83 'importer': {
84 'filepath': '.*import.*',
85 },
86 'media': {
[email protected]464791b2010-03-02 20:26:2387 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
[email protected]c06dca682010-06-22 01:33:4288 'audio_message_filter|video_layer',
[email protected]a3838612009-10-13 21:57:5489 },
90 'ipc': {
91 'filepath': 'ipc/ipc.*',
92 },
93 'linux-sandboxing': {
94 'filepath': 'sandbox/linux/.*',
95 },
96 'sync': {
[email protected]b1f54d12009-11-02 22:59:1797 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
98 'chrome/test/live_sync/.*',
[email protected]a3838612009-10-13 21:57:5499 },
100 'layout_tests': {
101 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
102 },
103 'tools': {
104 'filepath': 'tools/.*',
105 },
106 'tests': {
107 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
108 },
109 'automation': {
110 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
111 },
112 'chrome_frame': {
113 'filepath': 'chrome_frame/.*',
114 },
115 'nacl': {
[email protected]b1f54d12009-11-02 22:59:17116 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
[email protected]e15a4fa2010-02-11 23:09:29117 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
[email protected]a3838612009-10-13 21:57:54118 },
[email protected]374a93c2009-11-05 21:45:56119 'appcache': {
120 'filepath': 'appcache/.*',
121 },
[email protected]87e84f962009-12-22 22:28:03122 'gpu': {
123 'filepath': 'gpu/.*',
124 },
[email protected]a3ce4262010-02-05 17:46:25125 'locale_settings': {
[email protected]d9f3bc022010-02-11 20:53:52126 'filepath': 'chrome/app/resources/locale_settings.*',
[email protected]a3ce4262010-02-05 17:46:25127 },
128 'options_dialog_content': {
129 'filepath': 'chrome/browser/views/options/content_page_view.h|'\
130 'chrome/browser/views/options/general_page_view.h',
131 },
[email protected]88abb082010-04-15 21:19:08132 'chromeos': {
133 'filepath': 'chrome/browser/chromeos/.*',
134 },
[email protected]d5fa18c42010-06-01 22:33:31135 'npapi_headers': {
136 'filepath': 'third_party/npapi/bindings/.*',
137 },
[email protected]304359bf2010-06-10 16:06:02138 'remoting': {
139 'filepath': 'remoting/.*',
140 },
[email protected]900e4962010-07-19 19:06:44141 'domui_options' : {
142 'filepath': 'chrome/browser/resources/options/.*|'\
[email protected]62e95912010-10-13 20:35:41143 'chrome/browser/resources/options.html|'\
144 'chrome/browser/dom_ui/options/.*',
[email protected]900e4962010-07-19 19:06:44145 },
[email protected]7c5c6f3a2011-04-28 19:56:49146 'ntp' : {
147 'filepath': 'chrome/browser/resources/ntp/.*|'\
148 'chrome/browser/resources/ntp4/.*|'\
149 'chrome/browser/resources/touch_ntp/.*|'\
150 'chrome/browser/resources/touch_ntp/.*|'\
151 'chrome/browser/ui/webui/ntp/.*',
152 },
[email protected]84ba35e32010-08-06 17:22:39153 'cookie_monster': {
154 'filepath': 'net/base/cookie_.*|'\
155 'chrome/browser/net/sqlite_persistent_cookie_store.*',
156 },
[email protected]b3399272010-08-10 19:49:29157 'autofill': {
[email protected]d39655112011-04-18 18:05:36158 'filepath': 'chrome/browser/autofill/.*|'\
[email protected]880e0362011-02-24 00:53:48159 'chrome/browser/resources/options/autofill_.*|'\
[email protected]b3399272010-08-10 19:49:29160 'chrome/browser/sync/glue/autofill_.*|'\
[email protected]d39655112011-04-18 18:05:36161 'chrome/browser/ui/webui/options/autofill_.*|'\
162 'chrome/renderer/autofill/.*|'\
163 'chrome/test/data/autofill/.*|'\
164 'chrome/test/data/autofill/heuristics/input/.*|'\
165 'chrome/test/data/autofill/heuristics/output/.*|'\
166 'chrome/test/data/autofill/merge/input/.*|'\
167 'chrome/test/data/autofill/merge/output/.*',
[email protected]b3399272010-08-10 19:49:29168 },
[email protected]b8a0f8fa2010-09-02 18:35:55169 'webdata': {
170 'filepath': 'chrome/browser/webdata/.*',
171 },
[email protected]7a7a13b2010-08-25 01:10:59172 'i18n': {
173 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
174 '.*locale_settings.*|.*encoding.*',
175 },
[email protected]34911482010-10-01 20:09:43176 'pyauto': {
177 'filepath': 'chrome/test/pyautolib' \
178 '|chrome/test/functional' \
179 '|chrome/browser/automation/automation_provider_json'
[email protected]02c44522010-10-08 17:43:25180 },
181 'labs': {
182 'filepath': 'chrome/browser/labs' \
183 '|chrome/browser/dom_ui/labs'
184 },
[email protected]58b6cfa2011-02-14 12:27:29185 'fileapi': {
186 'filepath': 'file_system/.*' \
187 '|fileapi/.*'
[email protected]fbd846b2010-11-19 01:32:18188 },
[email protected]c55f781e2011-01-20 22:15:19189 'pepper_api': {
190 'filepath': 'ppapi/c/.*',
191 },
[email protected]ee6ded32011-01-24 14:33:27192 'prerender': {
193 'filepath': 'chrome/browser/prerender/.*'
194 },
[email protected]f7bf8ba2011-02-24 22:28:46195 'chromedriver': {
196 'filepath': 'chrome/test/webdriver|third_party/webdriver'
197 },
[email protected]946b7c122011-04-03 15:19:10198 'dom_login' : {
199 'filepath': 'chrome/browser/chromeos/frame/.*dom.*' \
200 '|chrome/browser/chromeos/login/.*dom.*' \
201 '|chrome/browser/chromeos/login/.*login_display.*' \
202 '|chrome/browser/chromeos/login/existing_user_controller.*' \
203 '|chrome/browser/resources/login.html' \
204 '|chrome/browser/ui/webui/chromeos/login/.*'
205 },
[email protected]a791dac2011-04-07 23:22:57206 'filebrowse' : {
207 'filepath': 'file_browser' \
208 '|file_manager' \
209 '|filebrowse'
210 },
211 'imageburner' : {
212 'filepath': 'imageburner'
213 },
[email protected]cef7a6d2011-04-29 20:49:07214 'clang_update': {
215 'filepath': 'tools/clang/scripts/update.sh'
216 },
[email protected]2418b022011-05-19 21:06:02217 'panels': {
218 'filepath': 'chrome/browser/ui/panels/.*',
219 },
[email protected]6bff0ad2011-06-17 01:32:51220 'accelerator_table_gtk': {
221 'filepath': 'chrome/browser/ui/views/accelerator_table_gtk.cc',
222 },
[email protected]a3838612009-10-13 21:57:54223 },
224
225 'WATCHLISTS': {
226 'this_file': ['[email protected]'],
[email protected]b0434b272010-02-25 10:11:51227 'valgrind': ['[email protected]',
[email protected]8d1ff5b82010-08-04 19:12:45228 '[email protected]',
[email protected]b0434b272010-02-25 10:11:51229 '[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29230 'base': ['[email protected]'],
[email protected]0d1d9582010-03-23 19:26:00231 'browser_main': ['[email protected]'],
[email protected]cabd51c2010-03-17 16:38:11232 'browser_resources': ['[email protected]'],
[email protected]e70e11022010-03-30 15:27:10233 'chromeos_login': ['[email protected]'],
[email protected]50a21ce2011-05-24 20:56:40234 'content': ['[email protected]', '[email protected]'],
[email protected]6ca57ed2010-11-18 17:36:04235 'download': ['[email protected]','[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29236 'history': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03237 'renderer': ['[email protected]',
[email protected]fae8f252010-06-28 03:25:29238 '[email protected]'],
[email protected]30a7fa9c2011-04-07 16:22:28239 'tab_contents': ['[email protected]', '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03240 'webkit': ['[email protected]'],
[email protected]8d1ff5b82010-08-04 19:12:45241 'plugin': ['[email protected]', '[email protected]',
242 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54243 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17244 'extension': ['[email protected]',
[email protected]10d3c4d2011-06-08 13:30:20245 '[email protected]'],
[email protected]dbac96e2010-04-15 12:55:43246 'net': ['[email protected]', '[email protected]'],
[email protected]fc92df062011-04-05 15:32:27247 'net_error_list': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54248 'ftp': ['[email protected]'],
[email protected]e06acea2011-02-03 07:11:07249 'media': ['[email protected]', '[email protected]',
[email protected]3a5df0272010-11-12 20:40:01250 '[email protected]', '[email protected]',
[email protected]d451a3b2011-02-16 00:17:17251 '[email protected]', '[email protected]',
252 '[email protected]', '[email protected]', '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03253 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54254 'linux-sandboxing': ['[email protected]'],
255 'sync': ['[email protected]', '[email protected]',
[email protected]6f553002010-06-29 01:52:42256 '[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54257 'tools': ['[email protected]'],
[email protected]66e7ce02009-10-20 01:04:22258 'tests': ['[email protected]'],
[email protected]f7bf8ba2011-02-24 22:28:46259 'automation': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54260 'chrome_frame' : ['[email protected]'],
261 'nacl' : ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56262 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03263 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52264 'locale_settings': ['[email protected]'],
265 'options_dialog_content': ['[email protected]'],
[email protected]88abb082010-04-15 21:19:08266 'chromeos': ['[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31267 'npapi_headers': ['[email protected]'],
[email protected]2e001012011-02-03 14:38:43268 'remoting': ['[email protected]', '[email protected]',
[email protected]e06acea2011-02-03 07:11:07269 '[email protected]', '[email protected]',
270 '[email protected]',
271 '[email protected]',
272 '[email protected]',
273 '[email protected]',
274 '[email protected]'],
[email protected]7c5c6f3a2011-04-28 19:56:49275 'ntp': ['[email protected]'],
[email protected]84ba35e32010-08-06 17:22:39276 'cookie_monster': ['[email protected]'],
[email protected]1dcc01a2011-03-17 08:21:19277 'autofill': ['[email protected]', '[email protected]',
[email protected]2b9d1fe2010-12-10 07:02:22278 '[email protected]'],
[email protected]b8a0f8fa2010-09-02 18:35:55279 'webdata': ['[email protected]'],
[email protected]7a7a13b2010-08-25 01:10:59280 'i18n': ['[email protected]'],
[email protected]34911482010-10-01 20:09:43281 'pyauto': ['[email protected]', '[email protected]',
[email protected]550ca6c2010-11-19 21:18:21282 '[email protected]', '[email protected]'],
[email protected]02c44522010-10-08 17:43:25283 'labs': ['[email protected]'],
[email protected]58b6cfa2011-02-14 12:27:29284 'fileapi': ['[email protected]'],
[email protected]c55f781e2011-01-20 22:15:19285 'pepper_api': ['[email protected]'],
[email protected]790e6be2011-06-14 19:26:39286 'prerender': ['[email protected]', '[email protected]',
287 '[email protected]'],
[email protected]f7bf8ba2011-02-24 22:28:46288 'chromedriver': ['[email protected]'],
[email protected]946b7c122011-04-03 15:19:10289 'dom_login': ['[email protected]'],
[email protected]a791dac2011-04-07 23:22:57290 'imageburner': ['[email protected]', '[email protected]'],
291 'filebrowse': ['[email protected]', '[email protected]'],
[email protected]686bc542011-05-06 07:08:14292 'clang_update': ['[email protected]', '[email protected]'],
[email protected]2418b022011-05-19 21:06:02293 'panels': ['[email protected]', '[email protected]',
[email protected]0f560e0422011-05-21 17:01:33294 '[email protected]', '[email protected]',
[email protected]2418b022011-05-19 21:06:02295 '[email protected]'],
[email protected]0f560e0422011-05-21 17:01:33296 'importer': ['[email protected]'],
[email protected]f680b992011-06-06 16:14:20297 'views': ['[email protected]'],
[email protected]6bff0ad2011-06-17 01:32:51298 'accelerator_table_gtk': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54299 },
300}