OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # Watchlist Rules | 5 # Watchlist Rules |
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists | 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists |
7 | 7 |
8 # IMPORTANT: The regular expression filepath is tested against each path using | 8 # IMPORTANT: The regular expression filepath is tested against each path using |
9 # re.search, so it is not usually necessary to add .*. | 9 # re.search, so it is not usually necessary to add .*. |
10 | 10 |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'alph+blink@chromium.org', | 167 'alph+blink@chromium.org', |
168 'apavlov+blink@chromium.org', | 168 'apavlov+blink@chromium.org', |
169 'loislo+blink@chromium.org', | 169 'loislo+blink@chromium.org', |
170 'lushnikov+blink@chromium.org', | 170 'lushnikov+blink@chromium.org', |
171 'vsevik+blink@chromium.org', | 171 'vsevik+blink@chromium.org', |
172 'yurys+blink@chromium.org', | 172 'yurys+blink@chromium.org', |
173 'eustas+blink@chromium.org', | 173 'eustas+blink@chromium.org', |
174 'caseq+blink@chromium.org'], | 174 'caseq+blink@chromium.org'], |
175 'bindings': [ 'abarth@chromium.org', | 175 'bindings': [ 'abarth@chromium.org', |
176 'adamk+blink@chromium.org', | 176 'adamk+blink@chromium.org', |
| 177 'ch.dumez@sisa.samsung.com', |
177 'japhet@chromium.org', | 178 'japhet@chromium.org', |
178 'jsbell+bindings@chromium.org', | 179 'jsbell+bindings@chromium.org', |
179 'haraken@chromium.org', | 180 'haraken@chromium.org', |
180 'marja+watch@chromium.org' ], | 181 'marja+watch@chromium.org' ], |
181 'canvas': [ 'cabanier@adobe.com' ], | 182 'canvas': [ 'cabanier@adobe.com' ], |
182 'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chro
mium.org' ], | 183 'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chro
mium.org' ], |
183 'layers': [ 'blink-layers@chromium.org' ], | 184 'layers': [ 'blink-layers@chromium.org' ], |
184 'loader': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ], | 185 'loader': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ], |
185 'owners': [ 'abarth@chromium.org'], | 186 'owners': [ 'abarth@chromium.org'], |
186 'test_runner': [ 'jochen+watch@chromium.org' ], | 187 'test_runner': [ 'jochen+watch@chromium.org' ], |
(...skipping 22 matching lines...) Expand all Loading... |
209 'track': ['vcarbune@chromium.org'], | 210 'track': ['vcarbune@chromium.org'], |
210 'media': [ 'feature-media-reviews@chromium.org' ], | 211 'media': [ 'feature-media-reviews@chromium.org' ], |
211 'media_queries': [ 'kenneth.christiansen@gmail.com' ], | 212 'media_queries': [ 'kenneth.christiansen@gmail.com' ], |
212 'fileapi': [ 'kinuko@chromium.org' ], | 213 'fileapi': [ 'kinuko@chromium.org' ], |
213 'quota': [ 'kinuko@chromium.org' ], | 214 'quota': [ 'kinuko@chromium.org' ], |
214 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], | 215 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], |
215 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], | 216 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], |
216 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], | 217 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], |
217 }, | 218 }, |
218 } | 219 } |
OLD | NEW |