| 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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 'owners': [ 'abarth@chromium.org'], | 413 'owners': [ 'abarth@chromium.org'], |
| 414 'platform_graphics': [ 'schenney@chromium.org', | 414 'platform_graphics': [ 'schenney@chromium.org', |
| 415 'danakj@chromium.org', | 415 'danakj@chromium.org', |
| 416 'pdr+graphicswatchlist@chromium.org', | 416 'pdr+graphicswatchlist@chromium.org', |
| 417 'cabanier@adobe.com', | 417 'cabanier@adobe.com', |
| 418 'dschulze@chromium.org', | 418 'dschulze@chromium.org', |
| 419 'rob.buis@samsung.com', | 419 'rob.buis@samsung.com', |
| 420 'fmalita@chromium.org', | 420 'fmalita@chromium.org', |
| 421 'jbroman@chromium.org', | 421 'jbroman@chromium.org', |
| 422 'dongseong.hwang@intel.com', | 422 'dongseong.hwang@intel.com', |
| 423 'drott+blinkwatch@chromium.org', |
| 423 'junov@chromium.org' ], | 424 'junov@chromium.org' ], |
| 424 'heap': [ 'ager@chromium.org', | 425 'heap': [ 'ager@chromium.org', |
| 425 'haraken@chromium.org', | 426 'haraken@chromium.org', |
| 426 'kouhei+heap@chromium.org', | 427 'kouhei+heap@chromium.org', |
| 427 'oilpan-reviews@chromium.org' ], | 428 'oilpan-reviews@chromium.org' ], |
| 428 'html': [ 'dglazkov+blink@chromium.org', | 429 'html': [ 'dglazkov+blink@chromium.org', |
| 429 'blink-reviews-html@chromium.org' ], | 430 'blink-reviews-html@chromium.org' ], |
| 430 'public_api': [ 'dglazkov+blink@chromium.org' ], | 431 'public_api': [ 'dglazkov+blink@chromium.org' ], |
| 431 'indexed_db': ['dgrogan@chromium.org', | 432 'indexed_db': ['dgrogan@chromium.org', |
| 432 'jsbell+idb@chromium.org', | 433 'jsbell+idb@chromium.org', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'websockets': [ 'tyoshino+watch@chromium.org', | 525 'websockets': [ 'tyoshino+watch@chromium.org', |
| 525 'yhirano+watch@chromium.org' ], | 526 'yhirano+watch@chromium.org' ], |
| 526 'workers': [ 'kinuko+worker@chromium.org', | 527 'workers': [ 'kinuko+worker@chromium.org', |
| 527 'horo+watch@chromium.org', | 528 'horo+watch@chromium.org', |
| 528 'falken@chromium.org' ], | 529 'falken@chromium.org' ], |
| 529 'wtf': [ 'mikhail.pozdnyakov@intel.com', | 530 'wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 530 'blink-reviews-wtf@chromium.org' ], | 531 'blink-reviews-wtf@chromium.org' ], |
| 531 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 532 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 532 }, | 533 }, |
| 533 } | 534 } |
| OLD | NEW |