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

Side by Side Diff: WATCHLISTS

Issue 5166002: Add self to downloads watchlist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 | Annotate | Revision Log
« 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 8
9 { 9 {
10 'WATCHLIST_DEFINITIONS': { 10 'WATCHLIST_DEFINITIONS': {
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'valgrind': ['timurrrr@chromium.org', 171 'valgrind': ['timurrrr@chromium.org',
172 'stuartmorgan+watch@chromium.org', 172 'stuartmorgan+watch@chromium.org',
173 'glider@chromium.org'], 173 'glider@chromium.org'],
174 'mac': ['pam+watch@chromium.org'], 174 'mac': ['pam+watch@chromium.org'],
175 'base': ['brettw-cc@chromium.org'], 175 'base': ['brettw-cc@chromium.org'],
176 'views': ['ben+cc@chromium.org'], 176 'views': ['ben+cc@chromium.org'],
177 'browser': ['ben+cc@chromium.org'], 177 'browser': ['ben+cc@chromium.org'],
178 'browser_main': ['brettw-cc@chromium.org'], 178 'browser_main': ['brettw-cc@chromium.org'],
179 'browser_resources': ['arv@chromium.org'], 179 'browser_resources': ['arv@chromium.org'],
180 'chromeos_login': ['nkostylev+cc@chromium.org'], 180 'chromeos_login': ['nkostylev+cc@chromium.org'],
181 'download': ['phajdan.jr@chromium.org'], 181 'download': ['phajdan.jr@chromium.org','rdsmith+dwatch@chromium.org'],
182 'history': ['brettw-cc@chromium.org'], 182 'history': ['brettw-cc@chromium.org'],
183 'renderer': ['darin-cc@chromium.org', 183 'renderer': ['darin-cc@chromium.org',
184 'brettw-cc@chromium.org'], 184 'brettw-cc@chromium.org'],
185 'tab_contents': ['brettw-cc@chromium.org'], 185 'tab_contents': ['brettw-cc@chromium.org'],
186 'webkit': ['darin-cc@chromium.org'], 186 'webkit': ['darin-cc@chromium.org'],
187 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', 187 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org',
188 'stuartmorgan+watch@chromium.org'], 188 'stuartmorgan+watch@chromium.org'],
189 'worker': ['jam@chromium.org'], 189 'worker': ['jam@chromium.org'],
190 'extension': ['aa@chromium.org', 190 'extension': ['aa@chromium.org',
191 'erikkay@chromium.org', 191 'erikkay@chromium.org',
(...skipping 24 matching lines...) Expand all
216 'garykac@chromium.org'], 216 'garykac@chromium.org'],
217 'cookie_monster': ['rdsmith@chromium.org'], 217 'cookie_monster': ['rdsmith@chromium.org'],
218 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org'], 218 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org'],
219 'webdata': ['dhollowa@chromium.org'], 219 'webdata': ['dhollowa@chromium.org'],
220 'i18n': ['jshin+watch@chromium.org'], 220 'i18n': ['jshin+watch@chromium.org'],
221 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', 221 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org',
222 'nirnimesh@chromium.org'], 222 'nirnimesh@chromium.org'],
223 'labs': ['thakis@chromium.org'], 223 'labs': ['thakis@chromium.org'],
224 }, 224 },
225 } 225 }
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