blob: 27853d387846fba08df722a9a02150c4538359c7 [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]9d155152011-12-02 19:36:4128 'filepath': '^ui/views/.*',
[email protected]a3838612009-10-13 21:57:5429 },
[email protected]f46447a2011-09-29 20:56:1730 'aura': {
[email protected]1c8479c2011-11-24 19:29:0031 'filepath': 'ui/aura/.*|'\
[email protected]2a48ad62011-12-24 00:19:2932 'ash/.*',
[email protected]f46447a2011-09-29 20:56:1733 },
34 'views_core': {
[email protected]9d155152011-12-02 19:36:4135 'filepath': 'ui/views/view.h|'\
36 'ui/views/view.cc|'\
37 'ui/views/widget/.*',
[email protected]f46447a2011-09-29 20:56:1738 },
[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': {
[email protected]9d155152011-12-02 19:36:4149 'filepath': 'ui/views/bubble/.*|'\
[email protected]6a527c92011-11-04 21:16:2850 '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 },
[email protected]292a6352011-12-15 15:22:2867 'history_ui': {
68 'filepath': 'chrome/browser/resources/history.*',
69 },
[email protected]a3838612009-10-13 21:57:5470 'renderer': {
[email protected]b1f54d12009-11-02 22:59:1771 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
72 'chrome/common/render.*',
[email protected]a3838612009-10-13 21:57:5473 },
[email protected]a3838612009-10-13 21:57:5474 'tab_contents': {
[email protected]30a7fa9c2011-04-07 16:22:2875 'filepath': 'chrome/browser/tab_contents/.*|'\
76 'content/browser/tab_contents/.*|'\
77 'chrome/browser/ui/tab_contents/.*',
[email protected]a3838612009-10-13 21:57:5478 },
[email protected]b95700e62011-10-05 22:47:3179 'site_instance': {
80 'filepath': 'content/browser/site_instance.*|'\
81 'content/browser/browsing_instance.*',
82 },
[email protected]a3838612009-10-13 21:57:5483 'webkit': {
84 'filepath': 'webkit/.*',
85 },
86 'plugin': {
[email protected]b1f54d12009-11-02 22:59:1787 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
88 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
[email protected]a3838612009-10-13 21:57:5489 },
90 'worker': {
[email protected]b1f54d12009-11-02 22:59:1791 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
92 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
[email protected]a3838612009-10-13 21:57:5493 },
94 'net': {
95 'filepath': 'net/.*',
96 },
[email protected]fc92df062011-04-05 15:32:2797 'net_error_list': {
98 'filepath': 'net/base/net_error_list.h',
99 },
[email protected]e4314542011-07-20 18:51:13100 'net_log': {
101 'filepath': 'net/base/net_log.*|' \
102 'chrome/browser/net/.*net_log.*|' \
103 'chrome/browser/net/passive_log_collector.*|' \
104 'chrome/browser/resources/net_internals/.*|' \
105 'chrome/browser/ui/webui/net_internals_ui.*'
106 },
[email protected]a3838612009-10-13 21:57:54107 'ftp': {
108 'filepath': 'ftp',
109 },
[email protected]e6fdd382011-10-04 17:03:36110 'dns': {
111 'filepath': 'net/base/host_resolver.*|' \
112 'net/base/host_cache.*|' \
113 'net/dns/.*'
114 },
[email protected]a3838612009-10-13 21:57:54115 'installer': {
116 'filepath': 'chrome/installer/.*',
117 },
118 'importer': {
119 'filepath': '.*import.*',
120 },
121 'media': {
[email protected]464791b2010-03-02 20:26:23122 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
[email protected]c06dca682010-06-22 01:33:42123 'audio_message_filter|video_layer',
[email protected]a3838612009-10-13 21:57:54124 },
125 'ipc': {
126 'filepath': 'ipc/ipc.*',
127 },
128 'linux-sandboxing': {
129 'filepath': 'sandbox/linux/.*',
130 },
131 'sync': {
[email protected]9d155152011-12-02 19:36:41132 'filepath': 'chrome/browser/sync/.*',
[email protected]a3838612009-10-13 21:57:54133 },
134 'layout_tests': {
135 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
136 },
137 'tools': {
138 'filepath': 'tools/.*',
139 },
140 'tests': {
141 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
142 },
143 'automation': {
144 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
145 },
146 'chrome_frame': {
147 'filepath': 'chrome_frame/.*',
148 },
149 'nacl': {
[email protected]b1f54d12009-11-02 22:59:17150 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
[email protected]e15a4fa2010-02-11 23:09:29151 'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
[email protected]a3838612009-10-13 21:57:54152 },
[email protected]374a93c2009-11-05 21:45:56153 'appcache': {
154 'filepath': 'appcache/.*',
155 },
[email protected]87e84f962009-12-22 22:28:03156 'gpu': {
157 'filepath': 'gpu/.*',
158 },
[email protected]a3ce4262010-02-05 17:46:25159 'locale_settings': {
[email protected]d9f3bc022010-02-11 20:53:52160 'filepath': 'chrome/app/resources/locale_settings.*',
[email protected]a3ce4262010-02-05 17:46:25161 },
[email protected]88abb082010-04-15 21:19:08162 'chromeos': {
163 'filepath': 'chrome/browser/chromeos/.*',
164 },
[email protected]93a564782011-09-28 14:20:31165 'chromeos_webui': {
166 'filepath': 'chrome/browser/ui/webui/chromeos/.*|'\
167 'chrome/browser/resources/chromeos/.*',
168 },
[email protected]d5fa18c42010-06-01 22:33:31169 'npapi_headers': {
170 'filepath': 'third_party/npapi/bindings/.*',
171 },
[email protected]304359bf2010-06-10 16:06:02172 'remoting': {
173 'filepath': 'remoting/.*',
174 },
[email protected]ca872e362011-07-12 21:06:03175 'domui_options': {
[email protected]900e4962010-07-19 19:06:44176 'filepath': 'chrome/browser/resources/options/.*|'\
[email protected]62e95912010-10-13 20:35:41177 'chrome/browser/resources/options.html|'\
[email protected]9d155152011-12-02 19:36:41178 'chrome/browser/ui/webui/options/.*',
[email protected]900e4962010-07-19 19:06:44179 },
[email protected]ca872e362011-07-12 21:06:03180 'ntp': {
[email protected]7c5c6f3a2011-04-28 19:56:49181 'filepath': 'chrome/browser/resources/ntp/.*|'\
182 'chrome/browser/resources/ntp4/.*|'\
183 'chrome/browser/resources/touch_ntp/.*|'\
184 'chrome/browser/resources/touch_ntp/.*|'\
185 'chrome/browser/ui/webui/ntp/.*',
186 },
[email protected]84ba35e32010-08-06 17:22:39187 'cookie_monster': {
188 'filepath': 'net/base/cookie_.*|'\
189 'chrome/browser/net/sqlite_persistent_cookie_store.*',
190 },
[email protected]b3399272010-08-10 19:49:29191 'autofill': {
[email protected]d39655112011-04-18 18:05:36192 'filepath': 'chrome/browser/autofill/.*|'\
[email protected]880e0362011-02-24 00:53:48193 'chrome/browser/resources/options/autofill_.*|'\
[email protected]b3399272010-08-10 19:49:29194 'chrome/browser/sync/glue/autofill_.*|'\
[email protected]d39655112011-04-18 18:05:36195 'chrome/browser/ui/webui/options/autofill_.*|'\
196 'chrome/renderer/autofill/.*|'\
197 'chrome/test/data/autofill/.*|'\
198 'chrome/test/data/autofill/heuristics/input/.*|'\
199 'chrome/test/data/autofill/heuristics/output/.*|'\
200 'chrome/test/data/autofill/merge/input/.*|'\
[email protected]9c4bf232011-12-15 02:25:08201 'chrome/test/data/autofill/merge/output/.*|'\
202 'webkit/forms/.*',
[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/.*' \
[email protected]9d155152011-12-02 19:36:41277 '|ui/views/accessibility/.*'
[email protected]80919512011-08-03 08:51:04278 },
[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]0cde05a02011-11-30 23:36:52285 'browser_gl': {
286 'filepath': 'ui/gfx/gl/.*'
287 },
[email protected]1cbbb30b2011-10-14 08:03:56288 'textinput': {
289 'filepath': 'content/browser/renderer_host/gtk_im.*'\
290 '|content/browser/renderer_host/gtk_key.*'\
291 '|content/browser/renderer_host/render_widget_host_view.*'\
292 '|content/browser/renderer_host/text_input.*'\
293 '|ui/base/ime/.*'\
294 '|ui/base/gtk/event.*'\
295 '|ui/base/gtk/gtk_im.*'\
296 '|ui/base/keycodes/.*'\
297 '|ui/base/win/ime.*'\
[email protected]9d155152011-12-02 19:36:41298 '|ui/views/controls/textfield/.*'\
299 '|ui/views/ime/.*'
[email protected]1cbbb30b2011-10-14 08:03:56300 },
[email protected]3a117c62011-11-29 04:28:02301 'textinput_chromeos': {
302 'filepath': 'chrome/browser/chromeos/input_method/.*'\
303 '|chrome/browser/chromeos/extensions/input_method.*'\
304 '|chrome/browser/chromeos/status/input_method.*'\
[email protected]ef03eae2011-11-30 08:43:43305 '|chrome/browser/extensions/extension_input_.*'\
[email protected]3a117c62011-11-29 04:28:02306 '|chrome/browser/resources/keyboard.*'\
[email protected]ef03eae2011-11-30 08:43:43307 '|chrome/browser/resources/options/language.*'\
308 '|chrome/browser/ui/webui/options/'\
309 'chromeos/.*(language|keyboard).*'\
310 '|chrome/browser/ui/webui/options/language.*'
[email protected]3a117c62011-11-29 04:28:02311 },
[email protected]1cbbb30b2011-10-14 08:03:56312 'omnibox': {
313 'filepath': 'chrome/browser/autocomplete/.*'\
314 '|chrome/browser/ui/.*/omnibox/.*'
315 },
[email protected]6bea7b42011-10-19 19:47:09316 'message_loop': {
317 'filepath': 'base/message_.*'
318 },
[email protected]c2f6800f2011-10-31 23:44:32319 'clipboard': {
[email protected]c767b062011-11-17 22:58:55320 'filepath': 'clipboard|dnd|drag|drop',
[email protected]c2f6800f2011-10-31 23:44:32321 },
[email protected]a3838612009-10-13 21:57:54322 },
[email protected]ca872e362011-07-12 21:06:03323
[email protected]a3838612009-10-13 21:57:54324 'WATCHLISTS': {
325 'this_file': ['[email protected]'],
[email protected]b0434b272010-02-25 10:11:51326 'valgrind': ['[email protected]',
[email protected]8d1ff5b82010-08-04 19:12:45327 '[email protected]',
[email protected]b0434b272010-02-25 10:11:51328 '[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29329 'base': ['[email protected]'],
[email protected]0d1d9582010-03-23 19:26:00330 'browser_main': ['[email protected]'],
[email protected]cabd51c2010-03-17 16:38:11331 'browser_resources': ['[email protected]'],
[email protected]6a527c92011-11-04 21:16:28332 'bubble': ['[email protected]', '[email protected]'],
[email protected]0f12afc2011-08-17 06:13:56333 'content': ['[email protected]', '[email protected]',
[email protected]9c863682011-09-09 01:01:08334 '[email protected]',
[email protected]3ae288a2011-10-12 21:40:24335 '[email protected]'],
[email protected]be4f8662012-01-02 15:59:59336 'download': ['[email protected]'],
[email protected]bf1ca902010-03-23 17:34:29337 'history': ['[email protected]'],
[email protected]292a6352011-12-15 15:22:28338 'history_ui': ['[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03339 'renderer': ['[email protected]',
[email protected]fae8f252010-06-28 03:25:29340 '[email protected]'],
[email protected]b95700e62011-10-05 22:47:31341 'tab_contents': ['[email protected]', '[email protected]',
342 '[email protected]', '[email protected]'],
343 'site_instance': ['[email protected]', '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03344 'webkit': ['[email protected]'],
[email protected]8d1ff5b82010-08-04 19:12:45345 'plugin': ['[email protected]', '[email protected]',
346 '[email protected]'],
[email protected]a3838612009-10-13 21:57:54347 'worker': ['[email protected]'],
[email protected]b1f54d12009-11-02 22:59:17348 'extension': ['[email protected]',
[email protected]735d18f2011-12-02 17:58:00349 '[email protected]',
350 '[email protected]'],
[email protected]dbac96e2010-04-15 12:55:43351 'net': ['[email protected]', '[email protected]'],
[email protected]fc92df062011-04-05 15:32:27352 'net_error_list': ['[email protected]'],
[email protected]e4314542011-07-20 18:51:13353 'net_log': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54354 'ftp': ['[email protected]'],
[email protected]e6fdd382011-10-04 17:03:36355 'dns': ['[email protected]'],
[email protected]84cdbcc42011-11-17 01:01:01356 'media': ['[email protected]',
[email protected]346962f2011-06-24 17:30:57357 '[email protected]', '[email protected]',
[email protected]d451a3b2011-02-16 00:17:17358 '[email protected]', '[email protected]',
[email protected]cc8869b2011-10-14 05:01:57359 '[email protected]', '[email protected]',
360 '[email protected]'],
[email protected]3a38fe92010-02-19 18:42:03361 'ipc': ['[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54362 'linux-sandboxing': ['[email protected]'],
363 'sync': ['[email protected]', '[email protected]',
[email protected]879e0322011-10-19 23:42:00364 '[email protected]', '[email protected]'],
[email protected]a3838612009-10-13 21:57:54365 'tools': ['[email protected]'],
[email protected]be4f8662012-01-02 15:59:59366 'tests': [],
367 'automation': ['[email protected]',
[email protected]73f3435e2011-10-14 13:20:21368 '[email protected]'],
369 'chrome_frame': ['[email protected]', '[email protected]'],
[email protected]ca872e362011-07-12 21:06:03370 'nacl': ['[email protected]'],
[email protected]374a93c2009-11-05 21:45:56371 'appcache': ['[email protected]'],
[email protected]87e84f962009-12-22 22:28:03372 'gpu': ['[email protected]'],
[email protected]d9f3bc022010-02-11 20:53:52373 'locale_settings': ['[email protected]'],
[email protected]ad84bb892011-10-18 00:00:58374 'chromeos': ['[email protected]', '[email protected]',
[email protected]93a564782011-09-28 14:20:31375 '[email protected]'],
376 'chromeos_webui': ['[email protected]'],
[email protected]d5fa18c42010-06-01 22:33:31377 'npapi_headers': ['[email protected]'],
[email protected]84cdbcc42011-11-17 01:01:01378 'remoting': ['[email protected]',
379 '[email protected]',
[email protected]e06acea2011-02-03 07:11:07380 '[email protected]',
381 '[email protected]',
382 '[email protected]',
383 '[email protected]',
[email protected]6ceb3fc52011-12-08 22:04:34384 '[email protected]',
385 '[email protected]',
386 '[email protected]'],
[email protected]7c5c6f3a2011-04-28 19:56:49387 'ntp': ['[email protected]'],
[email protected]75c34242011-07-25 21:08:23388 'cookie_monster': ['[email protected]', '[email protected]',
389 '[email protected]', '[email protected]'],
[email protected]542acf62011-11-30 23:46:31390 'autofill': ['[email protected]', '[email protected]',
[email protected]1efb61d2011-09-28 01:46:40391 '[email protected]', '[email protected]'],
[email protected]542acf62011-11-30 23:46:31392 'webdata': ['[email protected]'],
[email protected]7a7a13b2010-08-25 01:10:59393 'i18n': ['[email protected]'],
[email protected]34911482010-10-01 20:09:43394 'pyauto': ['[email protected]', '[email protected]',
[email protected]9b827352011-07-20 16:42:21395 '[email protected]', '[email protected]',
396 '[email protected]'],
[email protected]02c44522010-10-08 17:43:25397 'labs': ['[email protected]'],
[email protected]58b6cfa2011-02-14 12:27:29398 'fileapi': ['[email protected]'],
[email protected]cc8869b2011-10-14 05:01:57399 'pepper_api': ['[email protected]', '[email protected]',
[email protected]66aaa6b2011-11-05 03:05:55400 '[email protected]', '[email protected]'],
[email protected]790e6be2011-06-14 19:26:39401 'prerender': ['[email protected]', '[email protected]',
[email protected]e4314542011-07-20 18:51:13402 '[email protected]', '[email protected]'],
[email protected]f7bf8ba2011-02-24 22:28:46403 'chromedriver': ['[email protected]'],
[email protected]531b1532011-08-11 03:52:01404 'task_manager': ['[email protected]'],
[email protected]a791dac2011-04-07 23:22:57405 'imageburner': ['[email protected]', '[email protected]'],
[email protected]eb58e8f2011-09-15 23:30:02406 'active_downloads': ['[email protected]'],
[email protected]a791dac2011-04-07 23:22:57407 'filebrowse': ['[email protected]', '[email protected]'],
[email protected]686bc542011-05-06 07:08:14408 'clang_update': ['[email protected]', '[email protected]'],
[email protected]2418b022011-05-19 21:06:02409 'panels': ['[email protected]', '[email protected]',
[email protected]0f560e0422011-05-21 17:01:33410 '[email protected]', '[email protected]',
[email protected]ca872e362011-07-12 21:06:03411 '[email protected]'],
[email protected]0f560e0422011-05-21 17:01:33412 'importer': ['[email protected]'],
[email protected]0cde05a02011-11-30 23:36:52413 'views': ['[email protected]'],
[email protected]7817e142011-10-04 15:19:08414 'accelerator_table_linux': ['[email protected]',
415 '[email protected]'],
[email protected]1c3fe472011-07-18 23:58:25416 'downloads_ui': ['[email protected]', '[email protected]'],
[email protected]494f3cf2011-11-14 07:14:02417 'x11': ['[email protected]',
418 '[email protected]',
419 '[email protected]'],
[email protected]80919512011-08-03 08:51:04420 'accessibility': ['[email protected]',
421 '[email protected]',
422 '[email protected]',
423 '[email protected]',
424 '[email protected]',
425 '[email protected]',
426 '[email protected]',
[email protected]531b1532011-08-11 03:52:01427 '[email protected]',
[email protected]80919512011-08-03 08:51:04428 '[email protected]'],
[email protected]0cde05a02011-11-30 23:36:52429 'aura': ['[email protected]', '[email protected]',
[email protected]542acf62011-11-30 23:46:31430 '[email protected]'],
[email protected]f46447a2011-09-29 20:56:17431 'views_core': ['[email protected]'],
[email protected]542acf62011-11-30 23:46:31432 'tools_emacs': ['[email protected]',
433 '[email protected]'],
[email protected]8206cda2011-10-24 23:51:26434 'browser_compositor': ['[email protected]', '[email protected]',
[email protected]542acf62011-11-30 23:46:31435 '[email protected]',
436 '[email protected]'],
437 'browser_gl': ['[email protected]'],
[email protected]494f3cf2011-11-14 07:14:02438 'textinput': ['[email protected]',
439 '[email protected]',
440 '[email protected]'],
[email protected]3a117c62011-11-29 04:28:02441 'textinput_chromeos': ['[email protected]'],
[email protected]1cbbb30b2011-10-14 08:03:56442 'omnibox': ['[email protected]'],
[email protected]6bea7b42011-10-19 19:47:09443 'message_loop': ['[email protected]'],
[email protected]c2f6800f2011-10-31 23:44:32444 'clipboard': ['[email protected]'],
[email protected]a3838612009-10-13 21:57:54445 },
446}