[email protected] | 37f978c | 2012-01-05 17:58:17 | [diff] [blame] | 1 | # Copyright (c) 2012 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] | 9d15515 | 2011-12-02 19:36:41 | [diff] [blame] | 28 | 'filepath': '^ui/views/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 29 | }, |
[email protected] | f46447a | 2011-09-29 20:56:17 | [diff] [blame] | 30 | 'aura': { |
[email protected] | 1c8479c | 2011-11-24 19:29:00 | [diff] [blame] | 31 | 'filepath': 'ui/aura/.*|'\ |
[email protected] | 2a48ad6 | 2011-12-24 00:19:29 | [diff] [blame] | 32 | 'ash/.*', |
[email protected] | f46447a | 2011-09-29 20:56:17 | [diff] [blame] | 33 | }, |
| 34 | 'views_core': { |
[email protected] | 9d15515 | 2011-12-02 19:36:41 | [diff] [blame] | 35 | 'filepath': 'ui/views/view.h|'\ |
| 36 | 'ui/views/view.cc|'\ |
| 37 | 'ui/views/widget/.*', |
[email protected] | f46447a | 2011-09-29 20:56:17 | [diff] [blame] | 38 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 39 | 'browser': { |
| 40 | 'filepath': 'chrome/browser/.*', |
| 41 | }, |
[email protected] | bf1ca90 | 2010-03-23 17:34:29 | [diff] [blame] | 42 | 'browser_main': { |
| 43 | 'filepath': 'chrome/browser/browser_main.cc', |
| 44 | }, |
[email protected] | cabd51c | 2010-03-17 16:38:11 | [diff] [blame] | 45 | 'browser_resources': { |
| 46 | 'filepath': 'chrome/browser/resources/.*', |
| 47 | }, |
[email protected] | 6a527c9 | 2011-11-04 21:16:28 | [diff] [blame] | 48 | 'bubble': { |
[email protected] | 9d15515 | 2011-12-02 19:36:41 | [diff] [blame] | 49 | 'filepath': 'ui/views/bubble/.*|'\ |
[email protected] | 6a527c9 | 2011-11-04 21:16:28 | [diff] [blame] | 50 | 'chrome/browser/ui/views/bubble/.*', |
| 51 | }, |
[email protected] | e70e1102 | 2010-03-30 15:27:10 | [diff] [blame] | 52 | 'chromeos_login': { |
[email protected] | 93a56478 | 2011-09-28 14:20:31 | [diff] [blame] | 53 | 'filepath': 'chrome/browser/chromeos/login/.*|'\ |
| 54 | 'chrome/browser/ui/webui/chromeos/login/.*|'\ |
| 55 | 'chrome/browser/resources/chromeos/login/.*', |
[email protected] | fe4d4f0 | 2010-03-30 18:48:32 | [diff] [blame] | 56 | }, |
[email protected] | e6f1366e | 2011-02-23 20:48:36 | [diff] [blame] | 57 | 'content': { |
| 58 | 'filepath': 'content/.*', |
| 59 | }, |
[email protected] | 8b13e30 | 2010-10-01 09:33:45 | [diff] [blame] | 60 | 'download': { |
[email protected] | 04d8123 | 2011-07-15 23:00:05 | [diff] [blame] | 61 | 'filepath': 'chrome/browser/download/.*|'\ |
| 62 | 'content/browser/download/.*', |
[email protected] | 8b13e30 | 2010-10-01 09:33:45 | [diff] [blame] | 63 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 64 | 'history': { |
| 65 | 'filepath': 'chrome/browser/history/.*', |
| 66 | }, |
[email protected] | 292a635 | 2011-12-15 15:22:28 | [diff] [blame] | 67 | 'history_ui': { |
| 68 | 'filepath': 'chrome/browser/resources/history.*', |
| 69 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 70 | 'renderer': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 71 | 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ |
| 72 | 'chrome/common/render.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 73 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 74 | 'tab_contents': { |
[email protected] | 30a7fa9c | 2011-04-07 16:22:28 | [diff] [blame] | 75 | 'filepath': 'chrome/browser/tab_contents/.*|'\ |
| 76 | 'content/browser/tab_contents/.*|'\ |
| 77 | 'chrome/browser/ui/tab_contents/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 78 | }, |
[email protected] | 2e3dd538 | 2012-04-11 16:47:49 | [diff] [blame] | 79 | 'sessions': { |
| 80 | 'filepath': 'chrome/browser/sessions/.*', |
| 81 | }, |
[email protected] | b95700e6 | 2011-10-05 22:47:31 | [diff] [blame] | 82 | 'site_instance': { |
| 83 | 'filepath': 'content/browser/site_instance.*|'\ |
| 84 | 'content/browser/browsing_instance.*', |
| 85 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 86 | 'webkit': { |
| 87 | 'filepath': 'webkit/.*', |
| 88 | }, |
| 89 | 'plugin': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 90 | 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\ |
| 91 | 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 92 | }, |
| 93 | 'worker': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 94 | 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\ |
| 95 | 'chrome/common/worker_messages.*|webkit/glue/webworker.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 96 | }, |
| 97 | 'net': { |
| 98 | 'filepath': 'net/.*', |
| 99 | }, |
[email protected] | fc92df06 | 2011-04-05 15:32:27 | [diff] [blame] | 100 | 'net_error_list': { |
| 101 | 'filepath': 'net/base/net_error_list.h', |
| 102 | }, |
[email protected] | e431454 | 2011-07-20 18:51:13 | [diff] [blame] | 103 | 'net_log': { |
| 104 | 'filepath': 'net/base/net_log.*|' \ |
| 105 | 'chrome/browser/net/.*net_log.*|' \ |
| 106 | 'chrome/browser/net/passive_log_collector.*|' \ |
| 107 | 'chrome/browser/resources/net_internals/.*|' \ |
[email protected] | 5ca0d61 | 2012-01-11 15:45:37 | [diff] [blame] | 108 | 'chrome/browser/ui/webui/net_internals/.*' |
[email protected] | e431454 | 2011-07-20 18:51:13 | [diff] [blame] | 109 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 110 | 'ftp': { |
| 111 | 'filepath': 'ftp', |
| 112 | }, |
[email protected] | e6fdd38 | 2011-10-04 17:03:36 | [diff] [blame] | 113 | 'dns': { |
| 114 | 'filepath': 'net/base/host_resolver.*|' \ |
| 115 | 'net/base/host_cache.*|' \ |
| 116 | 'net/dns/.*' |
| 117 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 118 | 'installer': { |
| 119 | 'filepath': 'chrome/installer/.*', |
| 120 | }, |
| 121 | 'importer': { |
| 122 | 'filepath': '.*import.*', |
| 123 | }, |
| 124 | 'media': { |
[email protected] | 464791b | 2010-03-02 20:26:23 | [diff] [blame] | 125 | 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\ |
[email protected] | c06dca68 | 2010-06-22 01:33:42 | [diff] [blame] | 126 | 'audio_message_filter|video_layer', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 127 | }, |
| 128 | 'ipc': { |
| 129 | 'filepath': 'ipc/ipc.*', |
| 130 | }, |
| 131 | 'linux-sandboxing': { |
| 132 | 'filepath': 'sandbox/linux/.*', |
| 133 | }, |
[email protected] | 8395826 | 2012-05-22 16:17:22 | [diff] [blame] | 134 | 'linux-seccomp-bpf': { |
| 135 | 'filepath': 'content/common/sandbox_init_linux.cc', |
| 136 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 137 | 'sync': { |
[email protected] | 9d15515 | 2011-12-02 19:36:41 | [diff] [blame] | 138 | 'filepath': 'chrome/browser/sync/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 139 | }, |
| 140 | 'layout_tests': { |
| 141 | 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*', |
| 142 | }, |
| 143 | 'tools': { |
| 144 | 'filepath': 'tools/.*', |
| 145 | }, |
| 146 | 'tests': { |
| 147 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*', |
| 148 | }, |
| 149 | 'automation': { |
| 150 | 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*', |
| 151 | }, |
| 152 | 'chrome_frame': { |
| 153 | 'filepath': 'chrome_frame/.*', |
| 154 | }, |
| 155 | 'nacl': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 156 | 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\ |
[email protected] | e15a4fa | 2010-02-11 23:09:29 | [diff] [blame] | 157 | 'chrome/browser/nacl_host/.*|chrome/common/nacl.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 158 | }, |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 159 | 'appcache': { |
| 160 | 'filepath': 'appcache/.*', |
| 161 | }, |
[email protected] | 87e84f96 | 2009-12-22 22:28:03 | [diff] [blame] | 162 | 'gpu': { |
| 163 | 'filepath': 'gpu/.*', |
| 164 | }, |
[email protected] | a3ce426 | 2010-02-05 17:46:25 | [diff] [blame] | 165 | 'locale_settings': { |
[email protected] | d9f3bc02 | 2010-02-11 20:53:52 | [diff] [blame] | 166 | 'filepath': 'chrome/app/resources/locale_settings.*', |
[email protected] | a3ce426 | 2010-02-05 17:46:25 | [diff] [blame] | 167 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame^] | 168 | 'browser_chromeos': { |
[email protected] | 88abb08 | 2010-04-15 21:19:08 | [diff] [blame] | 169 | 'filepath': 'chrome/browser/chromeos/.*', |
| 170 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame^] | 171 | 'chromeos': { |
| 172 | 'filepath': 'chromeos/.*', |
| 173 | }, |
[email protected] | 93a56478 | 2011-09-28 14:20:31 | [diff] [blame] | 174 | 'chromeos_webui': { |
| 175 | 'filepath': 'chrome/browser/ui/webui/chromeos/.*|'\ |
| 176 | 'chrome/browser/resources/chromeos/.*', |
| 177 | }, |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 178 | 'npapi_headers': { |
| 179 | 'filepath': 'third_party/npapi/bindings/.*', |
| 180 | }, |
[email protected] | 304359bf | 2010-06-10 16:06:02 | [diff] [blame] | 181 | 'remoting': { |
| 182 | 'filepath': 'remoting/.*', |
| 183 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 184 | 'domui_options': { |
[email protected] | 900e496 | 2010-07-19 19:06:44 | [diff] [blame] | 185 | 'filepath': 'chrome/browser/resources/options/.*|'\ |
[email protected] | 62e9591 | 2010-10-13 20:35:41 | [diff] [blame] | 186 | 'chrome/browser/resources/options.html|'\ |
[email protected] | 9d15515 | 2011-12-02 19:36:41 | [diff] [blame] | 187 | 'chrome/browser/ui/webui/options/.*', |
[email protected] | 900e496 | 2010-07-19 19:06:44 | [diff] [blame] | 188 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 189 | 'ntp': { |
[email protected] | 7fadd91 | 2012-03-01 04:04:23 | [diff] [blame] | 190 | 'filepath': 'chrome/browser/resources/ntp4/.*|'\ |
[email protected] | 7c5c6f3a | 2011-04-28 19:56:49 | [diff] [blame] | 191 | 'chrome/browser/resources/touch_ntp/.*|'\ |
| 192 | 'chrome/browser/resources/touch_ntp/.*|'\ |
| 193 | 'chrome/browser/ui/webui/ntp/.*', |
| 194 | }, |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 195 | 'cookie_monster': { |
[email protected] | f48945c | 2012-04-02 20:09:34 | [diff] [blame] | 196 | 'filepath': 'net/cookies/.*|'\ |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 197 | 'chrome/browser/net/sqlite_persistent_cookie_store.*', |
| 198 | }, |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 199 | 'autofill': { |
[email protected] | d3965511 | 2011-04-18 18:05:36 | [diff] [blame] | 200 | 'filepath': 'chrome/browser/autofill/.*|'\ |
[email protected] | 880e036 | 2011-02-24 00:53:48 | [diff] [blame] | 201 | 'chrome/browser/resources/options/autofill_.*|'\ |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 202 | 'chrome/browser/sync/glue/autofill_.*|'\ |
[email protected] | d3965511 | 2011-04-18 18:05:36 | [diff] [blame] | 203 | 'chrome/browser/ui/webui/options/autofill_.*|'\ |
| 204 | 'chrome/renderer/autofill/.*|'\ |
| 205 | 'chrome/test/data/autofill/.*|'\ |
| 206 | 'chrome/test/data/autofill/heuristics/input/.*|'\ |
| 207 | 'chrome/test/data/autofill/heuristics/output/.*|'\ |
| 208 | 'chrome/test/data/autofill/merge/input/.*|'\ |
[email protected] | 9c4bf23 | 2011-12-15 02:25:08 | [diff] [blame] | 209 | 'chrome/test/data/autofill/merge/output/.*|'\ |
| 210 | 'webkit/forms/.*', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 211 | }, |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 212 | 'webdata': { |
| 213 | 'filepath': 'chrome/browser/webdata/.*', |
| 214 | }, |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 215 | 'i18n': { |
| 216 | 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\ |
| 217 | '.*locale_settings.*|.*encoding.*', |
| 218 | }, |
[email protected] | 3491148 | 2010-10-01 20:09:43 | [diff] [blame] | 219 | 'pyauto': { |
| 220 | 'filepath': 'chrome/test/pyautolib' \ |
| 221 | '|chrome/test/functional' \ |
| 222 | '|chrome/browser/automation/automation_provider_json' |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 223 | }, |
| 224 | 'labs': { |
| 225 | 'filepath': 'chrome/browser/labs' \ |
| 226 | '|chrome/browser/dom_ui/labs' |
| 227 | }, |
[email protected] | 58b6cfa | 2011-02-14 12:27:29 | [diff] [blame] | 228 | 'fileapi': { |
| 229 | 'filepath': 'file_system/.*' \ |
| 230 | '|fileapi/.*' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 231 | }, |
[email protected] | c55f781e | 2011-01-20 22:15:19 | [diff] [blame] | 232 | 'pepper_api': { |
| 233 | 'filepath': 'ppapi/c/.*', |
| 234 | }, |
[email protected] | ee6ded3 | 2011-01-24 14:33:27 | [diff] [blame] | 235 | 'prerender': { |
| 236 | 'filepath': 'chrome/browser/prerender/.*' |
| 237 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 238 | 'chromedriver': { |
| 239 | 'filepath': 'chrome/test/webdriver|third_party/webdriver' |
| 240 | }, |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 241 | 'task_manager': { |
| 242 | 'filepath': 'task_manager' |
| 243 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 244 | 'filebrowse': { |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 245 | 'filepath': 'file_browser' \ |
| 246 | '|file_manager' \ |
| 247 | '|filebrowse' |
| 248 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 249 | 'imageburner': { |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 250 | 'filepath': 'imageburner' |
| 251 | }, |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 252 | 'gdata' : { |
| 253 | 'filepath': 'gdata' |
| 254 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 255 | 'clang_update': { |
| 256 | 'filepath': 'tools/clang/scripts/update.sh' |
| 257 | }, |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 258 | 'panels': { |
| 259 | 'filepath': 'chrome/browser/ui/panels/.*', |
| 260 | }, |
[email protected] | 37f978c | 2012-01-05 17:58:17 | [diff] [blame] | 261 | 'accelerator_table': { |
[email protected] | d1bf3774 | 2012-03-10 07:27:05 | [diff] [blame] | 262 | 'filepath': 'ash/accelerators/accelerator_table\.cc' \ |
| 263 | '|chrome/browser/ui/views/accelerator_table\.cc', |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 264 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 265 | 'downloads_ui': { |
[email protected] | 1c3fe47 | 2011-07-18 23:58:25 | [diff] [blame] | 266 | 'filepath': 'chrome/browser/resources/.*downloads\..*' \ |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 267 | '|chrome/browser/ui/webui/.*downloads.*' \ |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 268 | '|chrome/browser/ui/views/download/.*' \ |
| 269 | '|chrome/browser/ui/cocoa/download/.*' \ |
| 270 | '|chrome/browser/ui/gtk/download/.*' |
| 271 | }, |
| 272 | 'x11': { |
| 273 | 'filepath': 'content/browser/renderer_host/backing_store_x\..*' \ |
| 274 | '|chrome/browser/chromeos/input_method/xkeyboard\..*' \ |
| 275 | '|chrome/browser/chromeos/system_key_event_listener\..*' \ |
[email protected] | 39e133b | 2011-11-16 04:26:42 | [diff] [blame] | 276 | '|chrome/browser/chromeos/'\ |
| 277 | 'xinput_hierarchy_changed_event_listener\..*' \ |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 278 | '|chrome/browser/chromeos/wm_.*' \ |
| 279 | '|ui/base/x/.*' |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 280 | }, |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 281 | 'accessibility': { |
| 282 | 'filepath': 'chrome/browser/accessibility/.*' \ |
| 283 | '|content/browser/accessibility/.*' \ |
| 284 | '|chrome/.*accessib.*' \ |
| 285 | '|ui/base/accessibility/.*' \ |
[email protected] | 9d15515 | 2011-12-02 19:36:41 | [diff] [blame] | 286 | '|ui/views/accessibility/.*' |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 287 | }, |
[email protected] | 4b07b62cc | 2011-10-03 17:52:39 | [diff] [blame] | 288 | 'tools_emacs': { |
| 289 | 'filepath': 'tools/emacs/.*', |
| 290 | }, |
[email protected] | ffeb189d | 2011-10-05 18:49:39 | [diff] [blame] | 291 | 'browser_compositor': { |
[email protected] | 116302fc | 2012-05-05 21:45:41 | [diff] [blame] | 292 | 'filepath': 'ui/compositor/.*' |
[email protected] | ffeb189d | 2011-10-05 18:49:39 | [diff] [blame] | 293 | }, |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 294 | 'browser_gl': { |
[email protected] | c9e2cbbb | 2012-05-12 21:17:27 | [diff] [blame] | 295 | 'filepath': 'ui/gl/.*' |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 296 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 297 | 'textinput': { |
| 298 | 'filepath': 'content/browser/renderer_host/gtk_im.*'\ |
| 299 | '|content/browser/renderer_host/gtk_key.*'\ |
| 300 | '|content/browser/renderer_host/render_widget_host_view.*'\ |
| 301 | '|content/browser/renderer_host/text_input.*'\ |
| 302 | '|ui/base/ime/.*'\ |
| 303 | '|ui/base/gtk/event.*'\ |
| 304 | '|ui/base/gtk/gtk_im.*'\ |
| 305 | '|ui/base/keycodes/.*'\ |
| 306 | '|ui/base/win/ime.*'\ |
[email protected] | 9d15515 | 2011-12-02 19:36:41 | [diff] [blame] | 307 | '|ui/views/controls/textfield/.*'\ |
| 308 | '|ui/views/ime/.*' |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 309 | }, |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 310 | 'textinput_chromeos': { |
| 311 | 'filepath': 'chrome/browser/chromeos/input_method/.*'\ |
| 312 | '|chrome/browser/chromeos/extensions/input_method.*'\ |
| 313 | '|chrome/browser/chromeos/status/input_method.*'\ |
[email protected] | ef03eae | 2011-11-30 08:43:43 | [diff] [blame] | 314 | '|chrome/browser/extensions/extension_input_.*'\ |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 315 | '|chrome/browser/resources/keyboard.*'\ |
[email protected] | ef03eae | 2011-11-30 08:43:43 | [diff] [blame] | 316 | '|chrome/browser/resources/options/language.*'\ |
| 317 | '|chrome/browser/ui/webui/options/'\ |
| 318 | 'chromeos/.*(language|keyboard).*'\ |
| 319 | '|chrome/browser/ui/webui/options/language.*' |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 320 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 321 | 'omnibox': { |
| 322 | 'filepath': 'chrome/browser/autocomplete/.*'\ |
| 323 | '|chrome/browser/ui/.*/omnibox/.*' |
| 324 | }, |
[email protected] | 6bea7b4 | 2011-10-19 19:47:09 | [diff] [blame] | 325 | 'message_loop': { |
| 326 | 'filepath': 'base/message_.*' |
| 327 | }, |
[email protected] | c2f6800f | 2011-10-31 23:44:32 | [diff] [blame] | 328 | 'clipboard': { |
[email protected] | c767b06 | 2011-11-17 22:58:55 | [diff] [blame] | 329 | 'filepath': 'clipboard|dnd|drag|drop', |
[email protected] | c2f6800f | 2011-10-31 23:44:32 | [diff] [blame] | 330 | }, |
[email protected] | ae732c96 | 2012-01-26 03:01:10 | [diff] [blame] | 331 | 'metrics': { |
| 332 | 'filepath': 'base/metrics/.*'\ |
| 333 | '|chrome/browser/metrics/.*'\ |
| 334 | '|chrome/common/metrics/.*'\ |
| 335 | '|chrome_frame/metrics.*'\ |
| 336 | '|chrome/browser/chromeos/external_metrics.*'\ |
| 337 | '|chrome/browser/extensions/extension_metrics_module.*'\ |
| 338 | '|chrome/browser/ui/webui/metrics_handler.*'\ |
| 339 | '|content/browser/user_metrics.cc'\ |
| 340 | '|content/public/browser/user_metrics.h'\ |
| 341 | '|chrome/tools/extract_actions.py' |
| 342 | }, |
[email protected] | 65676d3 | 2012-04-18 14:41:05 | [diff] [blame] | 343 | 'speech': { |
| 344 | 'filepath': 'chrome/browser/speech/.*'\ |
| 345 | '|content/browser/speech/.*'\ |
| 346 | '|content/common/.*speech.*'\ |
| 347 | '|content/public/.*speech.*' |
| 348 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame^] | 349 | 'ui_resources': { |
| 350 | 'filepath': 'ui/resources/.*'\ |
| 351 | '|ui/base/native_theme/resources/.*'\ |
| 352 | '|chrome/app/theme/.*' |
| 353 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 354 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 355 | |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 356 | 'WATCHLISTS': { |
| 357 | 'this_file': ['[email protected]'], |
[email protected] | 0ae950f9 | 2012-02-03 08:33:57 | [diff] [blame] | 358 | 'valgrind': ['[email protected]', |
| 359 | '[email protected]', |
| 360 | '[email protected]'], |
[email protected] | 91ce303f | 2012-04-02 20:50:24 | [diff] [blame] | 361 | 'base': ['[email protected]', '[email protected]'], |
[email protected] | 0d1d958 | 2010-03-23 19:26:00 | [diff] [blame] | 362 | 'browser_main': ['[email protected]'], |
[email protected] | cabd51c | 2010-03-17 16:38:11 | [diff] [blame] | 363 | 'browser_resources': ['[email protected]'], |
[email protected] | 6a527c9 | 2011-11-04 21:16:28 | [diff] [blame] | 364 | 'bubble': ['[email protected]', '[email protected]'], |
[email protected] | 0f12afc | 2011-08-17 06:13:56 | [diff] [blame] | 365 | 'content': ['[email protected]', '[email protected]', |
[email protected] | 0507435 | 2012-05-14 15:13:36 | [diff] [blame] | 366 | '[email protected]', '[email protected]'], |
[email protected] | be4f866 | 2012-01-02 15:59:59 | [diff] [blame] | 367 | 'download': ['[email protected]'], |
[email protected] | bf1ca90 | 2010-03-23 17:34:29 | [diff] [blame] | 368 | 'history': ['[email protected]'], |
[email protected] | 292a635 | 2011-12-15 15:22:28 | [diff] [blame] | 369 | 'history_ui': ['[email protected]'], |
[email protected] | 3a38fe9 | 2010-02-19 18:42:03 | [diff] [blame] | 370 | 'renderer': ['[email protected]', |
[email protected] | fae8f25 | 2010-06-28 03:25:29 | [diff] [blame] | 371 | '[email protected]'], |
[email protected] | b95700e6 | 2011-10-05 22:47:31 | [diff] [blame] | 372 | 'tab_contents': ['[email protected]', '[email protected]', |
| 373 | '[email protected]', '[email protected]'], |
[email protected] | 2e3dd538 | 2012-04-11 16:47:49 | [diff] [blame] | 374 | 'sessions': ['[email protected]'], |
[email protected] | b95700e6 | 2011-10-05 22:47:31 | [diff] [blame] | 375 | 'site_instance': ['[email protected]', '[email protected]'], |
[email protected] | 3a38fe9 | 2010-02-19 18:42:03 | [diff] [blame] | 376 | 'webkit': ['[email protected]'], |
[email protected] | 8d1ff5b8 | 2010-08-04 19:12:45 | [diff] [blame] | 377 | 'plugin': ['[email protected]', '[email protected]', |
| 378 | '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 379 | 'worker': ['[email protected]'], |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 380 | 'extension': ['[email protected]', |
[email protected] | 10055056 | 2012-04-30 21:07:24 | [diff] [blame] | 381 | '[email protected]'], |
[email protected] | dbac96e | 2010-04-15 12:55:43 | [diff] [blame] | 382 | 'net': ['[email protected]', '[email protected]'], |
[email protected] | fc92df06 | 2011-04-05 15:32:27 | [diff] [blame] | 383 | 'net_error_list': ['[email protected]'], |
[email protected] | e431454 | 2011-07-20 18:51:13 | [diff] [blame] | 384 | 'net_log': ['[email protected]', '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 385 | 'ftp': ['[email protected]'], |
[email protected] | e6fdd38 | 2011-10-04 17:03:36 | [diff] [blame] | 386 | 'dns': ['[email protected]'], |
[email protected] | 30555c5 | 2012-02-22 17:56:24 | [diff] [blame] | 387 | 'media': ['[email protected]'], |
[email protected] | 3a38fe9 | 2010-02-19 18:42:03 | [diff] [blame] | 388 | 'ipc': ['[email protected]', '[email protected]'], |
[email protected] | b5d9aca8 | 2012-05-18 20:28:04 | [diff] [blame] | 389 | 'linux-sandboxing': ['[email protected]', '[email protected]'], |
[email protected] | 8395826 | 2012-05-22 16:17:22 | [diff] [blame] | 390 | 'linux-seccomp-bpf': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 391 | 'sync': ['[email protected]', '[email protected]', |
[email protected] | 879e032 | 2011-10-19 23:42:00 | [diff] [blame] | 392 | '[email protected]', '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 393 | 'tools': ['[email protected]'], |
[email protected] | be4f866 | 2012-01-02 15:59:59 | [diff] [blame] | 394 | 'tests': [], |
| 395 | 'automation': ['[email protected]', |
[email protected] | 73f3435e | 2011-10-14 13:20:21 | [diff] [blame] | 396 | '[email protected]'], |
[email protected] | de7658e | 2012-03-30 23:04:30 | [diff] [blame] | 397 | 'chrome_frame': ['[email protected]', '[email protected]', |
| 398 | '[email protected]'], |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 399 | 'nacl': ['[email protected]'], |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 400 | 'appcache': ['[email protected]'], |
[email protected] | 87e84f96 | 2009-12-22 22:28:03 | [diff] [blame] | 401 | 'gpu': ['[email protected]'], |
[email protected] | d9f3bc02 | 2010-02-11 20:53:52 | [diff] [blame] | 402 | 'locale_settings': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame^] | 403 | 'browser_chromeos': ['[email protected]', |
| 404 | '[email protected]', |
| 405 | '[email protected]'], |
| 406 | 'chromeos' : ['[email protected]', |
| 407 | '[email protected]'], |
[email protected] | 93a56478 | 2011-09-28 14:20:31 | [diff] [blame] | 408 | 'chromeos_webui': ['[email protected]'], |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 409 | 'npapi_headers': ['[email protected]'], |
[email protected] | e2c1e29 | 2012-01-25 23:40:34 | [diff] [blame] | 410 | 'remoting': ['[email protected]', |
| 411 | '[email protected]', |
| 412 | '[email protected]', |
[email protected] | 84cdbcc4 | 2011-11-17 01:01:01 | [diff] [blame] | 413 | '[email protected]', |
[email protected] | e06acea | 2011-02-03 07:11:07 | [diff] [blame] | 414 | '[email protected]', |
| 415 | '[email protected]', |
| 416 | '[email protected]', |
| 417 | '[email protected]', |
[email protected] | 6ceb3fc5 | 2011-12-08 22:04:34 | [diff] [blame] | 418 | '[email protected]', |
| 419 | '[email protected]', |
| 420 | '[email protected]'], |
[email protected] | f3942f8 | 2012-01-18 05:35:17 | [diff] [blame] | 421 | 'ntp': ['[email protected]', '[email protected]'], |
[email protected] | a9867733 | 2012-04-14 19:22:34 | [diff] [blame] | 422 | 'cookie_monster': ['[email protected]', '[email protected]', |
| 423 | '[email protected]'], |
[email protected] | 10055056 | 2012-04-30 21:07:24 | [diff] [blame] | 424 | 'autofill': ['[email protected]', '[email protected]', |
[email protected] | b04517d | 2012-04-23 14:38:41 | [diff] [blame] | 425 | '[email protected]'], |
[email protected] | 542acf6 | 2011-11-30 23:46:31 | [diff] [blame] | 426 | 'webdata': ['[email protected]'], |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 427 | 'i18n': ['[email protected]'], |
[email protected] | 2de82f7 | 2012-03-28 23:49:39 | [diff] [blame] | 428 | 'pyauto': ['[email protected]', |
[email protected] | 9b82735 | 2011-07-20 16:42:21 | [diff] [blame] | 429 | '[email protected]', '[email protected]', |
| 430 | '[email protected]'], |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 431 | 'labs': ['[email protected]'], |
[email protected] | 58b6cfa | 2011-02-14 12:27:29 | [diff] [blame] | 432 | 'fileapi': ['[email protected]'], |
[email protected] | cc8869ba | 2011-10-14 05:01:57 | [diff] [blame] | 433 | 'pepper_api': ['[email protected]', '[email protected]', |
[email protected] | 66aaa6b | 2011-11-05 03:05:55 | [diff] [blame] | 434 | '[email protected]', '[email protected]'], |
[email protected] | 790e6be | 2011-06-14 19:26:39 | [diff] [blame] | 435 | 'prerender': ['[email protected]', '[email protected]', |
[email protected] | e431454 | 2011-07-20 18:51:13 | [diff] [blame] | 436 | '[email protected]', '[email protected]'], |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 437 | 'chromedriver': ['[email protected]'], |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 438 | 'task_manager': ['[email protected]'], |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 439 | 'imageburner': ['[email protected]', '[email protected]'], |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 440 | 'filebrowse': ['[email protected]'], |
| 441 | 'gdata': ['[email protected]'], |
[email protected] | ef8492a | 2012-04-05 08:53:08 | [diff] [blame] | 442 | 'clang_update': ['[email protected]', '[email protected]', |
| 443 | '[email protected]'], |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 444 | 'panels': ['[email protected]', '[email protected]', |
[email protected] | 083a79d | 2012-02-17 18:26:55 | [diff] [blame] | 445 | '[email protected]', '[email protected]', |
[email protected] | 1f708031 | 2012-04-16 19:36:55 | [diff] [blame] | 446 | '[email protected]'], |
[email protected] | 0f560e042 | 2011-05-21 17:01:33 | [diff] [blame] | 447 | 'importer': ['[email protected]'], |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 448 | 'views': ['[email protected]'], |
[email protected] | d1bf3774 | 2012-03-10 07:27:05 | [diff] [blame] | 449 | 'accelerator_table': ['[email protected]', |
[email protected] | 37f978c | 2012-01-05 17:58:17 | [diff] [blame] | 450 | '[email protected]'], |
[email protected] | 1c3fe47 | 2011-07-18 23:58:25 | [diff] [blame] | 451 | 'downloads_ui': ['[email protected]', '[email protected]'], |
[email protected] | 494f3cf | 2011-11-14 07:14:02 | [diff] [blame] | 452 | 'x11': ['[email protected]', |
| 453 | '[email protected]', |
| 454 | '[email protected]'], |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 455 | 'accessibility': ['[email protected]', |
| 456 | '[email protected]', |
| 457 | '[email protected]', |
| 458 | '[email protected]', |
| 459 | '[email protected]', |
| 460 | '[email protected]', |
| 461 | '[email protected]', |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 462 | '[email protected]', |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 463 | '[email protected]'], |
[email protected] | 2de82f7 | 2012-03-28 23:49:39 | [diff] [blame] | 464 | 'aura': ['[email protected]', '[email protected]'], |
[email protected] | f46447a | 2011-09-29 20:56:17 | [diff] [blame] | 465 | 'views_core': ['[email protected]'], |
[email protected] | 542acf6 | 2011-11-30 23:46:31 | [diff] [blame] | 466 | 'tools_emacs': ['[email protected]', |
| 467 | '[email protected]'], |
[email protected] | 8206cda | 2011-10-24 23:51:26 | [diff] [blame] | 468 | 'browser_compositor': ['[email protected]', '[email protected]', |
[email protected] | 542acf6 | 2011-11-30 23:46:31 | [diff] [blame] | 469 | '[email protected]', |
| 470 | '[email protected]'], |
| 471 | 'browser_gl': ['[email protected]'], |
[email protected] | 494f3cf | 2011-11-14 07:14:02 | [diff] [blame] | 472 | 'textinput': ['[email protected]', |
| 473 | '[email protected]', |
| 474 | '[email protected]'], |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 475 | 'textinput_chromeos': ['[email protected]'], |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 476 | 'omnibox': ['[email protected]'], |
[email protected] | 6bea7b4 | 2011-10-19 19:47:09 | [diff] [blame] | 477 | 'message_loop': ['[email protected]'], |
[email protected] | c2f6800f | 2011-10-31 23:44:32 | [diff] [blame] | 478 | 'clipboard': ['[email protected]'], |
[email protected] | ae732c96 | 2012-01-26 03:01:10 | [diff] [blame] | 479 | 'metrics': ['[email protected]', |
| 480 | '[email protected]', |
| 481 | '[email protected]'], |
[email protected] | 65676d3 | 2012-04-18 14:41:05 | [diff] [blame] | 482 | 'speech': ['[email protected]'], |
[email protected] | de7658e | 2012-03-30 23:04:30 | [diff] [blame] | 483 | 'installer': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame^] | 484 | 'ui_resources': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 485 | }, |
| 486 | } |