| 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 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1973 'tburkard+watch@chromium.org'], | 1973 'tburkard+watch@chromium.org'], |
| 1974 'push_messaging': ['harkness+watch@chromium.org', | 1974 'push_messaging': ['harkness+watch@chromium.org', |
| 1975 'johnme+watch@chromium.org', | 1975 'johnme+watch@chromium.org', |
| 1976 'peter@chromium.org'], | 1976 'peter@chromium.org'], |
| 1977 'remoting': ['chromoting-reviews@chromium.org'], | 1977 'remoting': ['chromoting-reviews@chromium.org'], |
| 1978 'rlz_id': ['alito+watch@chromium.org', | 1978 'rlz_id': ['alito+watch@chromium.org', |
| 1979 'gab+watch@chromium.org', | 1979 'gab+watch@chromium.org', |
| 1980 'robertshield+watch@chromium.org'], | 1980 'robertshield+watch@chromium.org'], |
| 1981 'safe_browsing': ['grt+watch@chromium.org'], | 1981 'safe_browsing': ['grt+watch@chromium.org'], |
| 1982 'safe_browsing_db': ['vakh+watch@chromium.org'], | 1982 'safe_browsing_db': ['vakh+watch@chromium.org'], |
| 1983 'sandbox': ['rickyz+watch@chromium.org'], | |
| 1984 'scheduler': ['scheduler-bugs@chromium.org'], | 1983 'scheduler': ['scheduler-bugs@chromium.org'], |
| 1985 'screen_orientation': ['mlamouri+watch-screen-orientation@chromium.org'], | 1984 'screen_orientation': ['mlamouri+watch-screen-orientation@chromium.org'], |
| 1986 'service_worker': ['horo+watch@chromium.org', | 1985 'service_worker': ['horo+watch@chromium.org', |
| 1987 'jsbell+serviceworker@chromium.org', | 1986 'jsbell+serviceworker@chromium.org', |
| 1988 'kinuko+serviceworker@chromium.org', | 1987 'kinuko+serviceworker@chromium.org', |
| 1989 'michaeln@chromium.org', | 1988 'michaeln@chromium.org', |
| 1990 'nhiroki@chromium.org', | 1989 'nhiroki@chromium.org', |
| 1991 'serviceworker-reviews@chromium.org', | 1990 'serviceworker-reviews@chromium.org', |
| 1992 'shimazu+serviceworker@chromium.org', | 1991 'shimazu+serviceworker@chromium.org', |
| 1993 'tzik@chromium.org'], | 1992 'tzik@chromium.org'], |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2054 'raymes+watch@chromium.org'], | 2053 'raymes+watch@chromium.org'], |
| 2055 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2054 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 2056 'wfh+watch@chromium.org'], | 2055 'wfh+watch@chromium.org'], |
| 2057 'x11': ['derat+watch@chromium.org', | 2056 'x11': ['derat+watch@chromium.org', |
| 2058 'sadrul@chromium.org', | 2057 'sadrul@chromium.org', |
| 2059 'yusukes+watch@chromium.org'], | 2058 'yusukes+watch@chromium.org'], |
| 2060 'xml': ['dominicc+watchlist@chromium.org'], | 2059 'xml': ['dominicc+watchlist@chromium.org'], |
| 2061 'zoom': ['wjmaclean@chromium.org'], | 2060 'zoom': ['wjmaclean@chromium.org'], |
| 2062 }, | 2061 }, |
| 2063 } | 2062 } |
| OLD | NEW |