blob: b6c9c17e8418913332135ad6e554646e03a0c0b7 [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': {
[email protected]04d81232011-07-15 23:00:0546 'filepath': 'chrome/browser/download/.*|'\
47 'content/browser/download/.*',
[email protected]8b13e302010-10-01 09:33:4548 },
[email protected]a3838612009-10-13 21:57:5449 'history': {
50 'filepath': 'chrome/browser/history/.*',
51 },
52 'renderer': {
[email protected]b1f54d12009-11-02 22:59:1753 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
54 'chrome/common/render.*',
[email protected]a3838612009-10-13 21:57:5455 },
[email protected]a3838612009-10-13 21:57:5456 'tab_contents': {
[email protected]30a7fa9c2011-04-07 16:22:2857 'filepath': 'chrome/browser/tab_contents/.*|'\
58 'content/browser/tab_contents/.*|'\
59 'chrome/browser/ui/tab_contents/.*',
[email protected]a3838612009-10-13 21:57:5460 },
61 'webkit': {
62 'filepath': 'webkit/.*',
63 },
64 'plugin': {
[email protected]b1f54d12009-11-02 22:59:1765 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
66 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
[email protected]a3838612009-10-13 21:57:5467 },
68 'worker': {
[email protected]b1f54d12009-11-02 22:59:1769 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
70 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
[email protected]a3838612009-10-13 21:57:5471 },
72 'net': {
73 'filepath': 'net/.*',
74 },
[email protected]fc92df062011-04-05 15:32:2775 'net_error_list': {
76 'filepath': 'net/base/net_error_list.h',
77 },
[email protected]a3838612009-10-13 21:57:5478 'ftp': {
79 'filepath': 'ftp',
80 },
81 'installer': {
82 'filepath': 'chrome/installer/.*',
83 },
84 'importer': {
85 'filepath': '.*import.*',
86 },
87 'media': {
[email protected]464791b2010-03-02 20:26:2388 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
[email protected]c06dca682010-06-22 01:33:4289 'audio_message_filter|video_layer',
[email protected]a3838612009-10-13 21:57:5490 },
91 'ipc': {
92 'filepath': 'ipc/ipc.*',
93 },
94 'linux-sandboxing': {
95 'filepath': 'sandbox/linux/.*',
96 },
97 'sync': {
[email protected]b1f54d12009-11-02 22:59:1798 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
99 'chrome/test/live_sync/.*',
[email protected]a3838612009-10-13 21:57:54100 },
101 'layout_tests': {
102 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
103 },
104 'tools': {
105 'filepath': 'tools/.*',
106 },
107 'tests': {
108 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
109 },
110 'automation': {
111 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
112 },
113 'chrome_frame': {
114 'filepath': 'chrome_frame/.*',
115 },
116 'nacl': {
[email protected]b1f54d12009-11-02 22:59:17117 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
[email protected]e15a4fa2010-02-11 23:09:29118 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
[email protected]a3838612009-10-13 21:57:54119 },
[email protected]374a93c2009-11-05 21:45:56120 'appcache': {
121 'filepath': 'appcache/.*',
122 },
[email protected]87e84f962009-12-22 22:28:03123 'gpu': {
124 'filepath': 'gpu/.*',
125 },
[email protected]a3ce4262010-02-05 17:46:25126 'locale_settings': {
[email protected]d9f3bc022010-02-11 20:53:52127 'filepath': 'chrome/app/resources/locale_settings.*',
[email protected]a3ce4262010-02-05 17:46:25128 },
129 'options_dialog_content': {
130 'filepath': 'chrome/browser/views/options/content_page_view.h|'\
131 'chrome/browser/views/options/general_page_view.h',
132 },
[email protected]88abb082010-04-15 21:19:08133 'chromeos': {
134 'filepath': 'chrome/browser/chromeos/.*',
135 },
[email protected]d5fa18c42010-06-01 22:33:31136 'npapi_headers': {
137 'filepath': 'third_party/npapi/bindings/.*',
138 },
[email protected]304359bf2010-06-10 16:06:02139 'remoting': {
140 'filepath': 'remoting/.*',
141 },
[email protected]ca872e362011-07-12 21:06:03142 'domui_options': {
[email protected]900e4962010-07-19 19:06:44143 'filepath': 'chrome/browser/resources/options/.*|'\
[email protected]62e95912010-10-13 20:35:41144 'chrome/browser/resources/options.html|'\
145 'chrome/browser/dom_ui/options/.*',
[email protected]900e4962010-07-19 19:06:44146 },
[email protected]ca872e362011-07-12 21:06:03147 'ntp': {
[email protected]7c5c6f3a2011-04-28 19:56:49148 'filepath': 'chrome/browser/resources/ntp/.*|'\
149 'chrome/browser/resources/ntp4/.*|'\
150 'chrome/browser/resources/touch_ntp/.*|'\
151 'chrome/browser/resources/touch_ntp/.*|'\
152 'chrome/browser/ui/webui/ntp/.*',
153 },
[email protected]84ba35e32010-08-06 17:22:39154 'cookie_monster': {
155 'filepath': 'net/base/cookie_.*|'\
156 'chrome/browser/net/sqlite_persistent_cookie_store.*',
157 },
[email protected]b3399272010-08-10 19:49:29158 'autofill': {
[email protected]d39655112011-04-18 18:05:36159 'filepath': 'chrome/browser/autofill/.*|'\
[email protected]880e0362011-02-24 00:53:48160 'chrome/browser/resources/options/autofill_.*|'\
[email protected]b3399272010-08-10 19:49:29161 'chrome/browser/sync/glue/autofill_.*|'\
[email protected]d39655112011-04-18 18:05:36162 'chrome/browser/ui/webui/options/autofill_.*|'\
163 'chrome/renderer/autofill/.*|'\
164 'chrome/test/data/autofill/.*|'\
165 'chrome/test/data/autofill/heuristics/input/.*|'\
166 'chrome/test/data/autofill/heuristics/output/.*|'\
167 'chrome/test/data/autofill/merge/input/.*|'\
168 'chrome/test/data/autofill/merge/output/.*',
[email protected]b3399272010-08-10 19:49:29169 },
[email protected]b8a0f8fa2010-09-02 18:35:55170 'webdata': {
171 'filepath': 'chrome/browser/webdata/.*',
172 },
[email protected]7a7a13b2010-08-25 01:10:59173 'i18n': {
174 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
175 '.*locale_settings.*|.*encoding.*',
176 },
[email protected]34911482010-10-01 20:09:43177 'pyauto': {
178 'filepath': 'chrome/test/pyautolib' \
179 '|chrome/test/functional' \
180 '|chrome/browser/automation/automation_provider_json'
[email protected]02c44522010-10-08 17:43:25181 },
182 'labs': {
183 'filepath': 'chrome/browser/labs' \
184 '|chrome/browser/dom_ui/labs'
185 },
[email protected]58b6cfa2011-02-14 12:27:29186 'fileapi': {
187 'filepath': 'file_system/.*' \
188 '|fileapi/.*'
[email protected]fbd846b2010-11-19 01:32:18189 },
[email protected]c55f781e2011-01-20 22:15:19190 'pepper_api': {
191 'filepath': 'ppapi/c/.*',
192 },
[email protected]ee6ded32011-01-24 14:33:27193 'prerender': {
194 'filepath': 'chrome/browser/prerender/.*'
195 },
[email protected]f7bf8ba2011-02-24 22:28:46196 'chromedriver': {
197 'filepath': 'chrome/test/webdriver|third_party/webdriver'
198 },
[email protected]ca872e362011-07-12 21:06:03199 'dom_login': {
[email protected]946b7c122011-04-03 15:19:10200 'filepath': 'chrome/browser/chromeos/frame/.*dom.*' \
201 '|chrome/browser/chromeos/login/.*dom.*' \
202 '|chrome/browser/chromeos/login/.*login_display.*' \
203 '|chrome/browser/chromeos/login/existing_user_controller.*' \
204 '|chrome/browser/resources/login.html' \
205 '|chrome/browser/ui/webui/chromeos/login/.*'
206 },
[email protected]ca872e362011-07-12 21:06:03207 'filebrowse': {
[email protected]a791dac2011-04-07 23:22:57208 'filepath': 'file_browser' \
209 '|file_manager' \
210 '|filebrowse'
211 },
[email protected]ca872e362011-07-12 21:06:03212 'imageburner': {
[email protected]a791dac2011-04-07 23:22:57213 'filepath': 'imageburner'
214 },
[email protected]cef7a6d2011-04-29 20:49:07215 'clang_update': {
216 'filepath': 'tools/clang/scripts/update.sh'
217 },
[email protected]2418b022011-05-19 21:06:02218 'panels': {
219 'filepath': 'chrome/browser/ui/panels/.*',
220 },
[email protected]6bff0ad2011-06-17 01:32:51221 'accelerator_table_gtk': {
222 'filepath': 'chrome/browser/ui/views/accelerator_table_gtk.cc',
223 },
[email protected]ca872e362011-07-12 21:06:03224 'downloads_ui': {
[email protected]1c3fe472011-07-18 23:58:25225 'filepath': 'chrome/browser/resources/.*downloads\..*' \
[email protected]161277d42011-06-24 20:48:45226 '|chrome/browser/ui/webui/.*downloads.*' \
[email protected]ca872e362011-07-12 21:06:03227 '|chrome/browser/ui/views/download/.*' \
228 '|chrome/browser/ui/cocoa/download/.*' \
229 '|chrome/browser/ui/gtk/download/.*'
230 },
231 'x11': {
232 'filepath': 'content/browser/renderer_host/backing_store_x\..*' \
233 '|chrome/browser/chromeos/input_method/xkeyboard\..*' \
234 '|chrome/browser/chromeos/system_key_event_listener\..*' \
235 '|chrome/browser/chromeos/wm_.*' \
236 '|ui/base/x/.*'
[email protected]161277d42011-06-24 20:48:45237 },
[email protected]a3838612009-10-13 21:57:54238 },
[email protected]ca872e362011-07-12 21:06:03239
[email protected]a3838612009-10-13 21:57:54240 'WATCHLISTS': {
241 'this_file': ['[email protected]'],
[email protected]b0434b272010-02-25 10:11:51242 'valgrind': ['[email protected]',
[email protected]8d1ff5b82010-08-04 19:12:45243 '[email protected]',
[email protected]b0434b272010-02-25 10:11:51244 '[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29245 'base': ['[email protected]'],
[email protected]0d1d9582010-03-23 19:26:00246 'browser_main': ['[email protected]'],
[email protected]cabd51c2010-03-17 16:38:11247 'browser_resources': ['[email protected]'],
[email protected]e70e11022010-03-30 15:27:10248 'chromeos_login': ['[email protected]'],
[email protected]50a21ce2011-05-24 20:56:40249 'content': ['[email protected]', '[email protected]'],
[email protected]6ca57ed2010-11-18 17:36:04250 'download': ['[email protected]','[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29251 'history': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03252 'renderer': ['[email protected]',
[email protected]fae8f252010-06-28 03:25:29253 '[email protected]'],
[email protected]30a7fa9c2011-04-07 16:22:28254 'tab_contents': ['[email protected]', '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03255 'webkit': ['[email protected]'],
[email protected]8d1ff5b82010-08-04 19:12:45256 'plugin': ['[email protected]', '[email protected]',
257 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54258 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17259 'extension': ['[email protected]',
[email protected]10d3c4d2011-06-08 13:30:20260 '[email protected]'],
[email protected]dbac96e2010-04-15 12:55:43261 'net': ['[email protected]', '[email protected]'],
[email protected]fc92df062011-04-05 15:32:27262 'net_error_list': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54263 'ftp': ['[email protected]'],
[email protected]346962f2011-06-24 17:30:57264 'media': ['[email protected]', '[email protected]',
265 '[email protected]', '[email protected]',
[email protected]d451a3b2011-02-16 00:17:17266 '[email protected]', '[email protected]',
267 '[email protected]', '[email protected]', '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03268 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54269 'linux-sandboxing': ['[email protected]'],
270 'sync': ['[email protected]', '[email protected]',
[email protected]6f553002010-06-29 01:52:42271 '[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54272 'tools': ['[email protected]'],
[email protected]66e7ce02009-10-20 01:04:22273 'tests': ['[email protected]'],
[email protected]f7bf8ba2011-02-24 22:28:46274 'automation': ['[email protected]', '[email protected]'],
[email protected]ca872e362011-07-12 21:06:03275 'chrome_frame': ['[email protected]'],
276 'nacl': ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56277 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03278 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52279 'locale_settings': ['[email protected]'],
280 'options_dialog_content': ['[email protected]'],
[email protected]88abb082010-04-15 21:19:08281 'chromeos': ['[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31282 'npapi_headers': ['[email protected]'],
[email protected]2e001012011-02-03 14:38:43283 'remoting': ['[email protected]', '[email protected]',
[email protected]e06acea2011-02-03 07:11:07284 '[email protected]', '[email protected]',
285 '[email protected]',
286 '[email protected]',
287 '[email protected]',
288 '[email protected]',
289 '[email protected]'],
[email protected]7c5c6f3a2011-04-28 19:56:49290 'ntp': ['[email protected]'],
[email protected]84ba35e32010-08-06 17:22:39291 'cookie_monster': ['[email protected]'],
[email protected]1dcc01a2011-03-17 08:21:19292 'autofill': ['[email protected]', '[email protected]',
[email protected]2b9d1fe2010-12-10 07:02:22293 '[email protected]'],
[email protected]b8a0f8fa2010-09-02 18:35:55294 'webdata': ['[email protected]'],
[email protected]7a7a13b2010-08-25 01:10:59295 'i18n': ['[email protected]'],
[email protected]34911482010-10-01 20:09:43296 'pyauto': ['[email protected]', '[email protected]',
[email protected]550ca6c2010-11-19 21:18:21297 '[email protected]', '[email protected]'],
[email protected]02c44522010-10-08 17:43:25298 'labs': ['[email protected]'],
[email protected]58b6cfa2011-02-14 12:27:29299 'fileapi': ['[email protected]'],
[email protected]c55f781e2011-01-20 22:15:19300 'pepper_api': ['[email protected]'],
[email protected]790e6be2011-06-14 19:26:39301 'prerender': ['[email protected]', '[email protected]',
302 '[email protected]'],
[email protected]f7bf8ba2011-02-24 22:28:46303 'chromedriver': ['[email protected]'],
[email protected]946b7c122011-04-03 15:19:10304 'dom_login': ['[email protected]'],
[email protected]a791dac2011-04-07 23:22:57305 'imageburner': ['[email protected]', '[email protected]'],
306 'filebrowse': ['[email protected]', '[email protected]'],
[email protected]686bc542011-05-06 07:08:14307 'clang_update': ['[email protected]', '[email protected]'],
[email protected]2418b022011-05-19 21:06:02308 'panels': ['[email protected]', '[email protected]',
[email protected]0f560e0422011-05-21 17:01:33309 '[email protected]', '[email protected]',
[email protected]ca872e362011-07-12 21:06:03310 '[email protected]'],
[email protected]0f560e0422011-05-21 17:01:33311 'importer': ['[email protected]'],
[email protected]f680b992011-06-06 16:14:20312 'views': ['[email protected]'],
[email protected]ca872e362011-07-12 21:06:03313 'accelerator_table_gtk': ['[email protected]', '[email protected]'],
[email protected]1c3fe472011-07-18 23:58:25314 'downloads_ui': ['[email protected]', '[email protected]'],
[email protected]ca872e362011-07-12 21:06:03315 'x11': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54316 },
317}