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

Side by Side Diff: WATCHLISTS

Issue 2597483002: Add a few names to the WATCHLIST (Closed)
Patch Set: Created 4 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
« 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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'filepath': 'content/browser/streams/', 879 'filepath': 'content/browser/streams/',
880 }, 880 },
881 'styleguide': { 881 'styleguide': {
882 'filepath': '^styleguide/', 882 'filepath': '^styleguide/',
883 }, 883 },
884 'supervised_users': { 884 'supervised_users': {
885 'filepath': 'chrome/browser/.*managed_mode'\ 885 'filepath': 'chrome/browser/.*managed_mode'\
886 '|chrome/browser/.*managed_user'\ 886 '|chrome/browser/.*managed_user'\
887 '|chrome/browser/.*supervised_user', 887 '|chrome/browser/.*supervised_user',
888 }, 888 },
889 'swreporter': {
890 'filepath': 'chrome/browser/safe_browsing/srt_'\
891 '|chrome/browser/component_updater/sw_reporter_',
892 },
889 'sync': { 893 'sync': {
890 'filepath': '^chrome/android/sync_shell/'\ 894 'filepath': '^chrome/android/sync_shell/'\
891 '|^chrome/browser/ui/sync/'\ 895 '|^chrome/browser/ui/sync/'\
892 '|^chrome/browser/ui/views/sync/'\ 896 '|^chrome/browser/ui/views/sync/'\
893 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/ util/browser/sync/'\ 897 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/ util/browser/sync/'\
894 '|^ios/chrome/browser/sync/'\ 898 '|^ios/chrome/browser/sync/'\
895 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ 899 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\
896 '|^chrome/browser/sync/'\ 900 '|^chrome/browser/sync/'\
897 '|^components/browser_sync/'\ 901 '|^components/browser_sync/'\
898 '|^components/sync/'\ 902 '|^components/sync/'\
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 'nasko+codewatch@chromium.org'], 2008 'nasko+codewatch@chromium.org'],
2005 'spellcheck': ['groby+spellwatch@chromium.org', 2009 'spellcheck': ['groby+spellwatch@chromium.org',
2006 'rlp+watch@chromium.org', 2010 'rlp+watch@chromium.org',
2007 'rouslan+spell@chromium.org', 2011 'rouslan+spell@chromium.org',
2008 'timvolodine@chromium.org'], 2012 'timvolodine@chromium.org'],
2009 'streams': ['zork+watch@chromium.org'], 2013 'streams': ['zork+watch@chromium.org'],
2010 'styleguide': ['danakj+watch@chromium.org', 2014 'styleguide': ['danakj+watch@chromium.org',
2011 'jbroman+cpp@chromium.org', 2015 'jbroman+cpp@chromium.org',
2012 'vmpstr+watch@chromium.org'], 2016 'vmpstr+watch@chromium.org'],
2013 'supervised_users': ['pam+watch@chromium.org'], 2017 'supervised_users': ['pam+watch@chromium.org'],
2018 'swreporter': ['alito+watch@chromium.org',
2019 'ftirelo+watch@chromium.org',
2020 'joenotcharles+watch@chromium.org'],
2014 'sync': ['sync-reviews@chromium.org'], 2021 'sync': ['sync-reviews@chromium.org'],
2015 'syncfs': ['kinuko+fileapi@chromium.org', 2022 'syncfs': ['kinuko+fileapi@chromium.org',
2016 'nhiroki@chromium.org', 2023 'nhiroki@chromium.org',
2017 'tzik@chromium.org'], 2024 'tzik@chromium.org'],
2018 'tab_alert_indicators': ['miu+watch@chromium.org'], 2025 'tab_alert_indicators': ['miu+watch@chromium.org'],
2019 'tab_capture': ['miu+watch@chromium.org', 2026 'tab_capture': ['miu+watch@chromium.org',
2020 'xjz+watch@chromium.org'], 2027 'xjz+watch@chromium.org'],
2021 'tab_contents': ['ajwong+watch@chromium.org', 2028 'tab_contents': ['ajwong+watch@chromium.org',
2022 'avi@chromium.org', 2029 'avi@chromium.org',
2023 'creis+watch@chromium.org'], 2030 'creis+watch@chromium.org'],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
2061 'raymes+watch@chromium.org'], 2068 'raymes+watch@chromium.org'],
2062 'windows_sandboxing': ['pennymac+watch@chromium.org', 2069 'windows_sandboxing': ['pennymac+watch@chromium.org',
2063 'wfh+watch@chromium.org'], 2070 'wfh+watch@chromium.org'],
2064 'x11': ['derat+watch@chromium.org', 2071 'x11': ['derat+watch@chromium.org',
2065 'sadrul@chromium.org', 2072 'sadrul@chromium.org',
2066 'yusukes+watch@chromium.org'], 2073 'yusukes+watch@chromium.org'],
2067 'xml': ['dominicc+watchlist@chromium.org'], 2074 'xml': ['dominicc+watchlist@chromium.org'],
2068 'zoom': ['wjmaclean@chromium.org'], 2075 'zoom': ['wjmaclean@chromium.org'],
2069 }, 2076 },
2070 } 2077 }
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