blob: 6a75b0ea73ba91bff54df7e9315b5d6042a6d0db [file] [log] [blame]
[email protected]37f978c2012-01-05 17:58:171# Copyright (c) 2012 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
[email protected]f2f0fbb92012-07-14 15:52:498# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
[email protected]a3838612009-10-13 21:57:5410
11{
12 'WATCHLIST_DEFINITIONS': {
[email protected]f76c8852012-06-21 16:37:0013 'accelerator_table': {
14 'filepath': 'ash/accelerators/accelerator_table\.cc' \
15 '|chrome/browser/ui/views/accelerator_table\.cc',
[email protected]a3838612009-10-13 21:57:5416 },
[email protected]f76c8852012-06-21 16:37:0017 'accessibility': {
[email protected]f2f0fbb92012-07-14 15:52:4918 'filepath': 'chrome/browser/accessibility/' \
19 '|content/browser/accessibility/' \
20 '|chrome/.*accessib' \
21 '|ui/base/accessibility/' \
22 '|ui/views/accessibility/'
[email protected]a3838612009-10-13 21:57:5423 },
[email protected]8a197f22012-06-22 14:59:0524 'app_list': {
[email protected]f2f0fbb92012-07-14 15:52:4925 'filepath': 'ui/app_list/',
[email protected]8a197f22012-06-22 14:59:0526 },
[email protected]374a93c2009-11-05 21:45:5627 'appcache': {
[email protected]f2f0fbb92012-07-14 15:52:4928 'filepath': 'appcache/',
[email protected]374a93c2009-11-05 21:45:5629 },
[email protected]f76c8852012-06-21 16:37:0030 'aura': {
[email protected]f2f0fbb92012-07-14 15:52:4931 'filepath': 'ui/aura/|'\
32 'ash/',
[email protected]84ba35e32010-08-06 17:22:3933 },
[email protected]b3399272010-08-10 19:49:2934 'autofill': {
[email protected]f2f0fbb92012-07-14 15:52:4935 'filepath': 'chrome/browser/autofill/|'\
36 'chrome/browser/resources/options/autofill_|'\
37 'chrome/browser/sync/glue/autofill_|'\
38 'chrome/browser/ui/webui/options/autofill_|'\
39 'chrome/renderer/autofill/|'\
40 'chrome/test/data/autofill/|'\
41 'chrome/test/data/autofill/heuristics/input/|'\
42 'chrome/test/data/autofill/heuristics/output/|'\
43 'chrome/test/data/autofill/merge/input/|'\
44 'chrome/test/data/autofill/merge/output/|'\
45 'webkit/forms/',
[email protected]b3399272010-08-10 19:49:2946 },
[email protected]f76c8852012-06-21 16:37:0047 'automation': {
[email protected]f2f0fbb92012-07-14 15:52:4948 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
[email protected]b8a0f8fa2010-09-02 18:35:5549 },
[email protected]f76c8852012-06-21 16:37:0050 'base': {
[email protected]f2f0fbb92012-07-14 15:52:4951 'filepath': '^base/',
[email protected]7a7a13b2010-08-25 01:10:5952 },
[email protected]1ed5e0fd2012-07-19 00:19:0553 'base_memory': {
54 'filepath': '^base/memory',
55 },
[email protected]f76c8852012-06-21 16:37:0056 'browser': {
[email protected]f2f0fbb92012-07-14 15:52:4957 'filepath': 'chrome/browser/',
[email protected]02c44522010-10-08 17:43:2558 },
[email protected]f76c8852012-06-21 16:37:0059 'browser_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:4960 'filepath': 'chrome/browser/chromeos/',
[email protected]02c44522010-10-08 17:43:2561 },
[email protected]22650d22012-07-18 17:02:3562 'browser_components': {
63 'filepath': 'chrome/browser/autofill/',
64 },
[email protected]f76c8852012-06-21 16:37:0065 'browser_compositor': {
[email protected]f2f0fbb92012-07-14 15:52:4966 'filepath': 'ui/compositor/'
[email protected]fbd846b2010-11-19 01:32:1867 },
[email protected]f76c8852012-06-21 16:37:0068 'browser_main': {
69 'filepath': 'chrome/browser/browser_main.cc',
70 },
71 'browser_resources': {
[email protected]f2f0fbb92012-07-14 15:52:4972 'filepath': 'chrome/browser/resources/',
[email protected]f76c8852012-06-21 16:37:0073 },
[email protected]0ce480532012-07-20 12:33:2074 'browsing_data': {
75 'filepath': 'chrome/browser/browsing_data/',
76 },
[email protected]f76c8852012-06-21 16:37:0077 'bubble': {
[email protected]f2f0fbb92012-07-14 15:52:4978 'filepath': 'ui/views/bubble/|'\
79 'chrome/browser/ui/views/bubble/',
[email protected]f76c8852012-06-21 16:37:0080 },
81 'chrome_frame': {
[email protected]f2f0fbb92012-07-14 15:52:4982 'filepath': 'chrome_frame/',
[email protected]ee6ded32011-01-24 14:33:2783 },
[email protected]d5b21972012-07-20 02:06:0184 'chrome_views': {
85 'filepath': 'chrome/browser/ui/views',
86 },
[email protected]f7bf8ba2011-02-24 22:28:4687 'chromedriver': {
88 'filepath': 'chrome/test/webdriver|third_party/webdriver'
89 },
[email protected]f76c8852012-06-21 16:37:0090 'chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:4991 'filepath': 'chromeos/',
[email protected]531b1532011-08-11 03:52:0192 },
[email protected]f76c8852012-06-21 16:37:0093 'chromeos_login': {
[email protected]f2f0fbb92012-07-14 15:52:4994 'filepath': 'chrome/browser/chromeos/login/|'\
95 'chrome/browser/ui/webui/chromeos/login/|'\
96 'chrome/browser/resources/chromeos/login/',
[email protected]a791dac2011-04-07 23:22:5797 },
[email protected]f76c8852012-06-21 16:37:0098 'chromeos_webui': {
[email protected]f2f0fbb92012-07-14 15:52:4999 'filepath': 'chrome/browser/ui/webui/chromeos/|'\
100 'chrome/browser/resources/chromeos/',
[email protected]ba03af42012-03-08 01:37:12101 },
[email protected]cef7a6d2011-04-29 20:49:07102 'clang_update': {
103 'filepath': 'tools/clang/scripts/update.sh'
104 },
[email protected]f76c8852012-06-21 16:37:00105 'clipboard': {
106 'filepath': 'clipboard|dnd|drag|drop',
[email protected]2418b022011-05-19 21:06:02107 },
[email protected]6acd6d22012-08-03 15:00:45108 'contacts': {
109 'filepath': 'chrome/browser/chromeos/contacts/|'\
110 'chrome/browser/chromeos/gdata/gdata_contacts_service',
111 },
[email protected]f76c8852012-06-21 16:37:00112 'content': {
[email protected]f2f0fbb92012-07-14 15:52:49113 'filepath': 'content/',
[email protected]f76c8852012-06-21 16:37:00114 },
115 'cookie_monster': {
[email protected]f2f0fbb92012-07-14 15:52:49116 'filepath': 'net/cookies/|'\
117 'chrome/browser/net/sqlite_persistent_cookie_store',
[email protected]f76c8852012-06-21 16:37:00118 },
[email protected]bab2a832012-07-11 23:29:41119 'disk_cache': {
120 'filepath': 'net/disk_cache/|http_cache',
121 },
[email protected]f76c8852012-06-21 16:37:00122 'dns': {
[email protected]f2f0fbb92012-07-14 15:52:49123 'filepath': 'net/base/host_resolver|' \
124 'net/base/host_cache|' \
125 'net/dns/'
[email protected]f76c8852012-06-21 16:37:00126 },
127 'domui_options': {
[email protected]f2f0fbb92012-07-14 15:52:49128 'filepath': 'chrome/browser/resources/options/|'\
[email protected]f76c8852012-06-21 16:37:00129 'chrome/browser/resources/options.html|'\
[email protected]f2f0fbb92012-07-14 15:52:49130 'chrome/browser/ui/webui/options/',
[email protected]f76c8852012-06-21 16:37:00131 },
132 'download': {
[email protected]f2f0fbb92012-07-14 15:52:49133 'filepath': 'chrome/browser/download/|'\
134 'content/browser/download/',
[email protected]6bff0ad2011-06-17 01:32:51135 },
[email protected]ca872e362011-07-12 21:06:03136 'downloads_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49137 'filepath': 'chrome/browser/resources/.*downloads\.' \
138 '|chrome/browser/ui/webui/.*downloads' \
139 '|chrome/browser/ui/views/download/' \
140 '|chrome/browser/ui/cocoa/download/' \
141 '|chrome/browser/ui/gtk/download/'
[email protected]ca872e362011-07-12 21:06:03142 },
[email protected]f76c8852012-06-21 16:37:00143 'extension': {
144 'filepath': 'extension',
[email protected]161277d42011-06-24 20:48:45145 },
[email protected]f76c8852012-06-21 16:37:00146 'fileapi': {
[email protected]f2f0fbb92012-07-14 15:52:49147 'filepath': 'file_system/' \
148 '|fileapi/'
[email protected]80919512011-08-03 08:51:04149 },
[email protected]f76c8852012-06-21 16:37:00150 'filebrowse': {
151 'filepath': 'file_browser' \
152 '|file_manager' \
153 '|filebrowse'
[email protected]4b07b62cc2011-10-03 17:52:39154 },
[email protected]f76c8852012-06-21 16:37:00155 'ftp': {
156 'filepath': 'ftp',
[email protected]ffeb189d2011-10-05 18:49:39157 },
[email protected]f76c8852012-06-21 16:37:00158 'fullscreen_controller': {
159 'filepath': 'fullscreen_controller',
160 },
161 'gdata' : {
162 'filepath': 'gdata'
163 },
164 'gpu': {
[email protected]f2f0fbb92012-07-14 15:52:49165 'filepath': 'gpu/',
[email protected]f76c8852012-06-21 16:37:00166 },
167 'history': {
[email protected]f2f0fbb92012-07-14 15:52:49168 'filepath': 'chrome/browser/history/',
[email protected]f76c8852012-06-21 16:37:00169 },
170 'history_ui': {
[email protected]f2f0fbb92012-07-14 15:52:49171 'filepath': 'chrome/browser/resources/history',
[email protected]f76c8852012-06-21 16:37:00172 },
173 'i18n': {
[email protected]f2f0fbb92012-07-14 15:52:49174 'filepath': 'base/i18n/|base/string|l10n|icu|'\
175 'locale_settings|encoding',
[email protected]f76c8852012-06-21 16:37:00176 },
177 'imageburner': {
178 'filepath': 'imageburner'
179 },
180 'importer': {
[email protected]f2f0fbb92012-07-14 15:52:49181 'filepath': 'import',
[email protected]f76c8852012-06-21 16:37:00182 },
183 'installer': {
[email protected]f2f0fbb92012-07-14 15:52:49184 'filepath': 'chrome/installer/',
[email protected]f76c8852012-06-21 16:37:00185 },
[email protected]56b4b09d32012-07-27 18:28:41186 'instant': {
187 'filepath': 'instant|searchbox',
188 },
[email protected]f76c8852012-06-21 16:37:00189 'ipc': {
[email protected]f2f0fbb92012-07-14 15:52:49190 'filepath': 'ipc/ipc',
[email protected]f76c8852012-06-21 16:37:00191 },
192 'labs': {
193 'filepath': 'chrome/browser/labs' \
194 '|chrome/browser/dom_ui/labs'
195 },
196 'layout_tests': {
[email protected]f2f0fbb92012-07-14 15:52:49197 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
[email protected]f76c8852012-06-21 16:37:00198 },
199 'linux-sandboxing': {
[email protected]f2f0fbb92012-07-14 15:52:49200 'filepath': 'sandbox/linux/',
[email protected]f76c8852012-06-21 16:37:00201 },
202 'linux-seccomp-bpf': {
203 'filepath': 'content/common/sandbox_init_linux.cc',
204 },
205 'locale_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49206 'filepath': 'chrome/app/resources/locale_settings',
[email protected]f76c8852012-06-21 16:37:00207 },
208 'mac': {
209 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
210 },
211 'media': {
[email protected]f2f0fbb92012-07-14 15:52:49212 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
[email protected]034548d2012-07-31 20:34:00213 'audio_message_filter|video_layer|media_internals',
[email protected]f76c8852012-06-21 16:37:00214 },
215 'message_loop': {
[email protected]f2f0fbb92012-07-14 15:52:49216 'filepath': 'base/message_'
[email protected]f76c8852012-06-21 16:37:00217 },
218 'metrics': {
[email protected]f2f0fbb92012-07-14 15:52:49219 'filepath': 'base/metrics/'\
220 '|chrome/browser/metrics/'\
221 '|chrome/common/metrics/'\
222 '|chrome_frame/metrics'\
223 '|chrome/browser/chromeos/external_metrics'\
224 '|chrome/browser/extensions/api/metrics/metrics'\
225 '|chrome/browser/ui/webui/metrics_handler'\
[email protected]f76c8852012-06-21 16:37:00226 '|content/browser/user_metrics.cc'\
227 '|content/public/browser/user_metrics.h'\
228 '|chrome/tools/extract_actions.py'
229 },
230 'mouse_lock': {
231 'filepath': 'mouse_lock',
232 },
233 'nacl': {
[email protected]f2f0fbb92012-07-14 15:52:49234 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
235 'chrome/browser/nacl_host/|chrome/common/nacl',
[email protected]f76c8852012-06-21 16:37:00236 },
237 'net': {
[email protected]f2f0fbb92012-07-14 15:52:49238 'filepath': 'net/',
[email protected]f76c8852012-06-21 16:37:00239 },
240 'net_error_list': {
241 'filepath': 'net/base/net_error_list.h',
242 },
243 'net_log': {
[email protected]f2f0fbb92012-07-14 15:52:49244 'filepath': 'net/base/net_log|' \
245 'chrome/browser/net/.*net_log|' \
246 'chrome/browser/net/passive_log_collector|' \
247 'chrome/browser/resources/net_internals/|' \
248 'chrome/browser/ui/webui/net_internals/'
[email protected]f76c8852012-06-21 16:37:00249 },
250 'npapi_headers': {
[email protected]f2f0fbb92012-07-14 15:52:49251 'filepath': 'third_party/npapi/bindings/',
[email protected]f76c8852012-06-21 16:37:00252 },
253 'ntp': {
[email protected]f2f0fbb92012-07-14 15:52:49254 'filepath': 'chrome/browser/resources/ntp4/|'\
255 'chrome/browser/resources/touch_ntp/|'\
256 'chrome/browser/resources/touch_ntp/|'\
257 'chrome/browser/ui/webui/ntp/',
[email protected]f76c8852012-06-21 16:37:00258 },
259 'omnibox': {
[email protected]f2f0fbb92012-07-14 15:52:49260 'filepath': 'chrome/browser/autocomplete/'\
261 '|chrome/browser/ui/.*/omnibox/'
[email protected]f76c8852012-06-21 16:37:00262 },
263 'panels': {
[email protected]f2f0fbb92012-07-14 15:52:49264 'filepath': 'chrome/browser/ui/panels/',
[email protected]f76c8852012-06-21 16:37:00265 },
266 'pepper_api': {
[email protected]f2f0fbb92012-07-14 15:52:49267 'filepath': 'ppapi/c/',
[email protected]f76c8852012-06-21 16:37:00268 },
269 'plugin': {
[email protected]f2f0fbb92012-07-14 15:52:49270 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
271 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
[email protected]f76c8852012-06-21 16:37:00272 },
273 'prerender': {
[email protected]78375a52012-07-14 14:47:57274 'filepath': 'prerender'
[email protected]f76c8852012-06-21 16:37:00275 },
276 'pyauto': {
277 'filepath': 'chrome/test/pyautolib' \
278 '|chrome/test/functional' \
279 '|chrome/browser/automation/automation_provider_json'
280 },
281 'remoting': {
[email protected]f2f0fbb92012-07-14 15:52:49282 'filepath': 'remoting/',
[email protected]f76c8852012-06-21 16:37:00283 },
284 'renderer': {
[email protected]f2f0fbb92012-07-14 15:52:49285 'filepath': 'chrome/browser/renderer_host/|chrome/renderer/|'\
286 'chrome/common/render',
[email protected]f76c8852012-06-21 16:37:00287 },
[email protected]21cd39b2012-06-28 01:48:40288 'search': {
[email protected]f2f0fbb92012-07-14 15:52:49289 'filepath': 'chrome/browser/ui/search/',
[email protected]21cd39b2012-06-28 01:48:40290 },
[email protected]f76c8852012-06-21 16:37:00291 'sessions': {
[email protected]f2f0fbb92012-07-14 15:52:49292 'filepath': 'chrome/browser/sessions/',
[email protected]f76c8852012-06-21 16:37:00293 },
294 'shell_window': {
[email protected]f2f0fbb92012-07-14 15:52:49295 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)extensions/shell'
[email protected]f76c8852012-06-21 16:37:00296 },
297 'site_instance': {
[email protected]f2f0fbb92012-07-14 15:52:49298 'filepath': 'content/browser/site_instance|'\
299 'content/browser/browsing_instance',
[email protected]f76c8852012-06-21 16:37:00300 },
301 'speech': {
[email protected]f2f0fbb92012-07-14 15:52:49302 'filepath': 'chrome/browser/speech/'\
303 '|content/browser/speech/'\
304 '|content/common/.*speech'\
305 '|content/public/.*speech'
[email protected]f76c8852012-06-21 16:37:00306 },
307 'sync': {
[email protected]f2f0fbb92012-07-14 15:52:49308 'filepath': 'chrome/browser/sync/',
[email protected]f76c8852012-06-21 16:37:00309 },
310 'tab_contents': {
[email protected]f2f0fbb92012-07-14 15:52:49311 'filepath': 'chrome/browser/tab_contents/|'\
312 'content/browser/tab_contents/|'\
313 'chrome/browser/ui/tab_contents/',
[email protected]f76c8852012-06-21 16:37:00314 },
315 'task_manager': {
316 'filepath': 'task_manager'
317 },
318 'tests': {
[email protected]f2f0fbb92012-07-14 15:52:49319 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
[email protected]0cde05a02011-11-30 23:36:52320 },
[email protected]1cbbb30b2011-10-14 08:03:56321 'textinput': {
[email protected]f2f0fbb92012-07-14 15:52:49322 'filepath': 'content/browser/renderer_host/gtk_im'\
323 '|content/browser/renderer_host/gtk_key'\
324 '|content/browser/renderer_host/render_widget_host_view'\
325 '|content/browser/renderer_host/text_input'\
326 '|ui/base/ime/'\
327 '|ui/base/gtk/event'\
328 '|ui/base/gtk/gtk_im'\
329 '|ui/base/keycodes/'\
330 '|ui/base/win/ime'\
331 '|ui/views/controls/textfield/'\
332 '|ui/views/ime/'
[email protected]1cbbb30b2011-10-14 08:03:56333 },
[email protected]3a117c62011-11-29 04:28:02334 'textinput_chromeos': {
[email protected]f2f0fbb92012-07-14 15:52:49335 'filepath': 'chrome/browser/chromeos/input_method/'\
336 '|chrome/browser/chromeos/extensions/input_method'\
337 '|chrome/browser/chromeos/status/input_method'\
338 '|chrome/browser/extensions/extension_input_'\
339 '|chrome/browser/resources/keyboard'\
340 '|chrome/browser/resources/options/language'\
[email protected]ef03eae2011-11-30 08:43:43341 '|chrome/browser/ui/webui/options/'\
[email protected]f2f0fbb92012-07-14 15:52:49342 'chromeos/.*(language|keyboard)'\
343 '|chrome/browser/ui/webui/options/language'
[email protected]3a117c62011-11-29 04:28:02344 },
[email protected]f76c8852012-06-21 16:37:00345 'this_file': {
346 'filepath': '^WATCHLISTS$',
[email protected]1cbbb30b2011-10-14 08:03:56347 },
[email protected]f76c8852012-06-21 16:37:00348 'tools': {
[email protected]f2f0fbb92012-07-14 15:52:49349 'filepath': 'tools/',
[email protected]6bea7b42011-10-19 19:47:09350 },
[email protected]f76c8852012-06-21 16:37:00351 'tools_emacs': {
[email protected]f2f0fbb92012-07-14 15:52:49352 'filepath': 'tools/emacs/',
[email protected]65676d32012-04-18 14:41:05353 },
[email protected]6b5093c2012-05-23 19:10:18354 'ui_resources': {
[email protected]f2f0fbb92012-07-14 15:52:49355 'filepath': 'ui/resources/'\
356 '|ui/base/native_theme/resources/'\
357 '|chrome/app/theme/'
[email protected]6b5093c2012-05-23 19:10:18358 },
[email protected]f76c8852012-06-21 16:37:00359 'valgrind': {
360 'filepath': 'valgrind',
361 },
362 'views': {
363 # Applies to all files and subdirs within this directory.
[email protected]f2f0fbb92012-07-14 15:52:49364 'filepath': '^ui/views/',
[email protected]f76c8852012-06-21 16:37:00365 },
366 'views_core': {
367 'filepath': 'ui/views/view.h|'\
368 'ui/views/view.cc|'\
[email protected]f2f0fbb92012-07-14 15:52:49369 'ui/views/widget/',
[email protected]f76c8852012-06-21 16:37:00370 },
[email protected]d9010032012-07-16 22:50:30371 'webintents': {
372 'filepath': 'chrome/browser/intents/.*'\
373 '|chrome/browser/ui/intents/.*'\
374 '|chrome/browser/webdata/.*intent.*'\
375 '|chrome/browser/ui/webui/options2/.*intent.*'\
376 '|chrome/browser/ui/cocoa/.*intent.*'\
377 '|chrome/browser/ui/gtk/.*intent.*'\
378 '|chrome/browser/ui/views/.*intent.*'\
379 '|content/browser/intents/.*'\
380 '|content/common/intents.*'\
381 '|content/public/browser/.*intent.*'
382 '|webkit/glue/.*intent.*'
383 },
[email protected]208879542012-07-05 11:15:34384 'website_settings': {
[email protected]f2f0fbb92012-07-14 15:52:49385 'filepath': 'chrome/browser/content_settings/'\
386 '|chrome/browser/ui/views/website_settings/'\
387 '|chrome/browser/ui/website_settings/'\
388 '|chrome/common/content_settings',
[email protected]208879542012-07-05 11:15:34389 },
[email protected]f76c8852012-06-21 16:37:00390 'webkit': {
[email protected]f2f0fbb92012-07-14 15:52:49391 'filepath': 'webkit/',
[email protected]f76c8852012-06-21 16:37:00392 },
393 'worker': {
[email protected]f2f0fbb92012-07-14 15:52:49394 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\
395 'chrome/common/worker_messages|webkit/glue/webworker',
[email protected]f76c8852012-06-21 16:37:00396 },
397 'x11': {
[email protected]f2f0fbb92012-07-14 15:52:49398 'filepath': 'content/browser/renderer_host/backing_store_x\.' \
399 '|chrome/browser/chromeos/input_method/xkeyboard\.' \
400 '|chrome/browser/chromeos/system_key_event_listener\.' \
[email protected]f76c8852012-06-21 16:37:00401 '|chrome/browser/chromeos/'\
[email protected]f2f0fbb92012-07-14 15:52:49402 'xinput_hierarchy_changed_event_listener\.' \
403 '|chrome/browser/chromeos/wm_' \
404 '|ui/base/x/'
[email protected]0d710852012-05-24 01:18:40405 },
[email protected]a3838612009-10-13 21:57:54406 },
[email protected]ca872e362011-07-12 21:06:03407
[email protected]a3838612009-10-13 21:57:54408 'WATCHLISTS': {
[email protected]f76c8852012-06-21 16:37:00409 'accelerator_table': ['[email protected]',
410 '[email protected]',
411 '[email protected]'],
412 'accessibility': ['[email protected]',
413 '[email protected]',
414 '[email protected]',
415 '[email protected]',
416 '[email protected]',
417 '[email protected]',
418 '[email protected]',
419 '[email protected]',
420 '[email protected]'],
[email protected]8a197f22012-06-22 14:59:05421 'app_list': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00422 'appcache': ['[email protected]'],
423 'aura': ['[email protected]', '[email protected]'],
424 'autofill': ['[email protected]', '[email protected]',
425 '[email protected]'],
[email protected]be4f8662012-01-02 15:59:59426 'automation': ['[email protected]',
[email protected]73f3435e2011-10-14 13:20:21427 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00428 'base': ['[email protected]', '[email protected]'],
[email protected]1ed5e0fd2012-07-19 00:19:05429 'base_memory': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18430 'browser_chromeos': ['[email protected]',
431 '[email protected]',
432 '[email protected]'],
[email protected]22650d22012-07-18 17:02:35433 'browser_components': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00434 'browser_compositor': ['[email protected]', '[email protected]',
[email protected]21cd39b2012-06-28 01:48:40435 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00436 'browser_main': ['[email protected]'],
437 'browser_resources': ['[email protected]'],
[email protected]0ce480532012-07-20 12:33:20438 'browsing_data': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00439 'bubble': ['[email protected]', '[email protected]'],
440 'chrome_frame': ['[email protected]', '[email protected]',
441 '[email protected]'],
[email protected]d5b21972012-07-20 02:06:01442 'chrome_views': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00443 'chromedriver': ['[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18444 'chromeos' : ['[email protected]',
445 '[email protected]'],
[email protected]93a564782011-09-28 14:20:31446 'chromeos_webui': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00447 'clang_update': ['[email protected]', '[email protected]',
448 '[email protected]'],
449 'clipboard': ['[email protected]'],
[email protected]6acd6d22012-08-03 15:00:45450 'contacts': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00451 'content': ['[email protected]', '[email protected]',
[email protected]ad74c372012-06-28 11:02:58452 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00453 'cookie_monster': ['[email protected]', '[email protected]',
454 '[email protected]'],
[email protected]bab2a832012-07-11 23:29:41455 'disk_cache': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00456 'dns': ['[email protected]'],
457 'download': ['[email protected]'],
458 'downloads_ui': ['[email protected]', '[email protected]'],
459 'extension': ['[email protected]',
460 '[email protected]'],
461 'fileapi': ['[email protected]'],
462 'filebrowse': ['[email protected]'],
463 'ftp': ['[email protected]'],
464 'fullscreen_controller': ['[email protected]'],
465 'gdata': ['[email protected]'],
466 'gpu': ['[email protected]'],
467 'history': ['[email protected]'],
468 'history_ui': ['[email protected]'],
469 'i18n': ['[email protected]'],
470 'imageburner': ['[email protected]', '[email protected]'],
471 'importer': ['[email protected]'],
472 'installer': ['[email protected]'],
[email protected]c0baf2352012-08-01 02:52:57473 'instant': ['[email protected]', '[email protected]',
474 '[email protected]', '[email protected]',
475 '[email protected]', '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00476 'ipc': ['[email protected]', '[email protected]'],
477 'labs': ['[email protected]'],
478 'linux-sandboxing': ['[email protected]', '[email protected]'],
479 'linux-seccomp-bpf': ['[email protected]'],
480 'locale_settings': ['[email protected]'],
481 'media': ['[email protected]'],
482 'message_loop': ['[email protected]'],
483 'metrics': ['[email protected]',
484 '[email protected]',
485 '[email protected]'],
486 'mouse_lock': ['[email protected]'],
487 'nacl': ['[email protected]'],
488 'net': ['[email protected]', '[email protected]'],
489 'net_error_list': ['[email protected]'],
490 'net_log': ['[email protected]', '[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31491 'npapi_headers': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00492 'ntp': ['[email protected]', '[email protected]'],
493 'omnibox': ['[email protected]'],
494 'panels': ['[email protected]', '[email protected]',
495 '[email protected]', '[email protected]'],
496 'pepper_api': ['[email protected]', '[email protected]',
497 '[email protected]', '[email protected]'],
498 'plugin': ['[email protected]', '[email protected]',
499 '[email protected]'],
500 'prerender': ['[email protected]', '[email protected]',
[email protected]78375a52012-07-14 14:47:57501 '[email protected]', '[email protected]',
502 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00503 'pyauto': ['[email protected]',
504 '[email protected]', '[email protected]',
505 '[email protected]'],
[email protected]e2c1e292012-01-25 23:40:34506 'remoting': ['[email protected]',
507 '[email protected]',
508 '[email protected]',
[email protected]84cdbcc42011-11-17 01:01:01509 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07510 '[email protected]',
511 '[email protected]',
512 '[email protected]',
513 '[email protected]',
[email protected]6ceb3fc52011-12-08 22:04:34514 '[email protected]',
515 '[email protected]',
516 '[email protected]'],
[email protected]f76c8852012-06-21 16:37:00517 'renderer': ['[email protected]',
518 '[email protected]'],
[email protected]21cd39b2012-06-28 01:48:40519 'search': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00520 'sessions': ['[email protected]'],
521 'shell_window': ['[email protected]'],
522 'site_instance': ['[email protected]', '[email protected]'],
523 'speech': ['[email protected]'],
524 'sync': ['[email protected]', '[email protected]',
525 '[email protected]', '[email protected]'],
526 'tab_contents': ['[email protected]', '[email protected]',
527 '[email protected]', '[email protected]'],
[email protected]531b1532011-08-11 03:52:01528 'task_manager': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00529 'tests': [],
[email protected]494f3cf2011-11-14 07:14:02530 'textinput': ['[email protected]',
531 '[email protected]',
532 '[email protected]'],
[email protected]3a117c62011-11-29 04:28:02533 'textinput_chromeos': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00534 'this_file': ['[email protected]'],
535 'tools': ['[email protected]'],
536 'tools_emacs': ['[email protected]',
537 '[email protected]'],
[email protected]6b5093c2012-05-23 19:10:18538 'ui_resources': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00539 'valgrind': ['[email protected]',
540 '[email protected]',
541 '[email protected]'],
542 'views': ['[email protected]'],
543 'views_core': ['[email protected]'],
[email protected]d9010032012-07-16 22:50:30544 'webintents': [
545 '[email protected]',
546 '[email protected]'],
[email protected]208879542012-07-05 11:15:34547 'website_settings': ['[email protected]'],
[email protected]f76c8852012-06-21 16:37:00548 'webkit': ['[email protected]'],
549 'worker': ['[email protected]'],
550 'x11': ['[email protected]',
551 '[email protected]',
552 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54553 },
554}