WebKit Roll 77281:77327.
[chromium-blink-merge.git] / WATCHLISTS
blobc721280dfe6486ccf0efd91183adf183d5790fc7
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # Watchlist Rules
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
10   'WATCHLIST_DEFINITIONS': {
11     'this_file': {
12       'filepath': '^WATCHLISTS$',
13     },
14     'valgrind': {
15       'filepath': 'valgrind',
16     },
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     },
33     'browser_main': {
34       'filepath': 'chrome/browser/browser_main.cc',
35     },
36     'browser_resources': {
37       'filepath': 'chrome/browser/resources/.*',
38     },
39     'chromeos_login': {
40       'filepath': 'chrome/browser/chromeos/login/.*',
41     },
42     'download': {
43       'filepath': 'chrome/browser/download/.*',
44     },
45     'history': {
46       'filepath': 'chrome/browser/history/.*',
47     },
48     'renderer': {
49       'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
50         'chrome/common/render.*',
51     },
52     'tab_contents': {
53       'filepath': 'chrome/browser/tab_contents/.*',
54     },
55     'webkit': {
56       'filepath': 'webkit/.*',
57     },
58     'plugin': {
59       'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
60         'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
61     },
62     'worker': {
63       'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
64         'chrome/common/worker_messages.*|webkit/glue/webworker.*',
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': {
79       'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
80         'audio_message_filter|video_layer',
81     },
82     'ipc': {
83       'filepath': 'ipc/ipc.*',
84     },
85     'linux-sandboxing': {
86       'filepath': 'sandbox/linux/.*',
87     },
88     'sync': {
89       'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
90         'chrome/test/live_sync/.*',
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     },
104     'ceee': {
105       'filepath': 'ceee/.*',
106     },
107     'chrome_frame': {
108       'filepath': 'chrome_frame/.*',
109     },
110     'nacl': {
111       'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
112         'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
113     },
114     'appcache': {
115       'filepath': 'appcache/.*',
116     },
117     'gpu': {
118       'filepath': 'gpu/.*',
119     },
120     'locale_settings': {
121       'filepath': 'chrome/app/resources/locale_settings.*',
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     },
127     'chromeos': {
128       'filepath': 'chrome/browser/chromeos/.*',
129     },
130     'npapi_headers': {
131       'filepath': 'third_party/npapi/bindings/.*',
132     },
133     'remoting': {
134       'filepath': 'remoting/.*',
135     },
136     'domui_options' : {
137       'filepath': 'chrome/browser/resources/options/.*|'\
138                   'chrome/browser/resources/options.html|'\
139                   'chrome/browser/dom_ui/options/.*',
140     },
141     'cookie_monster': {
142       'filepath': 'net/base/cookie_.*|'\
143         'chrome/browser/net/sqlite_persistent_cookie_store.*',
144     },
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     },
154     'webdata': {
155       'filepath': 'chrome/browser/webdata/.*',
156     },
157     'i18n': {
158       'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
159         '.*locale_settings.*|.*encoding.*',
160     },
161     'pyauto': {
162       'filepath': 'chrome/test/pyautolib' \
163                   '|chrome/test/functional' \
164                   '|chrome/browser/automation/automation_provider_json'
165     },
166     'labs': {
167       'filepath': 'chrome/browser/labs' \
168                   '|chrome/browser/dom_ui/labs'
169     },
170     'file_system': {
171       'filepath': 'file_system/.*',
172     },
173     'pepper_api': {
174       'filepath': 'ppapi/c/.*',
175     },
176     'prerender': {
177       'filepath': 'chrome/browser/prerender/.*'
178     },
179   },
181   'WATCHLISTS': {
182     'this_file': ['nirnimesh@chromium.org'],
183     'valgrind': ['timurrrr@chromium.org',
184                  'stuartmorgan+watch@chromium.org',
185                  'glider@chromium.org'],
186     'mac': ['pam+watch@chromium.org'],
187     'base': ['brettw-cc@chromium.org'],
188     'browser_main': ['brettw-cc@chromium.org'],
189     'browser_resources': ['arv@chromium.org'],
190     'chromeos_login': ['nkostylev+cc@chromium.org'],
191     'download': ['phajdan.jr@chromium.org','rdsmith+dwatch@chromium.org'],
192     'history': ['brettw-cc@chromium.org'],
193     'renderer': ['darin-cc@chromium.org',
194                  'brettw-cc@chromium.org'],
195     'tab_contents': ['brettw-cc@chromium.org'],
196     'webkit': ['darin-cc@chromium.org'],
197     'plugin': ['darin-cc@chromium.org', 'jam@chromium.org',
198                'stuartmorgan+watch@chromium.org'],
199     'worker': ['jam@chromium.org'],
200     'extension': ['aa@chromium.org',
201                   'erikkay@chromium.org',
202                   'pam+watch@chromium.org'],
203     'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'],
204     'ftp': ['phajdan.jr@chromium.org'],
205     'media': ['acolwell@chromium.org', 'ajwong@chromium.org',
206               'annacc@chromium.org', 'ddorwin+watch@chromium.org',
207               'hclam@chromium.org', 'scherkus@chromium.org',
208               'sjl@chromium.org', 'vrk@chromium.org'],
209     'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
210     'linux-sandboxing': ['agl@chromium.org'],
211     'sync': ['tim@chromium.org', 'nick@chromium.org',
212              'idana@chromium.org', 'rsimha@chromium.org'],
213     'layout_tests': ['pam+watch@chromium.org'],
214     'tools': ['pam+watch@chromium.org'],
215     'tests': ['phajdan.jr@chromium.org'],
216     'automation': ['phajdan.jr@chromium.org'],
217     'ceee' : ['ceee-reviews@chromium.org'],
218     'chrome_frame' : ['amit@chromium.org'],
219     'nacl' : ['native-client-reviews@googlegroups.com'],
220     'appcache': ['michaeln@chromium.org'],
221     'gpu': ['apatrick@chromium.org'],
222     'locale_settings': ['finnur+watch@chromium.org'],
223     'options_dialog_content': ['finnur+watch@chromium.org'],
224     'chromeos': ['davemoore+watch@chromium.org'],
225     'npapi_headers': ['stuartmorgan@chromium.org'],
226     'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org',
227                  'hclam@chromium.org', 'dmaclach@chromium.org',
228                  'garykac@chromium.org'],
229     'cookie_monster': ['rdsmith@chromium.org'],
230     'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org',
231                  'isherman@chromium.org'],
232     'webdata': ['dhollowa@chromium.org'],
233     'i18n': ['jshin+watch@chromium.org'],
234     'pyauto': ['anantha@chromium.org', 'jrg@chromium.org',
235                'nirnimesh@chromium.org', 'dyu@chromium.org'],
236     'labs': ['thakis@chromium.org'],
237     'file_system': ['kinuko@chromium.org'],
238     'pepper_api': ['piman+watch@chromium.org'],
239     'prerender': ['cbentzel+watch@chromium.org'],
240   },