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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'loislo+blink@chromium.org', | 195 'loislo+blink@chromium.org', |
196 'lushnikov+blink@chromium.org', | 196 'lushnikov+blink@chromium.org', |
197 'vsevik+blink@chromium.org', | 197 'vsevik+blink@chromium.org', |
198 'yurys+blink@chromium.org', | 198 'yurys+blink@chromium.org', |
199 'eustas+blink@chromium.org', | 199 'eustas+blink@chromium.org', |
200 'caseq+blink@chromium.org', | 200 'caseq+blink@chromium.org', |
201 'paulirish+reviews@chromium.org', | 201 'paulirish+reviews@chromium.org', |
202 'devtools-reviews@chromium.org' ], | 202 'devtools-reviews@chromium.org' ], |
203 'bindings': [ 'abarth@chromium.org', | 203 'bindings': [ 'abarth@chromium.org', |
204 'adamk+blink@chromium.org', | 204 'adamk+blink@chromium.org', |
205 'ch.dumez@sisa.samsung.com', | 205 'ch.dumez@samsung.com', |
206 'haraken@chromium.org', | 206 'haraken@chromium.org', |
207 'japhet@chromium.org', | 207 'japhet@chromium.org', |
208 'jsbell+bindings@chromium.org', | 208 'jsbell+bindings@chromium.org', |
209 'kojih@chromium.org', | 209 'kojih@chromium.org', |
210 'marja+watch@chromium.org', | 210 'marja+watch@chromium.org', |
211 'nbarth@chromium.org' ], | 211 'nbarth@chromium.org' ], |
212 'canvas': [ 'cabanier@adobe.com', 'aandrey+blink@chromium.org' ], | 212 'canvas': [ 'cabanier@adobe.com', 'aandrey+blink@chromium.org' ], |
213 'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chro
mium.org' ], | 213 'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chro
mium.org' ], |
214 'layers': [ 'blink-layers+watch@chromium.org' ], | 214 'layers': [ 'blink-layers+watch@chromium.org' ], |
215 'loader': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ], | 215 'loader': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ], |
(...skipping 20 matching lines...) Expand all Loading... |
236 'rendering': [ 'eae+blinkwatch@chromium.org', 'jchaffraix+rendering@chromium
.org', 'leviw+renderwatch@chromium.org' ], | 236 'rendering': [ 'eae+blinkwatch@chromium.org', 'jchaffraix+rendering@chromium
.org', 'leviw+renderwatch@chromium.org' ], |
237 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], | 237 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], |
238 'prerender': [ 'gavinp+prerender@chromium.org' ], | 238 'prerender': [ 'gavinp+prerender@chromium.org' ], |
239 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org' ], | 239 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org' ], |
240 'media': [ 'feature-media-reviews@chromium.org' ], | 240 'media': [ 'feature-media-reviews@chromium.org' ], |
241 'media_queries': [ 'kenneth.christiansen@gmail.com' ], | 241 'media_queries': [ 'kenneth.christiansen@gmail.com' ], |
242 'fileapi': [ 'kinuko@chromium.org' ], | 242 'fileapi': [ 'kinuko@chromium.org' ], |
243 'quota': [ 'kinuko@chromium.org' ], | 243 'quota': [ 'kinuko@chromium.org' ], |
244 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], | 244 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], |
245 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], | 245 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], |
246 'web_idl': [ 'ch.dumez@sisa.samsung.com' ], | 246 'web_idl': [ 'ch.dumez@samsung.com' ], |
247 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], | 247 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], |
248 'mediastream': [ 'tommyw+watchlist@chromium.org' ], | 248 'mediastream': [ 'tommyw+watchlist@chromium.org' ], |
249 'geolocation': [ 'mvanouwerkerk@chromium.org' ], | 249 'geolocation': [ 'mvanouwerkerk@chromium.org' ], |
250 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], | 250 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], |
251 }, | 251 }, |
252 } | 252 } |
OLD | NEW |