| 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 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1022 'serviceworker-reviews@chromium.org'], | 1022 'serviceworker-reviews@chromium.org'], |
| 1023 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', | 1023 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', |
| 1024 'nasko+codewatch@chromium.org'], | 1024 'nasko+codewatch@chromium.org'], |
| 1025 'spellcheck': ['groby+spellwatch@chromium.org', | 1025 'spellcheck': ['groby+spellwatch@chromium.org', |
| 1026 'rlp+watch@chromium.org', | 1026 'rlp+watch@chromium.org', |
| 1027 'rouslan+spellwatch@chromium.org'], | 1027 'rouslan+spellwatch@chromium.org'], |
| 1028 'streams': ['zork+watch@chromium.org'], | 1028 'streams': ['zork+watch@chromium.org'], |
| 1029 'sync': ['tim+watch@chromium.org', | 1029 'sync': ['tim+watch@chromium.org', |
| 1030 'maniscalco+watch@chromium.org', | 1030 'maniscalco+watch@chromium.org', |
| 1031 'maxbogue+watch@chromium.org', | 1031 'maxbogue+watch@chromium.org', |
| 1032 'plaree+watch@chromium.org', |
| 1032 'pvalenzuela+watch@chromium.org', | 1033 'pvalenzuela+watch@chromium.org', |
| 1033 'zea+watch@chromium.org'], | 1034 'zea+watch@chromium.org'], |
| 1034 'syncfs': ['kinuko+fileapi@chromium.org', | 1035 'syncfs': ['kinuko+fileapi@chromium.org', |
| 1035 'nhiroki@chromium.org', | 1036 'nhiroki@chromium.org', |
| 1036 'tzik@chromium.org'], | 1037 'tzik@chromium.org'], |
| 1037 'sync_proto': ['albertb+watch@chromium.org'], | 1038 'sync_proto': ['albertb+watch@chromium.org'], |
| 1038 'tab_capture': ['miu+watch@chromium.org'], | 1039 'tab_capture': ['miu+watch@chromium.org'], |
| 1039 'tab_contents': ['avi@chromium.org', | 1040 'tab_contents': ['avi@chromium.org', |
| 1040 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], | 1041 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], |
| 1041 'tab_media_indicators': ['miu+watch@chromium.org'], | 1042 'tab_media_indicators': ['miu+watch@chromium.org'], |
| (...skipping 27 matching lines...) Expand all Loading... |
| 1069 'mcasas+watch@chromium.org', | 1070 'mcasas+watch@chromium.org', |
| 1070 'posciak+watch@chromium.org'], | 1071 'posciak+watch@chromium.org'], |
| 1071 'website_settings': ['markusheintz@chromium.org'], | 1072 'website_settings': ['markusheintz@chromium.org'], |
| 1072 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1073 'windows_sandboxing': ['wfh+watch@chromium.org'], |
| 1073 'worker': ['jam@chromium.org'], | 1074 'worker': ['jam@chromium.org'], |
| 1074 'x11': ['derat+watch@chromium.org', | 1075 'x11': ['derat+watch@chromium.org', |
| 1075 'sadrul@chromium.org', | 1076 'sadrul@chromium.org', |
| 1076 'yusukes+watch@chromium.org'], | 1077 'yusukes+watch@chromium.org'], |
| 1077 }, | 1078 }, |
| 1078 } | 1079 } |
| OLD | NEW |