[email protected] | be853e5 | 2010-03-21 16:39:08 | [diff] [blame] | 1 | # Copyright (c) 2010 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. |
| 28 | 'filepath': 'views/.*', |
| 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] | 8b13e30 | 2010-10-01 09:33:45 | [diff] [blame] | 42 | 'download': { |
| 43 | 'filepath': 'chrome/browser/download/.*', |
| 44 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 45 | 'history': { |
| 46 | 'filepath': 'chrome/browser/history/.*', |
| 47 | }, |
| 48 | 'renderer': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 49 | 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ |
| 50 | 'chrome/common/render.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 51 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 52 | 'tab_contents': { |
| 53 | 'filepath': 'chrome/browser/tab_contents/.*', |
| 54 | }, |
| 55 | 'webkit': { |
| 56 | 'filepath': 'webkit/.*', |
| 57 | }, |
| 58 | 'plugin': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 59 | 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\ |
| 60 | 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 61 | }, |
| 62 | 'worker': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 63 | 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\ |
| 64 | 'chrome/common/worker_messages.*|webkit/glue/webworker.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 65 | }, |
| 66 | 'net': { |
| 67 | 'filepath': 'net/.*', |
| 68 | }, |
| 69 | 'ftp': { |
| 70 | 'filepath': 'ftp', |
| 71 | }, |
| 72 | 'installer': { |
| 73 | 'filepath': 'chrome/installer/.*', |
| 74 | }, |
| 75 | 'importer': { |
| 76 | 'filepath': '.*import.*', |
| 77 | }, |
| 78 | 'media': { |
[email protected] | 464791b | 2010-03-02 20:26:23 | [diff] [blame] | 79 | 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\ |
[email protected] | c06dca68 | 2010-06-22 01:33:42 | [diff] [blame] | 80 | 'audio_message_filter|video_layer', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 81 | }, |
| 82 | 'ipc': { |
| 83 | 'filepath': 'ipc/ipc.*', |
| 84 | }, |
| 85 | 'linux-sandboxing': { |
| 86 | 'filepath': 'sandbox/linux/.*', |
| 87 | }, |
| 88 | 'sync': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 89 | 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\ |
| 90 | 'chrome/test/live_sync/.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 91 | }, |
| 92 | 'layout_tests': { |
| 93 | 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*', |
| 94 | }, |
| 95 | 'tools': { |
| 96 | 'filepath': 'tools/.*', |
| 97 | }, |
| 98 | 'tests': { |
| 99 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*', |
| 100 | }, |
| 101 | 'automation': { |
| 102 | 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*', |
| 103 | }, |
[email protected] | 09f132d | 2010-11-25 19:58:59 | [diff] [blame] | 104 | 'ceee': { |
| 105 | 'filepath': 'ceee/.*', |
| 106 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 107 | 'chrome_frame': { |
| 108 | 'filepath': 'chrome_frame/.*', |
| 109 | }, |
| 110 | 'nacl': { |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 111 | 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\ |
[email protected] | e15a4fa | 2010-02-11 23:09:29 | [diff] [blame] | 112 | 'chrome/browser/nacl_host/.*|chrome/common/nacl.*', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 113 | }, |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 114 | 'appcache': { |
| 115 | 'filepath': 'appcache/.*', |
| 116 | }, |
[email protected] | 87e84f96 | 2009-12-22 22:28:03 | [diff] [blame] | 117 | 'gpu': { |
| 118 | 'filepath': 'gpu/.*', |
| 119 | }, |
[email protected] | a3ce426 | 2010-02-05 17:46:25 | [diff] [blame] | 120 | 'locale_settings': { |
[email protected] | d9f3bc02 | 2010-02-11 20:53:52 | [diff] [blame] | 121 | 'filepath': 'chrome/app/resources/locale_settings.*', |
[email protected] | a3ce426 | 2010-02-05 17:46:25 | [diff] [blame] | 122 | }, |
| 123 | 'options_dialog_content': { |
| 124 | 'filepath': 'chrome/browser/views/options/content_page_view.h|'\ |
| 125 | 'chrome/browser/views/options/general_page_view.h', |
| 126 | }, |
[email protected] | 88abb08 | 2010-04-15 21:19:08 | [diff] [blame] | 127 | 'chromeos': { |
| 128 | 'filepath': 'chrome/browser/chromeos/.*', |
| 129 | }, |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 130 | 'npapi_headers': { |
| 131 | 'filepath': 'third_party/npapi/bindings/.*', |
| 132 | }, |
[email protected] | 304359bf | 2010-06-10 16:06:02 | [diff] [blame] | 133 | 'remoting': { |
| 134 | 'filepath': 'remoting/.*', |
| 135 | }, |
[email protected] | 900e496 | 2010-07-19 19:06:44 | [diff] [blame] | 136 | 'domui_options' : { |
| 137 | 'filepath': 'chrome/browser/resources/options/.*|'\ |
[email protected] | 62e9591 | 2010-10-13 20:35:41 | [diff] [blame] | 138 | 'chrome/browser/resources/options.html|'\ |
| 139 | 'chrome/browser/dom_ui/options/.*', |
[email protected] | 900e496 | 2010-07-19 19:06:44 | [diff] [blame] | 140 | }, |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 141 | 'cookie_monster': { |
| 142 | 'filepath': 'net/base/cookie_.*|'\ |
| 143 | 'chrome/browser/net/sqlite_persistent_cookie_store.*', |
| 144 | }, |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 145 | 'autofill': { |
| 146 | 'filepath': 'chrome/app/nibs/AutoFill.*|'\ |
| 147 | 'chrome/browser/autofill/.*|'\ |
| 148 | 'chrome/browser/dom_ui/autofill_.*|'\ |
| 149 | 'chrome/browser/sync/glue/autofill_.*|'\ |
| 150 | 'chrome/browser/views/autofill_.*|'\ |
| 151 | 'chrome/renderer/autofill_.*|'\ |
| 152 | 'chrome/renderer/form_manager.*', |
| 153 | }, |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 154 | 'webdata': { |
| 155 | 'filepath': 'chrome/browser/webdata/.*', |
| 156 | }, |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 157 | 'i18n': { |
| 158 | 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\ |
| 159 | '.*locale_settings.*|.*encoding.*', |
| 160 | }, |
[email protected] | 3491148 | 2010-10-01 20:09:43 | [diff] [blame] | 161 | 'pyauto': { |
| 162 | 'filepath': 'chrome/test/pyautolib' \ |
| 163 | '|chrome/test/functional' \ |
| 164 | '|chrome/browser/automation/automation_provider_json' |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 165 | }, |
| 166 | 'labs': { |
| 167 | 'filepath': 'chrome/browser/labs' \ |
| 168 | '|chrome/browser/dom_ui/labs' |
| 169 | }, |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 170 | 'file_system': { |
| 171 | 'filepath': 'file_system/.*', |
| 172 | }, |
[email protected] | c55f781e | 2011-01-20 22:15:19 | [diff] [blame] | 173 | 'pepper_api': { |
| 174 | 'filepath': 'ppapi/c/.*', |
| 175 | }, |
[email protected] | ee6ded3 | 2011-01-24 14:33:27 | [diff] [blame^] | 176 | 'prerender': { |
| 177 | 'filepath': 'chrome/browser/prerender/.*' |
| 178 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 179 | }, |
| 180 | |
| 181 | 'WATCHLISTS': { |
| 182 | 'this_file': ['[email protected]'], |
[email protected] | b0434b27 | 2010-02-25 10:11:51 | [diff] [blame] | 183 | 'valgrind': ['[email protected]', |
[email protected] | 8d1ff5b8 | 2010-08-04 19:12:45 | [diff] [blame] | 184 | '[email protected]', |
[email protected] | b0434b27 | 2010-02-25 10:11:51 | [diff] [blame] | 185 | '[email protected]'], |
[email protected] | 44af309 | 2010-08-31 18:01:14 | [diff] [blame] | 186 | 'mac': ['[email protected]'], |
[email protected] | bf1ca90 | 2010-03-23 17:34:29 | [diff] [blame] | 187 | 'base': ['[email protected]'], |
[email protected] | 0d1d958 | 2010-03-23 19:26:00 | [diff] [blame] | 188 | 'browser_main': ['[email protected]'], |
[email protected] | cabd51c | 2010-03-17 16:38:11 | [diff] [blame] | 189 | 'browser_resources': ['[email protected]'], |
[email protected] | e70e1102 | 2010-03-30 15:27:10 | [diff] [blame] | 190 | 'chromeos_login': ['[email protected]'], |
[email protected] | 6ca57ed | 2010-11-18 17:36:04 | [diff] [blame] | 191 | 'download': ['[email protected]','[email protected]'], |
[email protected] | bf1ca90 | 2010-03-23 17:34:29 | [diff] [blame] | 192 | 'history': ['[email protected]'], |
[email protected] | 3a38fe9 | 2010-02-19 18:42:03 | [diff] [blame] | 193 | 'renderer': ['[email protected]', |
[email protected] | fae8f25 | 2010-06-28 03:25:29 | [diff] [blame] | 194 | '[email protected]'], |
[email protected] | bf1ca90 | 2010-03-23 17:34:29 | [diff] [blame] | 195 | 'tab_contents': ['[email protected]'], |
[email protected] | 3a38fe9 | 2010-02-19 18:42:03 | [diff] [blame] | 196 | 'webkit': ['[email protected]'], |
[email protected] | 8d1ff5b8 | 2010-08-04 19:12:45 | [diff] [blame] | 197 | 'plugin': ['[email protected]', '[email protected]', |
| 198 | '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 199 | 'worker': ['[email protected]'], |
[email protected] | b1f54d1 | 2009-11-02 22:59:17 | [diff] [blame] | 200 | 'extension': ['[email protected]', |
| 201 | '[email protected]', |
| 202 | '[email protected]'], |
[email protected] | dbac96e | 2010-04-15 12:55:43 | [diff] [blame] | 203 | 'net': ['[email protected]', '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 204 | 'ftp': ['[email protected]'], |
[email protected] | 3a5df027 | 2010-11-12 20:40:01 | [diff] [blame] | 205 | 'media': ['[email protected]', '[email protected]', |
| 206 | '[email protected]', '[email protected]', |
[email protected] | 6256b59 | 2010-12-21 15:17:14 | [diff] [blame] | 207 | '[email protected]', '[email protected]', |
| 208 | '[email protected]', '[email protected]'], |
[email protected] | 3a38fe9 | 2010-02-19 18:42:03 | [diff] [blame] | 209 | 'ipc': ['[email protected]', '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 210 | 'linux-sandboxing': ['[email protected]'], |
| 211 | 'sync': ['[email protected]', '[email protected]', |
[email protected] | 6f55300 | 2010-06-29 01:52:42 | [diff] [blame] | 212 | '[email protected]', '[email protected]'], |
[email protected] | c8b96f9f | 2010-09-30 00:40:46 | [diff] [blame] | 213 | 'layout_tests': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 214 | 'tools': ['[email protected]'], |
[email protected] | 66e7ce0 | 2009-10-20 01:04:22 | [diff] [blame] | 215 | 'tests': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 216 | 'automation': ['[email protected]'], |
[email protected] | 09f132d | 2010-11-25 19:58:59 | [diff] [blame] | 217 | 'ceee' : ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 218 | 'chrome_frame' : ['[email protected]'], |
| 219 | 'nacl' : ['[email protected]'], |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 220 | 'appcache': ['[email protected]'], |
[email protected] | 87e84f96 | 2009-12-22 22:28:03 | [diff] [blame] | 221 | 'gpu': ['[email protected]'], |
[email protected] | d9f3bc02 | 2010-02-11 20:53:52 | [diff] [blame] | 222 | 'locale_settings': ['[email protected]'], |
| 223 | 'options_dialog_content': ['[email protected]'], |
[email protected] | 88abb08 | 2010-04-15 21:19:08 | [diff] [blame] | 224 | 'chromeos': ['[email protected]'], |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 225 | 'npapi_headers': ['[email protected]'], |
[email protected] | 304359bf | 2010-06-10 16:06:02 | [diff] [blame] | 226 | 'remoting': ['[email protected]', '[email protected]', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 227 | '[email protected]', '[email protected]', |
| 228 | '[email protected]'], |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 229 | 'cookie_monster': ['[email protected]'], |
[email protected] | 2b9d1fe | 2010-12-10 07:02:22 | [diff] [blame] | 230 | 'autofill': ['[email protected]', '[email protected]', |
| 231 | '[email protected]'], |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 232 | 'webdata': ['[email protected]'], |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 233 | 'i18n': ['[email protected]'], |
[email protected] | 3491148 | 2010-10-01 20:09:43 | [diff] [blame] | 234 | 'pyauto': ['[email protected]', '[email protected]', |
[email protected] | 550ca6c | 2010-11-19 21:18:21 | [diff] [blame] | 235 | '[email protected]', '[email protected]'], |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 236 | 'labs': ['[email protected]'], |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 237 | 'file_system': ['[email protected]'], |
[email protected] | c55f781e | 2011-01-20 22:15:19 | [diff] [blame] | 238 | 'pepper_api': ['[email protected]'], |
[email protected] | ee6ded3 | 2011-01-24 14:33:27 | [diff] [blame^] | 239 | 'prerender': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 240 | }, |
| 241 | } |