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

Side by Side Diff: WATCHLISTS

Issue 900773005: Add michaelpg to options watchlist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'filepath': 'devtools', 280 'filepath': 'devtools',
281 }, 281 },
282 'disk_cache': { 282 'disk_cache': {
283 'filepath': 'net/disk_cache/|http_cache', 283 'filepath': 'net/disk_cache/|http_cache',
284 }, 284 },
285 'dns': { 285 'dns': {
286 'filepath': 'net/base/host_resolver|' \ 286 'filepath': 'net/base/host_resolver|' \
287 'net/base/host_cache|' \ 287 'net/base/host_cache|' \
288 'net/dns/' 288 'net/dns/'
289 }, 289 },
290 'domui_options': {
291 'filepath': 'chrome/browser/resources/options/|'\
292 'chrome/browser/resources/options.html|'\
293 'chrome/browser/ui/webui/options/',
294 },
295 'download': { 290 'download': {
296 'filepath': 'chrome/browser/download/|'\ 291 'filepath': 'chrome/browser/download/|'\
297 'content/browser/download/', 292 'content/browser/download/',
298 }, 293 },
299 'download_database': { 294 'download_database': {
300 'filepath': 'chrome/browser/history/download_database', 295 'filepath': 'chrome/browser/history/download_database',
301 }, 296 },
302 'downloads_ext': { 297 'downloads_ext': {
303 'filepath': 'chrome/browser/extensions/api/downloads/|'\ 298 'filepath': 'chrome/browser/extensions/api/downloads/|'\
304 'chrome/common/extensions/api/downloads.*.idl', 299 'chrome/common/extensions/api/downloads.*.idl',
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'], 947 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'],
953 'net': ['cbentzel+watch@chromium.org'], 948 'net': ['cbentzel+watch@chromium.org'],
954 'net_error_list': ['mmenke@chromium.org'], 949 'net_error_list': ['mmenke@chromium.org'],
955 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], 950 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'],
956 'notifications': ['peter+watch@chromium.org', 951 'notifications': ['peter+watch@chromium.org',
957 'mlamouri+watch-notifications@chromium.org'], 952 'mlamouri+watch-notifications@chromium.org'],
958 'npapi_headers': ['stuartmorgan@chromium.org'], 953 'npapi_headers': ['stuartmorgan@chromium.org'],
959 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', 954 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org',
960 'pedrosimonetti+watch@chromium.org'], 955 'pedrosimonetti+watch@chromium.org'],
961 'omnibox': ['suzhe@chromium.org'], 956 'omnibox': ['suzhe@chromium.org'],
962 'options': ['dbeam+watch-options@chromium.org'], 957 'options': ['dbeam+watch-options@chromium.org',
958 'michaelpg+watch-options@chromium.org'],
963 'overview_mode': ['tdanderson+overview@chromium.org'], 959 'overview_mode': ['tdanderson+overview@chromium.org'],
964 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'], 960 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'],
965 'panels': ['dimich@chromium.org', 'jennb@chromium.org', 961 'panels': ['dimich@chromium.org', 'jennb@chromium.org',
966 'dcheng@chromium.org', 'jianli@chromium.org'], 962 'dcheng@chromium.org', 'jianli@chromium.org'],
967 'password_manager': ['mkwst+watchlist-passwords@chromium.org', 963 'password_manager': ['mkwst+watchlist-passwords@chromium.org',
968 'gcasto+watchlist@chromium.org'], 964 'gcasto+watchlist@chromium.org'],
969 'pepper_api': ['bradnelson+warch@chromium.org', 965 'pepper_api': ['bradnelson+warch@chromium.org',
970 'piman+watch@chromium.org', 'ihf+watch@chromium.org', 966 'piman+watch@chromium.org', 'ihf+watch@chromium.org',
971 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org', 967 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org',
972 'binji+watch@chromium.org', 'teravest+watch@chromium.org', 968 'binji+watch@chromium.org', 'teravest+watch@chromium.org',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'mcasas+watch@chromium.org', 1040 'mcasas+watch@chromium.org',
1045 'posciak+watch@chromium.org'], 1041 'posciak+watch@chromium.org'],
1046 'website_settings': ['markusheintz@chromium.org'], 1042 'website_settings': ['markusheintz@chromium.org'],
1047 'windows_sandboxing': ['wfh+watch@chromium.org'], 1043 'windows_sandboxing': ['wfh+watch@chromium.org'],
1048 'worker': ['jam@chromium.org'], 1044 'worker': ['jam@chromium.org'],
1049 'x11': ['derat+watch@chromium.org', 1045 'x11': ['derat+watch@chromium.org',
1050 'sadrul@chromium.org', 1046 'sadrul@chromium.org',
1051 'yusukes+watch@chromium.org'], 1047 'yusukes+watch@chromium.org'],
1052 }, 1048 },
1053 } 1049 }
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