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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'wtf': [ 'abarth@chromium.org', | 282 'wtf': [ 'abarth@chromium.org', |
283 'adamk+blink@chromium.org', | 283 'adamk+blink@chromium.org', |
284 'loislo+blink@chromium.org', | 284 'loislo+blink@chromium.org', |
285 'yurys+blink@chromium.org', | 285 'yurys+blink@chromium.org', |
286 'ch.dumez@samsung.com' ], | 286 'ch.dumez@samsung.com' ], |
287 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', | 287 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', |
288 'jsbell@chromium.org', 'cmumford@chromium.org'], | 288 'jsbell@chromium.org', 'cmumford@chromium.org'], |
289 'rendering': [ 'eae+blinkwatch@chromium.org', 'jchaffraix+rendering@chromium
.org', 'leviw+renderwatch@chromium.org', 'zoltan@webkit.org', 'bemjb+rendering@c
hromium.org', 'dsinclair@chromium.org' ], | 289 'rendering': [ 'eae+blinkwatch@chromium.org', 'jchaffraix+rendering@chromium
.org', 'leviw+renderwatch@chromium.org', 'zoltan@webkit.org', 'bemjb+rendering@c
hromium.org', 'dsinclair@chromium.org' ], |
290 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], | 290 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], |
291 'prerender': [ 'gavinp+prerender@chromium.org' ], | 291 'prerender': [ 'gavinp+prerender@chromium.org' ], |
292 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com' ], | 292 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], |
293 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com' ], | 293 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com' ], |
294 'media_queries': [ 'kenneth.christiansen@gmail.com' ], | 294 'media_queries': [ 'kenneth.christiansen@gmail.com' ], |
295 'fileapi': [ 'kinuko@chromium.org' ], | 295 'fileapi': [ 'kinuko@chromium.org' ], |
296 'quota': [ 'kinuko@chromium.org' ], | 296 'quota': [ 'kinuko@chromium.org' ], |
297 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], | 297 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], |
298 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], | 298 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], |
299 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com', 'watchdog-bli
nk-watchlist@google.com' ], | 299 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com', 'watchdog-bli
nk-watchlist@google.com' ], |
300 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], | 300 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], |
301 'mediastream': [ 'tommyw+watchlist@chromium.org' ], | 301 'mediastream': [ 'tommyw+watchlist@chromium.org' ], |
302 'geolocation': [ 'mvanouwerkerk@chromium.org' ], | 302 'geolocation': [ 'mvanouwerkerk@chromium.org' ], |
303 'vibration': [ 'mvanouwerkerk@chromium.org' ], | 303 'vibration': [ 'mvanouwerkerk@chromium.org' ], |
304 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], | 304 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], |
305 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk@chromium.
org', 'ch.dumez@samsung.com' ], | 305 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk@chromium.
org', 'ch.dumez@samsung.com' ], |
306 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], | 306 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], |
307 'webp': [ 'urvang@google.com', | 307 'webp': [ 'urvang@google.com', |
308 'jzern@chromium.org', | 308 'jzern@chromium.org', |
309 'skal@google.com', | 309 'skal@google.com', |
310 'vikasa@google.com' ], | 310 'vikasa@google.com' ], |
311 }, | 311 }, |
312 } | 312 } |
OLD | NEW |