Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: WATCHLISTS

Issue 2759563002: Add vakh+watch to the watchlist for all SafeBrowsing reviews (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 2095 matching lines...) Expand 10 before | Expand all | Expand 10 after
2106 'tburkard+watch@chromium.org'], 2106 'tburkard+watch@chromium.org'],
2107 'push_messaging': ['harkness+watch@chromium.org', 2107 'push_messaging': ['harkness+watch@chromium.org',
2108 'johnme+watch@chromium.org', 2108 'johnme+watch@chromium.org',
2109 'peter@chromium.org'], 2109 'peter@chromium.org'],
2110 'reading_list': ['stkhapugin@chromium.org'], 2110 'reading_list': ['stkhapugin@chromium.org'],
2111 'remoting': ['chromoting-reviews@chromium.org'], 2111 'remoting': ['chromoting-reviews@chromium.org'],
2112 'rlz_id': ['alito+watch@chromium.org', 2112 'rlz_id': ['alito+watch@chromium.org',
2113 'gab+watch@chromium.org', 2113 'gab+watch@chromium.org',
2114 'robertshield+watch@chromium.org'], 2114 'robertshield+watch@chromium.org'],
2115 'safe_browsing': ['grt+watch@chromium.org', 2115 'safe_browsing': ['grt+watch@chromium.org',
2116 'timvolodine@chromium.org'], 2116 'timvolodine@chromium.org',
2117 'safe_browsing_db': ['vakh+watch@chromium.org', 2117 'vakh+watch@chromium.org'],
2118 'timvolodine@chromium.org'], 2118 'safe_browsing_db': ['timvolodine@chromium.org',
2119 'vakh+watch@chromium.org'],
2119 'scheduler': ['scheduler-bugs@chromium.org'], 2120 'scheduler': ['scheduler-bugs@chromium.org'],
2120 'screen_orientation': ['mlamouri+watch-screen-orientation@chromium.org'], 2121 'screen_orientation': ['mlamouri+watch-screen-orientation@chromium.org'],
2121 'service_worker': ['horo+watch@chromium.org', 2122 'service_worker': ['horo+watch@chromium.org',
2122 'jsbell+serviceworker@chromium.org', 2123 'jsbell+serviceworker@chromium.org',
2123 'kinuko+serviceworker@chromium.org', 2124 'kinuko+serviceworker@chromium.org',
2124 'michaeln@chromium.org', 2125 'michaeln@chromium.org',
2125 'nhiroki@chromium.org', 2126 'nhiroki@chromium.org',
2126 'serviceworker-reviews@chromium.org', 2127 'serviceworker-reviews@chromium.org',
2127 'shimazu+serviceworker@chromium.org', 2128 'shimazu+serviceworker@chromium.org',
2128 'tzik@chromium.org'], 2129 'tzik@chromium.org'],
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
2198 'raymes+watch@chromium.org'], 2199 'raymes+watch@chromium.org'],
2199 'windows_sandboxing': ['pennymac+watch@chromium.org', 2200 'windows_sandboxing': ['pennymac+watch@chromium.org',
2200 'wfh+watch@chromium.org'], 2201 'wfh+watch@chromium.org'],
2201 'x11': ['derat+watch@chromium.org', 2202 'x11': ['derat+watch@chromium.org',
2202 'sadrul@chromium.org', 2203 'sadrul@chromium.org',
2203 'yusukes+watch@chromium.org'], 2204 'yusukes+watch@chromium.org'],
2204 'xml': ['dominicc+watchlist@chromium.org'], 2205 'xml': ['dominicc+watchlist@chromium.org'],
2205 'zoom': ['wjmaclean@chromium.org'], 2206 'zoom': ['wjmaclean@chromium.org'],
2206 }, 2207 },
2207 } 2208 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698