OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1713 'blink_prerender': [ 'gavinp+prerender@chromium.org', | 1713 'blink_prerender': [ 'gavinp+prerender@chromium.org', |
1714 'yoav@yoav.ws' ], | 1714 'yoav@yoav.ws' ], |
1715 'blink_preloadScanner': [ 'yoav@yoav.ws' ], | 1715 'blink_preloadScanner': [ 'yoav@yoav.ws' ], |
1716 'blink_push_messaging': [ 'johnme+watch@chromium.org', | 1716 'blink_push_messaging': [ 'johnme+watch@chromium.org', |
1717 'mvanouwerkerk+watch@chromium.org', | 1717 'mvanouwerkerk+watch@chromium.org', |
1718 'peter@chromium.org' ], | 1718 'peter@chromium.org' ], |
1719 'blink_client_hints': [ 'yoav@yoav.ws' ], | 1719 'blink_client_hints': [ 'yoav@yoav.ws' ], |
1720 'blink_scheduler': [ 'scheduler-bugs@chromium.org' ], | 1720 'blink_scheduler': [ 'scheduler-bugs@chromium.org' ], |
1721 'blink_track': [ 'vcarbune@chromium.org', | 1721 'blink_track': [ 'vcarbune@chromium.org', |
1722 'silviapf@chromium.org', | 1722 'silviapf@chromium.org', |
1723 'philipj@opera.com', | |
1724 'glenn@chromium.org', | 1723 'glenn@chromium.org', |
1725 'fs@opera.com', | 1724 'fs@opera.com', |
1726 'eric.carlson@apple.com' ], | 1725 'eric.carlson@apple.com' ], |
1727 'blink_media': [ 'feature-media-reviews@chromium.org', | 1726 'blink_media': [ 'feature-media-reviews@chromium.org', |
1728 'philipj@opera.com', | |
1729 'eric.carlson@apple.com', | 1727 'eric.carlson@apple.com', |
1730 'mlamouri+watch-blink@chromium.org' ], | 1728 'mlamouri+watch-blink@chromium.org' ], |
1731 'blink_media_queries': [ 'kenneth.christiansen@gmail.com', | 1729 'blink_media_queries': [ 'kenneth.christiansen@gmail.com', |
1732 'yoav@yoav.ws' ], | 1730 'yoav@yoav.ws' ], |
1733 'blink_fileapi': [ 'kinuko+fileapi@chromium.org', | 1731 'blink_fileapi': [ 'kinuko+fileapi@chromium.org', |
1734 'tzik@chromium.org', | 1732 'tzik@chromium.org', |
1735 'nhiroki@chromium.org' ], | 1733 'nhiroki@chromium.org' ], |
1736 'blink_quota': [ 'kinuko+fileapi@chromium.org', | 1734 'blink_quota': [ 'kinuko+fileapi@chromium.org', |
1737 'tzik@chromium.org', | 1735 'tzik@chromium.org', |
1738 'nhiroki@chromium.org' ], | 1736 'nhiroki@chromium.org' ], |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1795 'kinuko+worker@chromium.org', | 1793 'kinuko+worker@chromium.org', |
1796 'horo+watch@chromium.org', | 1794 'horo+watch@chromium.org', |
1797 'falken@chromium.org' ], | 1795 'falken@chromium.org' ], |
1798 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1796 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
1799 'blink-reviews-wtf@chromium.org' ], | 1797 'blink-reviews-wtf@chromium.org' ], |
1800 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1798 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
1801 'test_runner': [ 'jochen+watch@chromium.org', | 1799 'test_runner': [ 'jochen+watch@chromium.org', |
1802 'mlamouri+watch-test-runner@chromium.org' ], | 1800 'mlamouri+watch-test-runner@chromium.org' ], |
1803 }, | 1801 }, |
1804 } | 1802 } |
OLD | NEW |