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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin
k@chromium.org' ], | 233 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin
k@chromium.org' ], |
234 'wtf': [ 'abarth@chromium.org', | 234 'wtf': [ 'abarth@chromium.org', |
235 'adamk+blink@chromium.org', | 235 'adamk+blink@chromium.org', |
236 'loislo+blink@chromium.org', | 236 'loislo+blink@chromium.org', |
237 'yurys+blink@chromium.org' ], | 237 'yurys+blink@chromium.org' ], |
238 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', | 238 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', |
239 'jsbell@chromium.org'], | 239 'jsbell@chromium.org'], |
240 'rendering': [ 'eae+blinkwatch@chromium.org', 'jchaffraix+rendering@chromium
.org', 'leviw+renderwatch@chromium.org', 'zoltan@webkit.org' ], | 240 'rendering': [ 'eae+blinkwatch@chromium.org', 'jchaffraix+rendering@chromium
.org', 'leviw+renderwatch@chromium.org', 'zoltan@webkit.org' ], |
241 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], | 241 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], |
242 'prerender': [ 'gavinp+prerender@chromium.org' ], | 242 'prerender': [ 'gavinp+prerender@chromium.org' ], |
243 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org' ], | 243 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com' ], |
244 'media': [ 'feature-media-reviews@chromium.org' ], | 244 'media': [ 'feature-media-reviews@chromium.org' ], |
245 'media_queries': [ 'kenneth.christiansen@gmail.com' ], | 245 'media_queries': [ 'kenneth.christiansen@gmail.com' ], |
246 'fileapi': [ 'kinuko@chromium.org' ], | 246 'fileapi': [ 'kinuko@chromium.org' ], |
247 'quota': [ 'kinuko@chromium.org' ], | 247 'quota': [ 'kinuko@chromium.org' ], |
248 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], | 248 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], |
249 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], | 249 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], |
250 'web_idl': [ 'ch.dumez@samsung.com' ], | 250 'web_idl': [ 'ch.dumez@samsung.com' ], |
251 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], | 251 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], |
252 'mediastream': [ 'tommyw+watchlist@chromium.org' ], | 252 'mediastream': [ 'tommyw+watchlist@chromium.org' ], |
253 'geolocation': [ 'mvanouwerkerk@chromium.org' ], | 253 'geolocation': [ 'mvanouwerkerk@chromium.org' ], |
254 'vibration': [ 'mvanouwerkerk@chromium.org' ], | 254 'vibration': [ 'mvanouwerkerk@chromium.org' ], |
255 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], | 255 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], |
256 }, | 256 }, |
257 } | 257 } |
OLD | NEW |