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

Side by Side Diff: WATCHLISTS

Issue 6720033: Create a watchlist for net/base/net_error_list.h and add myself to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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 | 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\ 62 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
63 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*', 63 'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
64 }, 64 },
65 'worker': { 65 'worker': {
66 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\ 66 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
67 'chrome/common/worker_messages.*|webkit/glue/webworker.*', 67 'chrome/common/worker_messages.*|webkit/glue/webworker.*',
68 }, 68 },
69 'net': { 69 'net': {
70 'filepath': 'net/.*', 70 'filepath': 'net/.*',
71 }, 71 },
72 'net_error_list': {
73 'filepath': 'net/base/net_error_list.h',
74 },
72 'ftp': { 75 'ftp': {
73 'filepath': 'ftp', 76 'filepath': 'ftp',
74 }, 77 },
75 'installer': { 78 'installer': {
76 'filepath': 'chrome/installer/.*', 79 'filepath': 'chrome/installer/.*',
77 }, 80 },
78 'importer': { 81 'importer': {
79 'filepath': '.*import.*', 82 'filepath': '.*import.*',
80 }, 83 },
81 'media': { 84 'media': {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'brettw-cc@chromium.org'], 210 'brettw-cc@chromium.org'],
208 'tab_contents': ['brettw-cc@chromium.org'], 211 'tab_contents': ['brettw-cc@chromium.org'],
209 'webkit': ['darin-cc@chromium.org'], 212 'webkit': ['darin-cc@chromium.org'],
210 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', 213 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org',
211 'stuartmorgan+watch@chromium.org'], 214 'stuartmorgan+watch@chromium.org'],
212 'worker': ['jam@chromium.org'], 215 'worker': ['jam@chromium.org'],
213 'extension': ['aa@chromium.org', 216 'extension': ['aa@chromium.org',
214 'erikkay@chromium.org', 217 'erikkay@chromium.org',
215 'pam+watch@chromium.org'], 218 'pam+watch@chromium.org'],
216 'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'], 219 'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'],
220 'net_error_list': ['mmenke@chromium.org'],
217 'ftp': ['phajdan.jr@chromium.org'], 221 'ftp': ['phajdan.jr@chromium.org'],
218 'media': ['acolwell@chromium.org', 'ajwong+watch@chromium.org', 222 'media': ['acolwell@chromium.org', 'ajwong+watch@chromium.org',
219 'annacc@chromium.org', 'ddorwin+watch@chromium.org', 223 'annacc@chromium.org', 'ddorwin+watch@chromium.org',
220 'fischman+watch@chromium.org', 'hclam+watch@chromium.org', 224 'fischman+watch@chromium.org', 'hclam+watch@chromium.org',
221 'scherkus@chromium.org', 'sjl@chromium.org', 'vrk@chromium.org'], 225 'scherkus@chromium.org', 'sjl@chromium.org', 'vrk@chromium.org'],
222 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], 226 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
223 'linux-sandboxing': ['agl@chromium.org'], 227 'linux-sandboxing': ['agl@chromium.org'],
224 'sync': ['tim@chromium.org', 'nick@chromium.org', 228 'sync': ['tim@chromium.org', 'nick@chromium.org',
225 'idana@chromium.org', 'rsimha@chromium.org'], 229 'idana@chromium.org', 'rsimha@chromium.org'],
226 'layout_tests': ['pam+watch@chromium.org'], 230 'layout_tests': ['pam+watch@chromium.org'],
(...skipping 23 matching lines...) Expand all
250 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', 254 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org',
251 'nirnimesh@chromium.org', 'dyu@chromium.org'], 255 'nirnimesh@chromium.org', 'dyu@chromium.org'],
252 'labs': ['thakis@chromium.org'], 256 'labs': ['thakis@chromium.org'],
253 'fileapi': ['kinuko+watch@chromium.org'], 257 'fileapi': ['kinuko+watch@chromium.org'],
254 'pepper_api': ['piman+watch@chromium.org'], 258 'pepper_api': ['piman+watch@chromium.org'],
255 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org'], 259 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org'],
256 'chromedriver': ['kkania@chromium.org'], 260 'chromedriver': ['kkania@chromium.org'],
257 'dom_login': ['rharrison@chromium.org'], 261 'dom_login': ['rharrison@chromium.org'],
258 }, 262 },
259 } 263 }
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