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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 'public_api': [ 'dglazkov+blink@chromium.org' ], | 432 'public_api': [ 'dglazkov+blink@chromium.org' ], |
433 'indexed_db': ['dgrogan@chromium.org', | 433 'indexed_db': ['dgrogan@chromium.org', |
434 'jsbell+idb@chromium.org', | 434 'jsbell+idb@chromium.org', |
435 'cmumford@chromium.org'], | 435 'cmumford@chromium.org'], |
436 'layout': [ 'pdr+renderingwatchlist@chromium.org', | 436 'layout': [ 'pdr+renderingwatchlist@chromium.org', |
437 'eae+blinkwatch@chromium.org', | 437 'eae+blinkwatch@chromium.org', |
438 'jchaffraix+rendering@chromium.org', | 438 'jchaffraix+rendering@chromium.org', |
439 'leviw+renderwatch@chromium.org', | 439 'leviw+renderwatch@chromium.org', |
440 'zoltan@webkit.org', | 440 'zoltan@webkit.org', |
441 'szager+layoutwatch@chromium.org', | 441 'szager+layoutwatch@chromium.org', |
442 'blink-reviews-rendering@chromium.org' ], | 442 'blink-reviews-layout@chromium.org' ], |
443 'paint' : [ 'blink-reviews-paint@chromium.org', | 443 'paint' : [ 'blink-reviews-paint@chromium.org', |
444 'slimming-paint-reviews@chromium.org', | 444 'slimming-paint-reviews@chromium.org', |
445 'dongseong.hwang@intel.com' ], | 445 'dongseong.hwang@intel.com' ], |
446 'compositing': [ ], | 446 'compositing': [ ], |
447 'permissions': [ 'mlamouri+watch-blink@chromium.org' ], | 447 'permissions': [ 'mlamouri+watch-blink@chromium.org' ], |
448 'prerender': [ 'gavinp+prerender@chromium.org', | 448 'prerender': [ 'gavinp+prerender@chromium.org', |
449 'yoav@yoav.ws' ], | 449 'yoav@yoav.ws' ], |
450 'preloadScanner': [ 'yoav@yoav.ws' ], | 450 'preloadScanner': [ 'yoav@yoav.ws' ], |
451 'push_messaging': [ 'johnme+watch@chromium.org', | 451 'push_messaging': [ 'johnme+watch@chromium.org', |
452 'mvanouwerkerk+watch@chromium.org', | 452 'mvanouwerkerk+watch@chromium.org', |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 'yhirano+watch@chromium.org' ], | 527 'yhirano+watch@chromium.org' ], |
528 'workers': [ 'blink-worker-reviews@chromium.org', | 528 'workers': [ 'blink-worker-reviews@chromium.org', |
529 'kinuko+worker@chromium.org', | 529 'kinuko+worker@chromium.org', |
530 'horo+watch@chromium.org', | 530 'horo+watch@chromium.org', |
531 'falken@chromium.org' ], | 531 'falken@chromium.org' ], |
532 'wtf': [ 'mikhail.pozdnyakov@intel.com', | 532 'wtf': [ 'mikhail.pozdnyakov@intel.com', |
533 'blink-reviews-wtf@chromium.org' ], | 533 'blink-reviews-wtf@chromium.org' ], |
534 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 534 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
535 }, | 535 }, |
536 } | 536 } |
OLD | NEW |