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

Side by Side Diff: WATCHLISTS

Issue 5740003: Add isherman@chromium.org to autofill watchlist (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'appcache': ['michaeln@chromium.org'], 215 'appcache': ['michaeln@chromium.org'],
216 'gpu': ['apatrick@chromium.org'], 216 'gpu': ['apatrick@chromium.org'],
217 'locale_settings': ['finnur+watch@chromium.org'], 217 'locale_settings': ['finnur+watch@chromium.org'],
218 'options_dialog_content': ['finnur+watch@chromium.org'], 218 'options_dialog_content': ['finnur+watch@chromium.org'],
219 'chromeos': ['davemoore+watch@chromium.org'], 219 'chromeos': ['davemoore+watch@chromium.org'],
220 'npapi_headers': ['stuartmorgan@chromium.org'], 220 'npapi_headers': ['stuartmorgan@chromium.org'],
221 'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org', 221 'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org',
222 'hclam@chromium.org', 'dmaclach@chromium.org', 222 'hclam@chromium.org', 'dmaclach@chromium.org',
223 'garykac@chromium.org'], 223 'garykac@chromium.org'],
224 'cookie_monster': ['rdsmith@chromium.org'], 224 'cookie_monster': ['rdsmith@chromium.org'],
225 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org'], 225 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org',
226 'isherman@chromium.org'],
226 'webdata': ['dhollowa@chromium.org'], 227 'webdata': ['dhollowa@chromium.org'],
227 'i18n': ['jshin+watch@chromium.org'], 228 'i18n': ['jshin+watch@chromium.org'],
228 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', 229 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org',
229 'nirnimesh@chromium.org', 'dyu@chromium.org'], 230 'nirnimesh@chromium.org', 'dyu@chromium.org'],
230 'labs': ['thakis@chromium.org'], 231 'labs': ['thakis@chromium.org'],
231 'file_system': ['kinuko@chromium.org'], 232 'file_system': ['kinuko@chromium.org'],
232 }, 233 },
233 } 234 }
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