WebKit Update 52943:52952.
[chromium-blink-merge.git] / WATCHLISTS
bloba91ea3c6df4997a4f28318b11ba6426e77bc97c0
1 # Copyright (c) 2006-2009 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     'download': {
34       'filepath': 'download|save_',
35     },
36     'history': {
37       'filepath': 'chrome/browser/history/.*',
38     },
39     'renderer': {
40       'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
41         'chrome/common/render.*',
42     },
43     'safe_browsing': {
44       'filepath': 'chrome/browser/safe_browsing/.*|'\
45         'chrome/browser/renderer_host/safe.*',
46     },
47     'tab_contents': {
48       'filepath': 'chrome/browser/tab_contents/.*',
49     },
50     'webkit': {
51       'filepath': 'webkit/.*',
52     },
53     'plugin': {
54       'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
55         'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
56     },
57     'worker': {
58       'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
59         'chrome/common/worker_messages.*|webkit/glue/webworker.*',
60     },
61     'net': {
62       'filepath': 'net/.*',
63     },
64     'ftp': {
65       'filepath': 'ftp',
66     },
67     'installer': {
68       'filepath': 'chrome/installer/.*',
69     },
70     'importer': {
71       'filepath': '.*import.*',
72     },
73     'media': {
74       'filepath': 'media|Media|^third_party/ffmpeg/',
75     },
76     'ipc': {
77       'filepath': 'ipc/ipc.*',
78     },
79     'linux-sandboxing': {
80       'filepath': 'sandbox/linux/.*',
81     },
82     'sync': {
83       'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
84         'chrome/test/live_sync/.*',
85     },
86     'layout_tests': {
87       'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
88     },
89     'tools': {
90       'filepath': 'tools/.*',
91     },
92     'tests': {
93       'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
94     },
95     'automation': {
96       'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
97     },
98     'chrome_frame': {
99       'filepath': 'chrome_frame/.*',
100     },
101     'nacl': {
102       'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
103         'chrome/browser/nacl_process_host.*|chrome/common/nacl.*',
104     },
105     'appcache': {
106       'filepath': 'appcache/.*',
107     },
108     'gpu': {
109       'filepath': 'gpu/.*',
110     },
111   },
113   'WATCHLISTS': {
114     'this_file': ['nirnimesh@chromium.org'],
115     'valgrind': ['dank@chromium.org',
116                  'timurrrr@chromium.org',
117                  'stuartmorgan@chromium.org',
118                  'ramosian.glider@gmail.com'],
119     'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'],
120     'base': ['brettw+cc@chromium.org'],
121     'views': ['ben+cc@chromium.org'],
122     'browser': ['ben+cc@chromium.org'],
123     'download': ['paul@chromium.org'],
124     'history': ['brettw+cc@chromium.org'],
125     'renderer': ['darin@chromium.org',
126                  'brettw+cc@chromium.org',
127                  'jam@chromium.org'],
128     'safe_browsing': ['paul@chromium.org'],
129     'tab_contents': ['brettw+cc@chromium.org'],
130     'webkit': ['darin@chromium.org'],
131     'plugin': ['darin@chromium.org', 'jam@chromium.org'],
132     'worker': ['jam@chromium.org'],
133     'extension': ['aa@chromium.org',
134                   'erikkay@chromium.org',
135                   'pam+watch@chromium.org'],
136     'net': ['darin@chromium.org'],
137     'ftp': ['phajdan.jr@chromium.org'],
138     'installer': ['kuchhal@chromium.org'],
139     'importer': ['kuchhal@chromium.org'],
140     'media': ['ajwong@chromium.org', 'fbarchard@chromium.org',
141               'hclam@chromium.org', 'scherkus@chromium.org'],
142     'ipc': ['jam@chromium.org', 'darin@chromium.org'],
143     'linux-sandboxing': ['agl@chromium.org'],
144     'sync': ['tim@chromium.org', 'nick@chromium.org',
145              'idana@chromium.org'],
146     'layout_tests': ['pam+watch@chromium.org'],
147     'tools': ['pam+watch@chromium.org'],
148     'tests': ['phajdan.jr@chromium.org'],
149     'automation': ['phajdan.jr@chromium.org'],
150     'chrome_frame' : ['amit@chromium.org'],
151     'nacl' : ['native-client-reviews@googlegroups.com'],
152     'appcache': ['michaeln@chromium.org'],
153     'gpu': ['apatrick@chromium.org'],
154   },