[email protected] | 790e6be | 2011-06-14 19:26:39 | [diff] [blame] | 1 | # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 2 | # 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] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 12 | 'filepath': '^WATCHLISTS$', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 13 | }, |
| 14 | 'valgrind': { |
| 15 | 'filepath': 'valgrind', |
| 16 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 17 | '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] | 76a93396 | 2011-06-09 19:57:04 | [diff] [blame] | 28 | 'filepath': '^views/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 29 | }, |
| 30 | 'browser': { |
| 31 | 'filepath': 'chrome/browser/.*', |
| 32 | }, |
[email protected] | bf1ca90 | 2010-03-23 17:34:29 | [diff] [blame] | 33 | 'browser_main': { |
| 34 | 'filepath': 'chrome/browser/browser_main.cc', |
| 35 | }, |
[email protected] | cabd51c | 2010-03-17 16:38:11 | [diff] [blame] | 36 | 'browser_resources': { |
| 37 | 'filepath': 'chrome/browser/resources/.*', |
| 38 | }, |
[email protected] | e70e1102 | 2010-03-30 15:27:10 | [diff] [blame] | 39 | 'chromeos_login': { |
| 40 | 'filepath': 'chrome/browser/chromeos/login/.*', |
[email protected] | fe4d4f0 | 2010-03-30 18:48:32 | [diff] [blame] | 41 | }, |
[email protected] | e6f1366e | 2011-02-23 20:48:36 | [diff] [blame] | 42 | 'content': { |
| 43 | 'filepath': 'content/.*', |
| 44 | }, |
[email protected] | 8b13e30 | 2010-10-01 09:33:45 | [diff] [blame] | 45 | 'download': { |
| 46 | 'filepath': 'chrome/browser/download/.*', |
| 47 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 48 | 'history': { |
| 49 | 'filepath': 'chrome/browser/history/.*', |
| 50 | }, |
| 51 | 'renderer': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 52 | 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ |
| 53 | 'chrome/common/render.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 54 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 55 | 'tab_contents': { |
[email protected] | 30a7fa9c | 2011-04-07 16:22:28 | [diff] [blame] | 56 | 'filepath': 'chrome/browser/tab_contents/.*|'\ |
| 57 | 'content/browser/tab_contents/.*|'\ |
| 58 | 'chrome/browser/ui/tab_contents/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 59 | }, |
| 60 | 'webkit': { |
| 61 | 'filepath': 'webkit/.*', |
| 62 | }, |
| 63 | 'plugin': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 64 | 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\ |
| 65 | 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 66 | }, |
| 67 | 'worker': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 68 | 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\ |
| 69 | 'chrome/common/worker_messages.*|webkit/glue/webworker.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 70 | }, |
| 71 | 'net': { |
| 72 | 'filepath': 'net/.*', |
| 73 | }, |
[email protected] | fc92df06 | 2011-04-05 15:32:27 | [diff] [blame] | 74 | 'net_error_list': { |
| 75 | 'filepath': 'net/base/net_error_list.h', |
| 76 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 77 | 'ftp': { |
| 78 | 'filepath': 'ftp', |
| 79 | }, |
| 80 | 'installer': { |
| 81 | 'filepath': 'chrome/installer/.*', |
| 82 | }, |
| 83 | 'importer': { |
| 84 | 'filepath': '.*import.*', |
| 85 | }, |
| 86 | 'media': { |
[email protected] | 464791b | 2010-03-02 20:26:23 | [diff] [blame] | 87 | 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\ |
[email protected] | c06dca68 | 2010-06-22 01:33:42 | [diff] [blame] | 88 | 'audio_message_filter|video_layer', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 89 | }, |
| 90 | 'ipc': { |
| 91 | 'filepath': 'ipc/ipc.*', |
| 92 | }, |
| 93 | 'linux-sandboxing': { |
| 94 | 'filepath': 'sandbox/linux/.*', |
| 95 | }, |
| 96 | 'sync': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 97 | 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\ |
| 98 | 'chrome/test/live_sync/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 99 | }, |
| 100 | 'layout_tests': { |
| 101 | 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*', |
| 102 | }, |
| 103 | 'tools': { |
| 104 | 'filepath': 'tools/.*', |
| 105 | }, |
| 106 | 'tests': { |
| 107 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*', |
| 108 | }, |
| 109 | 'automation': { |
| 110 | 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*', |
| 111 | }, |
| 112 | 'chrome_frame': { |
| 113 | 'filepath': 'chrome_frame/.*', |
| 114 | }, |
| 115 | 'nacl': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 116 | 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\ |
[email protected] | e15a4fa | 2010-02-11 23:09:29 | [diff] [blame] | 117 | 'chrome/browser/nacl_host/.*|chrome/common/nacl.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 118 | }, |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 119 | 'appcache': { |
| 120 | 'filepath': 'appcache/.*', |
| 121 | }, |
[email protected] | 87e84f96 | 2009-12-22 22:28:03 | [diff] [blame] | 122 | 'gpu': { |
| 123 | 'filepath': 'gpu/.*', |
| 124 | }, |
[email protected] | a3ce426 | 2010-02-05 17:46:25 | [diff] [blame] | 125 | 'locale_settings': { |
[email protected] | d9f3bc02 | 2010-02-11 20:53:52 | [diff] [blame] | 126 | 'filepath': 'chrome/app/resources/locale_settings.*', |
[email protected] | a3ce426 | 2010-02-05 17:46:25 | [diff] [blame] | 127 | }, |
| 128 | 'options_dialog_content': { |
| 129 | 'filepath': 'chrome/browser/views/options/content_page_view.h|'\ |
| 130 | 'chrome/browser/views/options/general_page_view.h', |
| 131 | }, |
[email protected] | 88abb08 | 2010-04-15 21:19:08 | [diff] [blame] | 132 | 'chromeos': { |
| 133 | 'filepath': 'chrome/browser/chromeos/.*', |
| 134 | }, |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 135 | 'npapi_headers': { |
| 136 | 'filepath': 'third_party/npapi/bindings/.*', |
| 137 | }, |
[email protected] | 304359bf | 2010-06-10 16:06:02 | [diff] [blame] | 138 | 'remoting': { |
| 139 | 'filepath': 'remoting/.*', |
| 140 | }, |
[email protected] | 900e496 | 2010-07-19 19:06:44 | [diff] [blame] | 141 | 'domui_options' : { |
| 142 | 'filepath': 'chrome/browser/resources/options/.*|'\ |
[email protected] | 62e9591 | 2010-10-13 20:35:41 | [diff] [blame] | 143 | 'chrome/browser/resources/options.html|'\ |
| 144 | 'chrome/browser/dom_ui/options/.*', |
[email protected] | 900e496 | 2010-07-19 19:06:44 | [diff] [blame] | 145 | }, |
[email protected] | 7c5c6f3a | 2011-04-28 19:56:49 | [diff] [blame] | 146 | 'ntp' : { |
| 147 | 'filepath': 'chrome/browser/resources/ntp/.*|'\ |
| 148 | 'chrome/browser/resources/ntp4/.*|'\ |
| 149 | 'chrome/browser/resources/touch_ntp/.*|'\ |
| 150 | 'chrome/browser/resources/touch_ntp/.*|'\ |
| 151 | 'chrome/browser/ui/webui/ntp/.*', |
| 152 | }, |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 153 | 'cookie_monster': { |
| 154 | 'filepath': 'net/base/cookie_.*|'\ |
| 155 | 'chrome/browser/net/sqlite_persistent_cookie_store.*', |
| 156 | }, |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 157 | 'autofill': { |
[email protected] | d3965511 | 2011-04-18 18:05:36 | [diff] [blame] | 158 | 'filepath': 'chrome/browser/autofill/.*|'\ |
[email protected] | 880e036 | 2011-02-24 00:53:48 | [diff] [blame] | 159 | 'chrome/browser/resources/options/autofill_.*|'\ |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 160 | 'chrome/browser/sync/glue/autofill_.*|'\ |
[email protected] | d3965511 | 2011-04-18 18:05:36 | [diff] [blame] | 161 | 'chrome/browser/ui/webui/options/autofill_.*|'\ |
| 162 | 'chrome/renderer/autofill/.*|'\ |
| 163 | 'chrome/test/data/autofill/.*|'\ |
| 164 | 'chrome/test/data/autofill/heuristics/input/.*|'\ |
| 165 | 'chrome/test/data/autofill/heuristics/output/.*|'\ |
| 166 | 'chrome/test/data/autofill/merge/input/.*|'\ |
| 167 | 'chrome/test/data/autofill/merge/output/.*', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 168 | }, |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 169 | 'webdata': { |
| 170 | 'filepath': 'chrome/browser/webdata/.*', |
| 171 | }, |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 172 | 'i18n': { |
| 173 | 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\ |
| 174 | '.*locale_settings.*|.*encoding.*', |
| 175 | }, |
[email protected] | 3491148 | 2010-10-01 20:09:43 | [diff] [blame] | 176 | 'pyauto': { |
| 177 | 'filepath': 'chrome/test/pyautolib' \ |
| 178 | '|chrome/test/functional' \ |
| 179 | '|chrome/browser/automation/automation_provider_json' |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 180 | }, |
| 181 | 'labs': { |
| 182 | 'filepath': 'chrome/browser/labs' \ |
| 183 | '|chrome/browser/dom_ui/labs' |
| 184 | }, |
[email protected] | 58b6cfa | 2011-02-14 12:27:29 | [diff] [blame] | 185 | 'fileapi': { |
| 186 | 'filepath': 'file_system/.*' \ |
| 187 | '|fileapi/.*' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 188 | }, |
[email protected] | c55f781e | 2011-01-20 22:15:19 | [diff] [blame] | 189 | 'pepper_api': { |
| 190 | 'filepath': 'ppapi/c/.*', |
| 191 | }, |
[email protected] | ee6ded3 | 2011-01-24 14:33:27 | [diff] [blame] | 192 | 'prerender': { |
| 193 | 'filepath': 'chrome/browser/prerender/.*' |
| 194 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 195 | 'chromedriver': { |
| 196 | 'filepath': 'chrome/test/webdriver|third_party/webdriver' |
| 197 | }, |
[email protected] | 946b7c12 | 2011-04-03 15:19:10 | [diff] [blame] | 198 | 'dom_login' : { |
| 199 | 'filepath': 'chrome/browser/chromeos/frame/.*dom.*' \ |
| 200 | '|chrome/browser/chromeos/login/.*dom.*' \ |
| 201 | '|chrome/browser/chromeos/login/.*login_display.*' \ |
| 202 | '|chrome/browser/chromeos/login/existing_user_controller.*' \ |
| 203 | '|chrome/browser/resources/login.html' \ |
| 204 | '|chrome/browser/ui/webui/chromeos/login/.*' |
| 205 | }, |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 206 | 'filebrowse' : { |
| 207 | 'filepath': 'file_browser' \ |
| 208 | '|file_manager' \ |
| 209 | '|filebrowse' |
| 210 | }, |
| 211 | 'imageburner' : { |
| 212 | 'filepath': 'imageburner' |
| 213 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 214 | 'clang_update': { |
| 215 | 'filepath': 'tools/clang/scripts/update.sh' |
| 216 | }, |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 217 | 'panels': { |
| 218 | 'filepath': 'chrome/browser/ui/panels/.*', |
| 219 | }, |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame^] | 220 | 'accelerator_table_gtk': { |
| 221 | 'filepath': 'chrome/browser/ui/views/accelerator_table_gtk.cc', |
| 222 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 223 | }, |
| 224 | |
| 225 | 'WATCHLISTS': { |
| 226 | 'this_file': ['[email protected]'], |
[email protected] | b0434b27 | 2010-02-25 10:11:51 | [diff] [blame] | 227 | 'valgrind': ['[email protected]', |
[email protected] | 8d1ff5b8 | 2010-08-04 19:12:45 | [diff] [blame] | 228 | '[email protected]', |
[email protected] | b0434b27 | 2010-02-25 10:11:51 | [diff] [blame] | 229 | '[email protected]'], |
[email protected] | bf1ca90 | 2010-03-23 17:34:29 | [diff] [blame] | 230 | 'base': ['[email protected]'], |
[email protected] | 0d1d958 | 2010-03-23 19:26:00 | [diff] [blame] | 231 | 'browser_main': ['[email protected]'], |
[email protected] | cabd51c | 2010-03-17 16:38:11 | [diff] [blame] | 232 | 'browser_resources': ['[email protected]'], |
[email protected] | e70e1102 | 2010-03-30 15:27:10 | [diff] [blame] | 233 | 'chromeos_login': ['[email protected]'], |
[email protected] | 50a21ce | 2011-05-24 20:56:40 | [diff] [blame] | 234 | 'content': ['[email protected]', '[email protected]'], |
[email protected] | 6ca57ed | 2010-11-18 17:36:04 | [diff] [blame] | 235 | 'download': ['[email protected]','[email protected]'], |
[email protected] | bf1ca90 | 2010-03-23 17:34:29 | [diff] [blame] | 236 | 'history': ['[email protected]'], |
[email protected] | 3a38fe9 | 2010-02-19 18:42:03 | [diff] [blame] | 237 | 'renderer': ['[email protected]', |
[email protected] | fae8f25 | 2010-06-28 03:25:29 | [diff] [blame] | 238 | '[email protected]'], |
[email protected] | 30a7fa9c | 2011-04-07 16:22:28 | [diff] [blame] | 239 | 'tab_contents': ['[email protected]', '[email protected]'], |
[email protected] | 3a38fe9 | 2010-02-19 18:42:03 | [diff] [blame] | 240 | 'webkit': ['[email protected]'], |
[email protected] | 8d1ff5b8 | 2010-08-04 19:12:45 | [diff] [blame] | 241 | 'plugin': ['[email protected]', '[email protected]', |
| 242 | '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 243 | 'worker': ['[email protected]'], |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 244 | 'extension': ['[email protected]', |
[email protected] | 10d3c4d | 2011-06-08 13:30:20 | [diff] [blame] | 245 | '[email protected]'], |
[email protected] | dbac96e | 2010-04-15 12:55:43 | [diff] [blame] | 246 | 'net': ['[email protected]', '[email protected]'], |
[email protected] | fc92df06 | 2011-04-05 15:32:27 | [diff] [blame] | 247 | 'net_error_list': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 248 | 'ftp': ['[email protected]'], |
[email protected] | e06acea | 2011-02-03 07:11:07 | [diff] [blame] | 249 | 'media': ['[email protected]', '[email protected]', |
[email protected] | 3a5df027 | 2010-11-12 20:40:01 | [diff] [blame] | 250 | '[email protected]', '[email protected]', |
[email protected] | d451a3b | 2011-02-16 00:17:17 | [diff] [blame] | 251 | '[email protected]', '[email protected]', |
| 252 | '[email protected]', '[email protected]', '[email protected]'], |
[email protected] | 3a38fe9 | 2010-02-19 18:42:03 | [diff] [blame] | 253 | 'ipc': ['[email protected]', '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 254 | 'linux-sandboxing': ['[email protected]'], |
| 255 | 'sync': ['[email protected]', '[email protected]', |
[email protected] | 6f55300 | 2010-06-29 01:52:42 | [diff] [blame] | 256 | '[email protected]', '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 257 | 'tools': ['[email protected]'], |
[email protected] | 66e7ce0 | 2009-10-20 01:04:22 | [diff] [blame] | 258 | 'tests': ['[email protected]'], |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 259 | 'automation': ['[email protected]', '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 260 | 'chrome_frame' : ['[email protected]'], |
| 261 | 'nacl' : ['[email protected]'], |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 262 | 'appcache': ['[email protected]'], |
[email protected] | 87e84f96 | 2009-12-22 22:28:03 | [diff] [blame] | 263 | 'gpu': ['[email protected]'], |
[email protected] | d9f3bc02 | 2010-02-11 20:53:52 | [diff] [blame] | 264 | 'locale_settings': ['[email protected]'], |
| 265 | 'options_dialog_content': ['[email protected]'], |
[email protected] | 88abb08 | 2010-04-15 21:19:08 | [diff] [blame] | 266 | 'chromeos': ['[email protected]'], |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 267 | 'npapi_headers': ['[email protected]'], |
[email protected] | 2e00101 | 2011-02-03 14:38:43 | [diff] [blame] | 268 | 'remoting': ['[email protected]', '[email protected]', |
[email protected] | e06acea | 2011-02-03 07:11:07 | [diff] [blame] | 269 | '[email protected]', '[email protected]', |
| 270 | '[email protected]', |
| 271 | '[email protected]', |
| 272 | '[email protected]', |
| 273 | '[email protected]', |
| 274 | '[email protected]'], |
[email protected] | 7c5c6f3a | 2011-04-28 19:56:49 | [diff] [blame] | 275 | 'ntp': ['[email protected]'], |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 276 | 'cookie_monster': ['[email protected]'], |
[email protected] | 1dcc01a | 2011-03-17 08:21:19 | [diff] [blame] | 277 | 'autofill': ['[email protected]', '[email protected]', |
[email protected] | 2b9d1fe | 2010-12-10 07:02:22 | [diff] [blame] | 278 | '[email protected]'], |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 279 | 'webdata': ['[email protected]'], |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 280 | 'i18n': ['[email protected]'], |
[email protected] | 3491148 | 2010-10-01 20:09:43 | [diff] [blame] | 281 | 'pyauto': ['[email protected]', '[email protected]', |
[email protected] | 550ca6c | 2010-11-19 21:18:21 | [diff] [blame] | 282 | '[email protected]', '[email protected]'], |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 283 | 'labs': ['[email protected]'], |
[email protected] | 58b6cfa | 2011-02-14 12:27:29 | [diff] [blame] | 284 | 'fileapi': ['[email protected]'], |
[email protected] | c55f781e | 2011-01-20 22:15:19 | [diff] [blame] | 285 | 'pepper_api': ['[email protected]'], |
[email protected] | 790e6be | 2011-06-14 19:26:39 | [diff] [blame] | 286 | 'prerender': ['[email protected]', '[email protected]', |
| 287 | '[email protected]'], |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 288 | 'chromedriver': ['[email protected]'], |
[email protected] | 946b7c12 | 2011-04-03 15:19:10 | [diff] [blame] | 289 | 'dom_login': ['[email protected]'], |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 290 | 'imageburner': ['[email protected]', '[email protected]'], |
| 291 | 'filebrowse': ['[email protected]', '[email protected]'], |
[email protected] | 686bc54 | 2011-05-06 07:08:14 | [diff] [blame] | 292 | 'clang_update': ['[email protected]', '[email protected]'], |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 293 | 'panels': ['[email protected]', '[email protected]', |
[email protected] | 0f560e042 | 2011-05-21 17:01:33 | [diff] [blame] | 294 | '[email protected]', '[email protected]', |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 295 | '[email protected]'], |
[email protected] | 0f560e042 | 2011-05-21 17:01:33 | [diff] [blame] | 296 | 'importer': ['[email protected]'], |
[email protected] | f680b99 | 2011-06-06 16:14:20 | [diff] [blame] | 297 | 'views': ['[email protected]'], |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame^] | 298 | 'accelerator_table_gtk': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 299 | }, |
| 300 | } |