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 945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
956 'serviceworker-reviews@chromium.org'], | 956 'serviceworker-reviews@chromium.org'], |
957 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', | 957 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', |
958 'nasko+codewatch@chromium.org'], | 958 'nasko+codewatch@chromium.org'], |
959 'spellcheck': ['groby+spellwatch@chromium.org', | 959 'spellcheck': ['groby+spellwatch@chromium.org', |
960 'rlp+watch@chromium.org', | 960 'rlp+watch@chromium.org', |
961 'rouslan+spellwatch@chromium.org'], | 961 'rouslan+spellwatch@chromium.org'], |
962 'streams': ['zork+watch@chromium.org'], | 962 'streams': ['zork+watch@chromium.org'], |
963 'sync': ['haitaol+watch@chromium.org', | 963 'sync': ['haitaol+watch@chromium.org', |
964 'tim+watch@chromium.org', | 964 'tim+watch@chromium.org', |
965 'maniscalco+watch@chromium.org', | 965 'maniscalco+watch@chromium.org', |
| 966 'pvalenzuela+watch@chromium.org', |
966 'zea+watch@chromium.org'], | 967 'zea+watch@chromium.org'], |
967 'syncfs': ['kinuko+fileapi@chromium.org', | 968 'syncfs': ['kinuko+fileapi@chromium.org', |
968 'nhiroki@chromium.org', | 969 'nhiroki@chromium.org', |
969 'tzik@chromium.org'], | 970 'tzik@chromium.org'], |
970 'sync_proto': ['albertb+watch@chromium.org'], | 971 'sync_proto': ['albertb+watch@chromium.org'], |
971 'tab_capture': ['miu+watch@chromium.org'], | 972 'tab_capture': ['miu+watch@chromium.org'], |
972 'tab_contents': ['avi@chromium.org', | 973 'tab_contents': ['avi@chromium.org', |
973 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], | 974 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], |
974 'tab_media_indicators': ['miu+watch@chromium.org'], | 975 'tab_media_indicators': ['miu+watch@chromium.org'], |
975 'tcmalloc': ['dmikurube+memory@chromium.org'], | 976 'tcmalloc': ['dmikurube+memory@chromium.org'], |
(...skipping 27 matching lines...) Expand all Loading... |
1003 'mcasas+watch@chromium.org', | 1004 'mcasas+watch@chromium.org', |
1004 'posciak+watch@chromium.org'], | 1005 'posciak+watch@chromium.org'], |
1005 'website_settings': ['markusheintz@chromium.org'], | 1006 'website_settings': ['markusheintz@chromium.org'], |
1006 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1007 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1007 'worker': ['jam@chromium.org'], | 1008 'worker': ['jam@chromium.org'], |
1008 'x11': ['derat+watch@chromium.org', | 1009 'x11': ['derat+watch@chromium.org', |
1009 'sadrul@chromium.org', | 1010 'sadrul@chromium.org', |
1010 'yusukes+watch@chromium.org'], | 1011 'yusukes+watch@chromium.org'], |
1011 }, | 1012 }, |
1012 } | 1013 } |
OLD | NEW |