| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 'filepath': 'Source/core/workers', | 339 'filepath': 'Source/core/workers', |
| 340 }, | 340 }, |
| 341 'wtf': { | 341 'wtf': { |
| 342 'filepath': 'Source/wtf', | 342 'filepath': 'Source/wtf', |
| 343 }, | 343 }, |
| 344 'xmlhttprequest': { | 344 'xmlhttprequest': { |
| 345 'filepath': 'Source/core/xmlhttprequest/' | 345 'filepath': 'Source/core/xmlhttprequest/' |
| 346 } | 346 } |
| 347 }, | 347 }, |
| 348 | 348 |
| 349 'WATCHLISTS': { | 349 'original.WATCHLISTS': { |
| 350 'accessibility':['dmazzoni@chromium.org', | 350 'accessibility':['dmazzoni@chromium.org', |
| 351 'aboxhall@chromium.org', | 351 'aboxhall@chromium.org', |
| 352 'nektar@chromium.org', | 352 'nektar@chromium.org', |
| 353 'je_julie.kim@chromium.org'], | 353 'je_julie.kim@chromium.org'], |
| 354 'animation': ['alexis.menard@intel.com', | 354 'animation': ['alexis.menard@intel.com', |
| 355 'ericwilligers@chromium.org', | 355 'ericwilligers@chromium.org', |
| 356 'rjwright@chromium.org', | 356 'rjwright@chromium.org', |
| 357 'shans@chromium.org', | 357 'shans@chromium.org', |
| 358 'blink-reviews-animation@chromium.org'], | 358 'blink-reviews-animation@chromium.org'], |
| 359 'app_banner': [ 'mlamouri+watch-blink@chromium.org' ], | 359 'app_banner': [ 'mlamouri+watch-blink@chromium.org' ], |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 'websockets': [ 'tyoshino+watch@chromium.org', | 526 'websockets': [ 'tyoshino+watch@chromium.org', |
| 527 'yhirano+watch@chromium.org' ], | 527 'yhirano+watch@chromium.org' ], |
| 528 'workers': [ 'kinuko+worker@chromium.org', | 528 'workers': [ 'kinuko+worker@chromium.org', |
| 529 'horo+watch@chromium.org', | 529 'horo+watch@chromium.org', |
| 530 'falken@chromium.org' ], | 530 'falken@chromium.org' ], |
| 531 'wtf': [ 'mikhail.pozdnyakov@intel.com', | 531 'wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 532 'blink-reviews-wtf@chromium.org' ], | 532 'blink-reviews-wtf@chromium.org' ], |
| 533 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 533 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 534 }, | 534 }, |
| 535 } | 535 } |
| OLD | NEW |