Only enable renderer accessibility on Mac if a command line flag is passed or VoiceOv...
[chromium-blink-merge.git] / WATCHLISTS
blob4838a4230daacc615ad1adebc831b83d75e87540
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     'history': {
43       'filepath': 'chrome/browser/history/.*',
44     },
45     'renderer': {
46       'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
47         'chrome/common/render.*',
48     },
49     'tab_contents': {
50       'filepath': 'chrome/browser/tab_contents/.*',
51     },
52     'webkit': {
53       'filepath': 'webkit/.*',
54     },
55     'plugin': {
56       'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
57         'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
58     },
59     'worker': {
60       'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
61         'chrome/common/worker_messages.*|webkit/glue/webworker.*',
62     },
63     'net': {
64       'filepath': 'net/.*',
65     },
66     'ftp': {
67       'filepath': 'ftp',
68     },
69     'installer': {
70       'filepath': 'chrome/installer/.*',
71     },
72     'importer': {
73       'filepath': '.*import.*',
74     },
75     'media': {
76       'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
77         'audio_message_filter|video_layer',
78     },
79     'ipc': {
80       'filepath': 'ipc/ipc.*',
81     },
82     'linux-sandboxing': {
83       'filepath': 'sandbox/linux/.*',
84     },
85     'sync': {
86       'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
87         'chrome/test/live_sync/.*',
88     },
89     'layout_tests': {
90       'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
91     },
92     'tools': {
93       'filepath': 'tools/.*',
94     },
95     'tests': {
96       'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
97     },
98     'automation': {
99       'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
100     },
101     'chrome_frame': {
102       'filepath': 'chrome_frame/.*',
103     },
104     'nacl': {
105       'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
106         'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
107     },
108     'appcache': {
109       'filepath': 'appcache/.*',
110     },
111     'gpu': {
112       'filepath': 'gpu/.*',
113     },
114     'locale_settings': {
115       'filepath': 'chrome/app/resources/locale_settings.*',
116     },
117     'options_dialog_content': {
118       'filepath': 'chrome/browser/views/options/content_page_view.h|'\
119         'chrome/browser/views/options/general_page_view.h',
120     },
121     'chromeos': {
122       'filepath': 'chrome/browser/chromeos/.*',
123     },
124     'npapi_headers': {
125       'filepath': 'third_party/npapi/bindings/.*',
126     },
127     'remoting': {
128       'filepath': 'remoting/.*',
129     },
130     'domui_options' : {
131       'filepath': 'chrome/browser/resources/options/.*|'\
132         'chrome/browser/resources/options.html|'\
133         'chrome/browser/dom_ui/options_ui.cc|'\
134         'chrome/browser/dom_ui/core_options_handler.cc',
135     },
136     'cookie_monster': {
137       'filepath': 'net/base/cookie_.*|'\
138         'chrome/browser/net/sqlite_persistent_cookie_store.*',
139     },
140     'autofill': {
141       'filepath': 'chrome/app/nibs/AutoFill.*|'\
142         'chrome/browser/autofill/.*|'\
143         'chrome/browser/dom_ui/autofill_.*|'\
144         'chrome/browser/sync/glue/autofill_.*|'\
145         'chrome/browser/views/autofill_.*|'\
146         'chrome/renderer/autofill_.*|'\
147         'chrome/renderer/form_manager.*',
148     },
149     'webdata': {
150       'filepath': 'chrome/browser/webdata/.*',
151     },
152     'i18n': {
153       'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
154         '.*locale_settings.*|.*encoding.*',
155     },
156   },
158   'WATCHLISTS': {
159     'this_file': ['nirnimesh@chromium.org'],
160     'valgrind': ['timurrrr@chromium.org',
161                  'stuartmorgan+watch@chromium.org',
162                  'glider@chromium.org'],
163     'mac': ['pam+watch@chromium.org'],
164     'base': ['brettw-cc@chromium.org'],
165     'views': ['ben+cc@chromium.org'],
166     'browser': ['ben+cc@chromium.org'],
167     'browser_main': ['brettw-cc@chromium.org'],
168     'browser_resources': ['arv@chromium.org'],
169     'chromeos_login': ['nkostylev+cc@chromium.org'],
170     'history': ['brettw-cc@chromium.org'],
171     'renderer': ['darin-cc@chromium.org',
172                  'brettw-cc@chromium.org'],
173     'tab_contents': ['brettw-cc@chromium.org'],
174     'webkit': ['darin-cc@chromium.org'],
175     'plugin': ['darin-cc@chromium.org', 'jam@chromium.org',
176                'stuartmorgan+watch@chromium.org'],
177     'worker': ['jam@chromium.org'],
178     'extension': ['aa@chromium.org',
179                   'erikkay@chromium.org',
180                   'pam+watch@chromium.org'],
181     'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'],
182     'ftp': ['phajdan.jr@chromium.org'],
183     'media': ['ajwong@chromium.org', 'fbarchard@chromium.org',
184               'hclam@chromium.org', 'scherkus@chromium.org'],
185     'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
186     'linux-sandboxing': ['agl@chromium.org'],
187     'sync': ['tim@chromium.org', 'nick@chromium.org',
188              'idana@chromium.org', 'rsimha@chromium.org'],
189     'layout_tests': ['pam+watch@chromium.org', 'dpranke+watch@chromium.org'],
190     'tools': ['pam+watch@chromium.org'],
191     'tests': ['phajdan.jr@chromium.org'],
192     'automation': ['phajdan.jr@chromium.org'],
193     'chrome_frame' : ['amit@chromium.org'],
194     'nacl' : ['native-client-reviews@googlegroups.com'],
195     'appcache': ['michaeln@chromium.org'],
196     'gpu': ['apatrick@chromium.org'],
197     'locale_settings': ['finnur+watch@chromium.org'],
198     'options_dialog_content': ['finnur+watch@chromium.org'],
199     'chromeos': ['davemoore+watch@chromium.org'],
200     'npapi_headers': ['stuartmorgan@chromium.org'],
201     'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org',
202                  'hclam@chromium.org', 'dmaclach@chromium.org',
203                  'garykac@chromium.org'],
204     'domui_options': ['dhg@chromium.org'],
205     'cookie_monster': ['rdsmith@chromium.org'],
206     'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org'],
207     'webdata': ['dhollowa@chromium.org'],
208     'i18n': ['jshin+watch@chromium.org'],
209   },