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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 'animation': ['alexis.menard@intel.com', | 353 'animation': ['alexis.menard@intel.com', |
354 'ericwilligers@chromium.org', | 354 'ericwilligers@chromium.org', |
355 'rjwright@chromium.org', | 355 'rjwright@chromium.org', |
356 'shans@chromium.org', | 356 'shans@chromium.org', |
357 'blink-reviews-animation@chromium.org'], | 357 'blink-reviews-animation@chromium.org'], |
358 'app_banner': [ 'mlamouri+watch-blink@chromium.org' ], | 358 'app_banner': [ 'mlamouri+watch-blink@chromium.org' ], |
359 'audio': ['rtoy@chromium.org'], | 359 'audio': ['rtoy@chromium.org'], |
360 'battery_status': [ 'timvolodine@chromium.org', | 360 'battery_status': [ 'timvolodine@chromium.org', |
361 'mlamouri+watch-blink@chromium.org' ], | 361 'mlamouri+watch-blink@chromium.org' ], |
362 'bidi': [ 'leviw+bidiwatch@chromium.org' ], | 362 'bidi': [ 'leviw+bidiwatch@chromium.org' ], |
363 'bindings': [ 'blink-reviews-bindings@chromium.org', | 363 'bindings': [ 'blink-reviews-bindings@chromium.org' ], |
364 'vivekg@chromium.org', | |
365 'vivek.vg@samsung.com' ], | |
366 'bluetooth': [ 'scheib+watch@chromium.org' ], | 364 'bluetooth': [ 'scheib+watch@chromium.org' ], |
367 'canvas2d': [ 'cabanier@adobe.com', | 365 'canvas2d': [ 'cabanier@adobe.com', |
368 'dongseong.hwang@intel.com', | 366 'dongseong.hwang@intel.com', |
369 'junov@chromium.org' ], | 367 'junov@chromium.org' ], |
370 'clipboard': [ 'dcheng@chromium.org', ], | 368 'clipboard': [ 'dcheng@chromium.org', ], |
371 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], | 369 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], |
372 'css': [ 'alexis.menard@intel.com', | 370 'css': [ 'alexis.menard@intel.com', |
373 'apavlov+blink@chromium.org', | 371 'apavlov+blink@chromium.org', |
374 'dglazkov+blink@chromium.org', | 372 'dglazkov+blink@chromium.org', |
375 'rob.buis@samsung.com', | 373 'rob.buis@samsung.com', |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 'yhirano+watch@chromium.org' ], | 527 'yhirano+watch@chromium.org' ], |
530 'workers': [ 'blink-worker-reviews@chromium.org', | 528 'workers': [ 'blink-worker-reviews@chromium.org', |
531 'kinuko+worker@chromium.org', | 529 'kinuko+worker@chromium.org', |
532 'horo+watch@chromium.org', | 530 'horo+watch@chromium.org', |
533 'falken@chromium.org' ], | 531 'falken@chromium.org' ], |
534 'wtf': [ 'mikhail.pozdnyakov@intel.com', | 532 'wtf': [ 'mikhail.pozdnyakov@intel.com', |
535 'blink-reviews-wtf@chromium.org' ], | 533 'blink-reviews-wtf@chromium.org' ], |
536 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 534 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
537 }, | 535 }, |
538 } | 536 } |
OLD | NEW |