blob: 4eb7d373a82e974a94bf36d6a0c558a257236d2b [file] [log] [blame]
[email protected]be853e52010-03-21 16:39:081# Copyright (c) 2010 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.
28 'filepath': 'views/.*',
29 },
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': {
56 'filepath': 'chrome/browser/tab_contents/.*',
57 },
58 'webkit': {
59 'filepath': 'webkit/.*',
60 },
61 'plugin': {
[email protected]b1f54d12009-11-02 22:59:1762 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
63 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
[email protected]a3838612009-10-13 21:57:5464 },
65 'worker': {
[email protected]b1f54d12009-11-02 22:59:1766 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
67 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
[email protected]a3838612009-10-13 21:57:5468 },
69 'net': {
70 'filepath': 'net/.*',
71 },
[email protected]fc92df062011-04-05 15:32:2772 'net_error_list': {
73 'filepath': 'net/base/net_error_list.h',
74 },
[email protected]a3838612009-10-13 21:57:5475 'ftp': {
76 'filepath': 'ftp',
77 },
78 'installer': {
79 'filepath': 'chrome/installer/.*',
80 },
81 'importer': {
82 'filepath': '.*import.*',
83 },
84 'media': {
[email protected]464791b2010-03-02 20:26:2385 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
[email protected]c06dca682010-06-22 01:33:4286 'audio_message_filter|video_layer',
[email protected]a3838612009-10-13 21:57:5487 },
88 'ipc': {
89 'filepath': 'ipc/ipc.*',
90 },
91 'linux-sandboxing': {
92 'filepath': 'sandbox/linux/.*',
93 },
94 'sync': {
[email protected]b1f54d12009-11-02 22:59:1795 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
96 'chrome/test/live_sync/.*',
[email protected]a3838612009-10-13 21:57:5497 },
98 'layout_tests': {
99 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
100 },
101 'tools': {
102 'filepath': 'tools/.*',
103 },
104 'tests': {
105 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
106 },
107 'automation': {
108 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
109 },
110 'chrome_frame': {
111 'filepath': 'chrome_frame/.*',
112 },
113 'nacl': {
[email protected]b1f54d12009-11-02 22:59:17114 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
[email protected]e15a4fa2010-02-11 23:09:29115 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
[email protected]a3838612009-10-13 21:57:54116 },
[email protected]374a93c2009-11-05 21:45:56117 'appcache': {
118 'filepath': 'appcache/.*',
119 },
[email protected]87e84f962009-12-22 22:28:03120 'gpu': {
121 'filepath': 'gpu/.*',
122 },
[email protected]a3ce4262010-02-05 17:46:25123 'locale_settings': {
[email protected]d9f3bc022010-02-11 20:53:52124 'filepath': 'chrome/app/resources/locale_settings.*',
[email protected]a3ce4262010-02-05 17:46:25125 },
126 'options_dialog_content': {
127 'filepath': 'chrome/browser/views/options/content_page_view.h|'\
128 'chrome/browser/views/options/general_page_view.h',
129 },
[email protected]88abb082010-04-15 21:19:08130 'chromeos': {
131 'filepath': 'chrome/browser/chromeos/.*',
132 },
[email protected]d5fa18c42010-06-01 22:33:31133 'npapi_headers': {
134 'filepath': 'third_party/npapi/bindings/.*',
135 },
[email protected]304359bf2010-06-10 16:06:02136 'remoting': {
137 'filepath': 'remoting/.*',
138 },
[email protected]900e4962010-07-19 19:06:44139 'domui_options' : {
140 'filepath': 'chrome/browser/resources/options/.*|'\
[email protected]62e95912010-10-13 20:35:41141 'chrome/browser/resources/options.html|'\
142 'chrome/browser/dom_ui/options/.*',
[email protected]900e4962010-07-19 19:06:44143 },
[email protected]84ba35e32010-08-06 17:22:39144 'cookie_monster': {
145 'filepath': 'net/base/cookie_.*|'\
146 'chrome/browser/net/sqlite_persistent_cookie_store.*',
147 },
[email protected]b3399272010-08-10 19:49:29148 'autofill': {
149 'filepath': 'chrome/app/nibs/AutoFill.*|'\
150 'chrome/browser/autofill/.*|'\
[email protected]880e0362011-02-24 00:53:48151 'chrome/browser/resources/options/autofill_.*|'\
[email protected]b3399272010-08-10 19:49:29152 'chrome/browser/sync/glue/autofill_.*|'\
[email protected]880e0362011-02-24 00:53:48153 'chrome/browser/ui/views/autofill_.*|'\
154 'chrome/browser/webui/options/autofill_.*|'\
155 'chrome/renderer/autofill/.*',
[email protected]b3399272010-08-10 19:49:29156 },
[email protected]b8a0f8fa2010-09-02 18:35:55157 'webdata': {
158 'filepath': 'chrome/browser/webdata/.*',
159 },
[email protected]7a7a13b2010-08-25 01:10:59160 'i18n': {
161 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
162 '.*locale_settings.*|.*encoding.*',
163 },
[email protected]34911482010-10-01 20:09:43164 'pyauto': {
165 'filepath': 'chrome/test/pyautolib' \
166 '|chrome/test/functional' \
167 '|chrome/browser/automation/automation_provider_json'
[email protected]02c44522010-10-08 17:43:25168 },
169 'labs': {
170 'filepath': 'chrome/browser/labs' \
171 '|chrome/browser/dom_ui/labs'
172 },
[email protected]58b6cfa2011-02-14 12:27:29173 'fileapi': {
174 'filepath': 'file_system/.*' \
175 '|fileapi/.*'
[email protected]fbd846b2010-11-19 01:32:18176 },
[email protected]c55f781e2011-01-20 22:15:19177 'pepper_api': {
178 'filepath': 'ppapi/c/.*',
179 },
[email protected]ee6ded32011-01-24 14:33:27180 'prerender': {
181 'filepath': 'chrome/browser/prerender/.*'
182 },
[email protected]f7bf8ba2011-02-24 22:28:46183 'chromedriver': {
184 'filepath': 'chrome/test/webdriver|third_party/webdriver'
185 },
[email protected]946b7c122011-04-03 15:19:10186 'dom_login' : {
187 'filepath': 'chrome/browser/chromeos/frame/.*dom.*' \
188 '|chrome/browser/chromeos/login/.*dom.*' \
189 '|chrome/browser/chromeos/login/.*login_display.*' \
190 '|chrome/browser/chromeos/login/existing_user_controller.*' \
191 '|chrome/browser/resources/login.html' \
192 '|chrome/browser/ui/webui/chromeos/login/.*'
193 },
[email protected]a3838612009-10-13 21:57:54194 },
195
196 'WATCHLISTS': {
197 'this_file': ['[email protected]'],
[email protected]b0434b272010-02-25 10:11:51198 'valgrind': ['[email protected]',
[email protected]8d1ff5b82010-08-04 19:12:45199 '[email protected]',
[email protected]b0434b272010-02-25 10:11:51200 '[email protected]'],
[email protected]44af3092010-08-31 18:01:14201 'mac': ['[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29202 'base': ['[email protected]'],
[email protected]0d1d9582010-03-23 19:26:00203 'browser_main': ['[email protected]'],
[email protected]cabd51c2010-03-17 16:38:11204 'browser_resources': ['[email protected]'],
[email protected]e70e11022010-03-30 15:27:10205 'chromeos_login': ['[email protected]'],
[email protected]8f4db79162011-02-23 23:57:23206 'content': ['[email protected]'],
[email protected]6ca57ed2010-11-18 17:36:04207 'download': ['[email protected]','[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29208 'history': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03209 'renderer': ['[email protected]',
[email protected]fae8f252010-06-28 03:25:29210 '[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29211 'tab_contents': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03212 'webkit': ['[email protected]'],
[email protected]8d1ff5b82010-08-04 19:12:45213 'plugin': ['[email protected]', '[email protected]',
214 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54215 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17216 'extension': ['[email protected]',
217 '[email protected]',
218 '[email protected]'],
[email protected]dbac96e2010-04-15 12:55:43219 'net': ['[email protected]', '[email protected]'],
[email protected]fc92df062011-04-05 15:32:27220 'net_error_list': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54221 'ftp': ['[email protected]'],
[email protected]e06acea2011-02-03 07:11:07222 'media': ['[email protected]', '[email protected]',
[email protected]3a5df0272010-11-12 20:40:01223 '[email protected]', '[email protected]',
[email protected]d451a3b2011-02-16 00:17:17224 '[email protected]', '[email protected]',
225 '[email protected]', '[email protected]', '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03226 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54227 'linux-sandboxing': ['[email protected]'],
228 'sync': ['[email protected]', '[email protected]',
[email protected]6f553002010-06-29 01:52:42229 '[email protected]', '[email protected]'],
[email protected]c8b96f9f2010-09-30 00:40:46230 'layout_tests': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54231 'tools': ['[email protected]'],
[email protected]66e7ce02009-10-20 01:04:22232 'tests': ['[email protected]'],
[email protected]f7bf8ba2011-02-24 22:28:46233 'automation': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54234 'chrome_frame' : ['[email protected]'],
235 'nacl' : ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56236 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03237 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52238 'locale_settings': ['[email protected]'],
239 'options_dialog_content': ['[email protected]'],
[email protected]88abb082010-04-15 21:19:08240 'chromeos': ['[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31241 'npapi_headers': ['[email protected]'],
[email protected]2e001012011-02-03 14:38:43242 'remoting': ['[email protected]', '[email protected]',
[email protected]e06acea2011-02-03 07:11:07243 '[email protected]', '[email protected]',
244 '[email protected]',
245 '[email protected]',
246 '[email protected]',
247 '[email protected]',
248 '[email protected]'],
[email protected]84ba35e32010-08-06 17:22:39249 'cookie_monster': ['[email protected]'],
[email protected]1dcc01a2011-03-17 08:21:19250 'autofill': ['[email protected]', '[email protected]',
[email protected]2b9d1fe2010-12-10 07:02:22251 '[email protected]'],
[email protected]b8a0f8fa2010-09-02 18:35:55252 'webdata': ['[email protected]'],
[email protected]7a7a13b2010-08-25 01:10:59253 'i18n': ['[email protected]'],
[email protected]34911482010-10-01 20:09:43254 'pyauto': ['[email protected]', '[email protected]',
[email protected]550ca6c2010-11-19 21:18:21255 '[email protected]', '[email protected]'],
[email protected]02c44522010-10-08 17:43:25256 'labs': ['[email protected]'],
[email protected]58b6cfa2011-02-14 12:27:29257 'fileapi': ['[email protected]'],
[email protected]c55f781e2011-01-20 22:15:19258 'pepper_api': ['[email protected]'],
[email protected]d5ccd7b2011-02-23 21:09:33259 'prerender': ['[email protected]', '[email protected]'],
[email protected]f7bf8ba2011-02-24 22:28:46260 'chromedriver': ['[email protected]'],
[email protected]946b7c122011-04-03 15:19:10261 'dom_login': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54262 },
263}