blob: bb125890c1565c0ae146507c136322dfc5836d23 [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 },
[email protected]f46447a2011-09-29 20:56:1730 'aura': {
31 'filepath': 'ui/aura/.*'\
32 'ui/aura_shell/.*',
33 },
34 'views_core': {
35 'filepath': 'views/view.h'\
36 'views/view.cc'\
37 'views/widget/.*',
38 },
[email protected]a3838612009-10-13 21:57:5439 'browser': {
40 'filepath': 'chrome/browser/.*',
41 },
[email protected]bf1ca902010-03-23 17:34:2942 'browser_main': {
43 'filepath': 'chrome/browser/browser_main.cc',
44 },
[email protected]cabd51c2010-03-17 16:38:1145 'browser_resources': {
46 'filepath': 'chrome/browser/resources/.*',
47 },
[email protected]6a527c92011-11-04 21:16:2848 'bubble': {
49 'filepath': 'views/bubble/.*|'\
50 'chrome/browser/ui/views/bubble/.*',
51 },
[email protected]e70e11022010-03-30 15:27:1052 'chromeos_login': {
[email protected]93a564782011-09-28 14:20:3153 'filepath': 'chrome/browser/chromeos/login/.*|'\
54 'chrome/browser/ui/webui/chromeos/login/.*|'\
55 'chrome/browser/resources/chromeos/login/.*',
[email protected]fe4d4f02010-03-30 18:48:3256 },
[email protected]e6f1366e2011-02-23 20:48:3657 'content': {
58 'filepath': 'content/.*',
59 },
[email protected]8b13e302010-10-01 09:33:4560 'download': {
[email protected]04d81232011-07-15 23:00:0561 'filepath': 'chrome/browser/download/.*|'\
62 'content/browser/download/.*',
[email protected]8b13e302010-10-01 09:33:4563 },
[email protected]a3838612009-10-13 21:57:5464 'history': {
65 'filepath': 'chrome/browser/history/.*',
66 },
67 'renderer': {
[email protected]b1f54d12009-11-02 22:59:1768 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
69 'chrome/common/render.*',
[email protected]a3838612009-10-13 21:57:5470 },
[email protected]a3838612009-10-13 21:57:5471 'tab_contents': {
[email protected]30a7fa9c2011-04-07 16:22:2872 'filepath': 'chrome/browser/tab_contents/.*|'\
73 'content/browser/tab_contents/.*|'\
74 'chrome/browser/ui/tab_contents/.*',
[email protected]a3838612009-10-13 21:57:5475 },
[email protected]b95700e62011-10-05 22:47:3176 'site_instance': {
77 'filepath': 'content/browser/site_instance.*|'\
78 'content/browser/browsing_instance.*',
79 },
[email protected]a3838612009-10-13 21:57:5480 'webkit': {
81 'filepath': 'webkit/.*',
82 },
83 'plugin': {
[email protected]b1f54d12009-11-02 22:59:1784 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
85 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
[email protected]a3838612009-10-13 21:57:5486 },
87 'worker': {
[email protected]b1f54d12009-11-02 22:59:1788 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
89 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
[email protected]a3838612009-10-13 21:57:5490 },
91 'net': {
92 'filepath': 'net/.*',
93 },
[email protected]fc92df062011-04-05 15:32:2794 'net_error_list': {
95 'filepath': 'net/base/net_error_list.h',
96 },
[email protected]e4314542011-07-20 18:51:1397 'net_log': {
98 'filepath': 'net/base/net_log.*|' \
99 'chrome/browser/net/.*net_log.*|' \
100 'chrome/browser/net/passive_log_collector.*|' \
101 'chrome/browser/resources/net_internals/.*|' \
102 'chrome/browser/ui/webui/net_internals_ui.*'
103 },
[email protected]a3838612009-10-13 21:57:54104 'ftp': {
105 'filepath': 'ftp',
106 },
[email protected]e6fdd382011-10-04 17:03:36107 'dns': {
108 'filepath': 'net/base/host_resolver.*|' \
109 'net/base/host_cache.*|' \
110 'net/dns/.*'
111 },
[email protected]a3838612009-10-13 21:57:54112 'installer': {
113 'filepath': 'chrome/installer/.*',
114 },
115 'importer': {
116 'filepath': '.*import.*',
117 },
118 'media': {
[email protected]464791b2010-03-02 20:26:23119 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
[email protected]c06dca682010-06-22 01:33:42120 'audio_message_filter|video_layer',
[email protected]a3838612009-10-13 21:57:54121 },
122 'ipc': {
123 'filepath': 'ipc/ipc.*',
124 },
125 'linux-sandboxing': {
126 'filepath': 'sandbox/linux/.*',
127 },
128 'sync': {
[email protected]90aa52b2011-09-06 22:19:20129 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*',
[email protected]a3838612009-10-13 21:57:54130 },
131 'layout_tests': {
132 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
133 },
134 'tools': {
135 'filepath': 'tools/.*',
136 },
137 'tests': {
138 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
139 },
140 'automation': {
141 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
142 },
143 'chrome_frame': {
144 'filepath': 'chrome_frame/.*',
145 },
146 'nacl': {
[email protected]b1f54d12009-11-02 22:59:17147 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
[email protected]e15a4fa2010-02-11 23:09:29148 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
[email protected]a3838612009-10-13 21:57:54149 },
[email protected]374a93c2009-11-05 21:45:56150 'appcache': {
151 'filepath': 'appcache/.*',
152 },
[email protected]87e84f962009-12-22 22:28:03153 'gpu': {
154 'filepath': 'gpu/.*',
155 },
[email protected]a3ce4262010-02-05 17:46:25156 'locale_settings': {
[email protected]d9f3bc022010-02-11 20:53:52157 'filepath': 'chrome/app/resources/locale_settings.*',
[email protected]a3ce4262010-02-05 17:46:25158 },
159 'options_dialog_content': {
160 'filepath': 'chrome/browser/views/options/content_page_view.h|'\
161 'chrome/browser/views/options/general_page_view.h',
162 },
[email protected]88abb082010-04-15 21:19:08163 'chromeos': {
164 'filepath': 'chrome/browser/chromeos/.*',
165 },
[email protected]93a564782011-09-28 14:20:31166 'chromeos_webui': {
167 'filepath': 'chrome/browser/ui/webui/chromeos/.*|'\
168 'chrome/browser/resources/chromeos/.*',
169 },
[email protected]d5fa18c42010-06-01 22:33:31170 'npapi_headers': {
171 'filepath': 'third_party/npapi/bindings/.*',
172 },
[email protected]304359bf2010-06-10 16:06:02173 'remoting': {
174 'filepath': 'remoting/.*',
175 },
[email protected]ca872e362011-07-12 21:06:03176 'domui_options': {
[email protected]900e4962010-07-19 19:06:44177 'filepath': 'chrome/browser/resources/options/.*|'\
[email protected]62e95912010-10-13 20:35:41178 'chrome/browser/resources/options.html|'\
179 'chrome/browser/dom_ui/options/.*',
[email protected]900e4962010-07-19 19:06:44180 },
[email protected]ca872e362011-07-12 21:06:03181 'ntp': {
[email protected]7c5c6f3a2011-04-28 19:56:49182 'filepath': 'chrome/browser/resources/ntp/.*|'\
183 'chrome/browser/resources/ntp4/.*|'\
184 'chrome/browser/resources/touch_ntp/.*|'\
185 'chrome/browser/resources/touch_ntp/.*|'\
186 'chrome/browser/ui/webui/ntp/.*',
187 },
[email protected]84ba35e32010-08-06 17:22:39188 'cookie_monster': {
189 'filepath': 'net/base/cookie_.*|'\
190 'chrome/browser/net/sqlite_persistent_cookie_store.*',
191 },
[email protected]b3399272010-08-10 19:49:29192 'autofill': {
[email protected]d39655112011-04-18 18:05:36193 'filepath': 'chrome/browser/autofill/.*|'\
[email protected]880e0362011-02-24 00:53:48194 'chrome/browser/resources/options/autofill_.*|'\
[email protected]b3399272010-08-10 19:49:29195 'chrome/browser/sync/glue/autofill_.*|'\
[email protected]d39655112011-04-18 18:05:36196 'chrome/browser/ui/webui/options/autofill_.*|'\
197 'chrome/renderer/autofill/.*|'\
198 'chrome/test/data/autofill/.*|'\
199 'chrome/test/data/autofill/heuristics/input/.*|'\
200 'chrome/test/data/autofill/heuristics/output/.*|'\
201 'chrome/test/data/autofill/merge/input/.*|'\
202 'chrome/test/data/autofill/merge/output/.*',
[email protected]b3399272010-08-10 19:49:29203 },
[email protected]b8a0f8fa2010-09-02 18:35:55204 'webdata': {
205 'filepath': 'chrome/browser/webdata/.*',
206 },
[email protected]7a7a13b2010-08-25 01:10:59207 'i18n': {
208 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
209 '.*locale_settings.*|.*encoding.*',
210 },
[email protected]34911482010-10-01 20:09:43211 'pyauto': {
212 'filepath': 'chrome/test/pyautolib' \
213 '|chrome/test/functional' \
214 '|chrome/browser/automation/automation_provider_json'
[email protected]02c44522010-10-08 17:43:25215 },
216 'labs': {
217 'filepath': 'chrome/browser/labs' \
218 '|chrome/browser/dom_ui/labs'
219 },
[email protected]58b6cfa2011-02-14 12:27:29220 'fileapi': {
221 'filepath': 'file_system/.*' \
222 '|fileapi/.*'
[email protected]fbd846b2010-11-19 01:32:18223 },
[email protected]c55f781e2011-01-20 22:15:19224 'pepper_api': {
225 'filepath': 'ppapi/c/.*',
226 },
[email protected]ee6ded32011-01-24 14:33:27227 'prerender': {
228 'filepath': 'chrome/browser/prerender/.*'
229 },
[email protected]f7bf8ba2011-02-24 22:28:46230 'chromedriver': {
231 'filepath': 'chrome/test/webdriver|third_party/webdriver'
232 },
[email protected]531b1532011-08-11 03:52:01233 'task_manager': {
234 'filepath': 'task_manager'
235 },
[email protected]ca872e362011-07-12 21:06:03236 'filebrowse': {
[email protected]a791dac2011-04-07 23:22:57237 'filepath': 'file_browser' \
238 '|file_manager' \
239 '|filebrowse'
240 },
[email protected]ca872e362011-07-12 21:06:03241 'imageburner': {
[email protected]a791dac2011-04-07 23:22:57242 'filepath': 'imageburner'
243 },
[email protected]eb58e8f2011-09-15 23:30:02244 'active_downloads': {
245 'filepath': 'active_downloads'
246 },
[email protected]cef7a6d2011-04-29 20:49:07247 'clang_update': {
248 'filepath': 'tools/clang/scripts/update.sh'
249 },
[email protected]2418b022011-05-19 21:06:02250 'panels': {
251 'filepath': 'chrome/browser/ui/panels/.*',
252 },
[email protected]7817e142011-10-04 15:19:08253 'accelerator_table_linux': {
254 'filepath': 'chrome/browser/ui/views/accelerator_table_linux.cc',
[email protected]6bff0ad2011-06-17 01:32:51255 },
[email protected]ca872e362011-07-12 21:06:03256 'downloads_ui': {
[email protected]1c3fe472011-07-18 23:58:25257 'filepath': 'chrome/browser/resources/.*downloads\..*' \
[email protected]161277d42011-06-24 20:48:45258 '|chrome/browser/ui/webui/.*downloads.*' \
[email protected]ca872e362011-07-12 21:06:03259 '|chrome/browser/ui/views/download/.*' \
260 '|chrome/browser/ui/cocoa/download/.*' \
261 '|chrome/browser/ui/gtk/download/.*'
262 },
263 'x11': {
264 'filepath': 'content/browser/renderer_host/backing_store_x\..*' \
265 '|chrome/browser/chromeos/input_method/xkeyboard\..*' \
266 '|chrome/browser/chromeos/system_key_event_listener\..*' \
[email protected]39e133b2011-11-16 04:26:42267 '|chrome/browser/chromeos/'\
268 'xinput_hierarchy_changed_event_listener\..*' \
[email protected]ca872e362011-07-12 21:06:03269 '|chrome/browser/chromeos/wm_.*' \
270 '|ui/base/x/.*'
[email protected]161277d42011-06-24 20:48:45271 },
[email protected]80919512011-08-03 08:51:04272 'accessibility': {
273 'filepath': 'chrome/browser/accessibility/.*' \
274 '|content/browser/accessibility/.*' \
275 '|chrome/.*accessib.*' \
276 '|ui/base/accessibility/.*' \
277 '|views/accessibility/.*'
278 },
[email protected]4b07b62cc2011-10-03 17:52:39279 'tools_emacs': {
280 'filepath': 'tools/emacs/.*',
281 },
[email protected]ffeb189d2011-10-05 18:49:39282 'browser_compositor': {
283 'filepath': 'ui/gfx/compositor/.*'
284 },
[email protected]1cbbb30b2011-10-14 08:03:56285 'textinput': {
286 'filepath': 'content/browser/renderer_host/gtk_im.*'\
287 '|content/browser/renderer_host/gtk_key.*'\
288 '|content/browser/renderer_host/render_widget_host_view.*'\
289 '|content/browser/renderer_host/text_input.*'\
290 '|ui/base/ime/.*'\
291 '|ui/base/gtk/event.*'\
292 '|ui/base/gtk/gtk_im.*'\
293 '|ui/base/keycodes/.*'\
294 '|ui/base/win/ime.*'\
295 '|views/ime/.*'\
296 '|views/controls/textfield/.*'
297 },
298 'omnibox': {
299 'filepath': 'chrome/browser/autocomplete/.*'\
300 '|chrome/browser/ui/.*/omnibox/.*'
301 },
[email protected]6bea7b42011-10-19 19:47:09302 'message_loop': {
303 'filepath': 'base/message_.*'
304 },
[email protected]c2f6800f2011-10-31 23:44:32305 'clipboard': {
[email protected]c767b062011-11-17 22:58:55306 'filepath': 'clipboard|dnd|drag|drop',
[email protected]c2f6800f2011-10-31 23:44:32307 },
[email protected]a3838612009-10-13 21:57:54308 },
[email protected]ca872e362011-07-12 21:06:03309
[email protected]a3838612009-10-13 21:57:54310 'WATCHLISTS': {
311 'this_file': ['[email protected]'],
[email protected]b0434b272010-02-25 10:11:51312 'valgrind': ['[email protected]',
[email protected]8d1ff5b82010-08-04 19:12:45313 '[email protected]',
[email protected]b0434b272010-02-25 10:11:51314 '[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29315 'base': ['[email protected]'],
[email protected]0d1d9582010-03-23 19:26:00316 'browser_main': ['[email protected]'],
[email protected]cabd51c2010-03-17 16:38:11317 'browser_resources': ['[email protected]'],
[email protected]6a527c92011-11-04 21:16:28318 'bubble': ['[email protected]', '[email protected]'],
[email protected]0f12afc2011-08-17 06:13:56319 'content': ['[email protected]', '[email protected]',
[email protected]9c863682011-09-09 01:01:08320 '[email protected]',
[email protected]3ae288a2011-10-12 21:40:24321 '[email protected]'],
[email protected]6ca57ed2010-11-18 17:36:04322 'download': ['[email protected]','[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29323 'history': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03324 'renderer': ['[email protected]',
[email protected]fae8f252010-06-28 03:25:29325 '[email protected]'],
[email protected]b95700e62011-10-05 22:47:31326 'tab_contents': ['[email protected]', '[email protected]',
327 '[email protected]', '[email protected]'],
328 'site_instance': ['[email protected]', '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03329 'webkit': ['[email protected]'],
[email protected]8d1ff5b82010-08-04 19:12:45330 'plugin': ['[email protected]', '[email protected]',
331 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54332 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17333 'extension': ['[email protected]',
[email protected]e47b6bf2011-07-28 18:25:47334 '[email protected]',
335 '[email protected]'],
[email protected]dbac96e2010-04-15 12:55:43336 'net': ['[email protected]', '[email protected]'],
[email protected]fc92df062011-04-05 15:32:27337 'net_error_list': ['[email protected]'],
[email protected]e4314542011-07-20 18:51:13338 'net_log': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54339 'ftp': ['[email protected]'],
[email protected]e6fdd382011-10-04 17:03:36340 'dns': ['[email protected]'],
[email protected]84cdbcc42011-11-17 01:01:01341 'media': ['[email protected]',
[email protected]346962f2011-06-24 17:30:57342 '[email protected]', '[email protected]',
[email protected]d451a3b2011-02-16 00:17:17343 '[email protected]', '[email protected]',
[email protected]cc8869b2011-10-14 05:01:57344 '[email protected]', '[email protected]',
345 '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03346 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54347 'linux-sandboxing': ['[email protected]'],
348 'sync': ['[email protected]', '[email protected]',
[email protected]879e0322011-10-19 23:42:00349 '[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54350 'tools': ['[email protected]'],
[email protected]66e7ce02009-10-20 01:04:22351 'tests': ['[email protected]'],
[email protected]73f3435e2011-10-14 13:20:21352 'automation': ['[email protected]', '[email protected]',
353 '[email protected]'],
354 'chrome_frame': ['[email protected]', '[email protected]'],
[email protected]ca872e362011-07-12 21:06:03355 'nacl': ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56356 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03357 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52358 'locale_settings': ['[email protected]'],
359 'options_dialog_content': ['[email protected]'],
[email protected]ad84bb892011-10-18 00:00:58360 'chromeos': ['[email protected]', '[email protected]',
[email protected]93a564782011-09-28 14:20:31361 '[email protected]'],
362 'chromeos_webui': ['[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31363 'npapi_headers': ['[email protected]'],
[email protected]84cdbcc42011-11-17 01:01:01364 'remoting': ['[email protected]',
365 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07366 '[email protected]',
367 '[email protected]',
368 '[email protected]',
369 '[email protected]',
370 '[email protected]'],
[email protected]7c5c6f3a2011-04-28 19:56:49371 'ntp': ['[email protected]'],
[email protected]75c34242011-07-25 21:08:23372 'cookie_monster': ['[email protected]', '[email protected]',
373 '[email protected]', '[email protected]'],
[email protected]1dcc01a2011-03-17 08:21:19374 'autofill': ['[email protected]', '[email protected]',
[email protected]1efb61d2011-09-28 01:46:40375 '[email protected]', '[email protected]'],
[email protected]b8a0f8fa2010-09-02 18:35:55376 'webdata': ['[email protected]'],
[email protected]7a7a13b2010-08-25 01:10:59377 'i18n': ['[email protected]'],
[email protected]34911482010-10-01 20:09:43378 'pyauto': ['[email protected]', '[email protected]',
[email protected]9b827352011-07-20 16:42:21379 '[email protected]', '[email protected]',
380 '[email protected]'],
[email protected]02c44522010-10-08 17:43:25381 'labs': ['[email protected]'],
[email protected]58b6cfa2011-02-14 12:27:29382 'fileapi': ['[email protected]'],
[email protected]cc8869b2011-10-14 05:01:57383 'pepper_api': ['[email protected]', '[email protected]',
[email protected]66aaa6b2011-11-05 03:05:55384 '[email protected]', '[email protected]'],
[email protected]790e6be2011-06-14 19:26:39385 'prerender': ['[email protected]', '[email protected]',
[email protected]e4314542011-07-20 18:51:13386 '[email protected]', '[email protected]'],
[email protected]f7bf8ba2011-02-24 22:28:46387 'chromedriver': ['[email protected]'],
[email protected]531b1532011-08-11 03:52:01388 'task_manager': ['[email protected]'],
[email protected]a791dac2011-04-07 23:22:57389 'imageburner': ['[email protected]', '[email protected]'],
[email protected]eb58e8f2011-09-15 23:30:02390 'active_downloads': ['[email protected]'],
[email protected]a791dac2011-04-07 23:22:57391 'filebrowse': ['[email protected]', '[email protected]'],
[email protected]686bc542011-05-06 07:08:14392 'clang_update': ['[email protected]', '[email protected]'],
[email protected]2418b022011-05-19 21:06:02393 'panels': ['[email protected]', '[email protected]',
[email protected]0f560e0422011-05-21 17:01:33394 '[email protected]', '[email protected]',
[email protected]ca872e362011-07-12 21:06:03395 '[email protected]'],
[email protected]0f560e0422011-05-21 17:01:33396 'importer': ['[email protected]'],
[email protected]81093622011-09-28 19:45:21397 'views': ['[email protected]', '[email protected]'],
[email protected]7817e142011-10-04 15:19:08398 'accelerator_table_linux': ['[email protected]',
399 '[email protected]'],
[email protected]1c3fe472011-07-18 23:58:25400 'downloads_ui': ['[email protected]', '[email protected]'],
[email protected]494f3cf2011-11-14 07:14:02401 'x11': ['[email protected]',
402 '[email protected]',
403 '[email protected]'],
[email protected]80919512011-08-03 08:51:04404 'accessibility': ['[email protected]',
405 '[email protected]',
406 '[email protected]',
407 '[email protected]',
408 '[email protected]',
409 '[email protected]',
410 '[email protected]',
[email protected]531b1532011-08-11 03:52:01411 '[email protected]',
[email protected]80919512011-08-03 08:51:04412 '[email protected]'],
[email protected]6bea7b42011-10-19 19:47:09413 'aura': ['[email protected]', '[email protected]'],
[email protected]f46447a2011-09-29 20:56:17414 'views_core': ['[email protected]'],
[email protected]4b07b62cc2011-10-03 17:52:39415 'tools_emacs': ['[email protected]'],
[email protected]8206cda2011-10-24 23:51:26416 'browser_compositor': ['[email protected]', '[email protected]',
417 '[email protected]'],
[email protected]494f3cf2011-11-14 07:14:02418 'textinput': ['[email protected]',
419 '[email protected]',
420 '[email protected]'],
[email protected]1cbbb30b2011-10-14 08:03:56421 'omnibox': ['[email protected]'],
[email protected]6bea7b42011-10-19 19:47:09422 'message_loop': ['[email protected]'],
[email protected]c2f6800f2011-10-31 23:44:32423 'clipboard': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54424 },
425}