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

Side by Side Diff: WATCHLISTS

Issue 2729673002: Chrome Metrics Reviews Watchlist (Closed)
Patch Set: Add TBMv2 metrics Created 3 years, 9 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'filepath': 'chrome/browser/chromeos/drive/resource_metadata' 434 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
435 }, 435 },
436 'eme': { 436 'eme': {
437 'filepath': 'components/cdm/|' \ 437 'filepath': 'components/cdm/|' \
438 'content/browser/media/cdm/|' \ 438 'content/browser/media/cdm/|' \
439 'content/renderer/media/crypto/|' \ 439 'content/renderer/media/crypto/|' \
440 'media/base/android/*drm*|' \ 440 'media/base/android/*drm*|' \
441 'media/cdm/|' \ 441 'media/cdm/|' \
442 'third_party/widevine/cdm/' 442 'third_party/widevine/cdm/'
443 }, 443 },
444 'events': {
445 'filepath': 'ui/events/',
446 },
447 'extension': { 444 'extension': {
448 'filepath': 'extension', 445 'filepath': 'extension',
449 }, 446 },
450 'feature_policy': { 447 'feature_policy': {
451 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \ 448 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \
452 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeature s', 449 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeature s',
453 }, 450 },
454 'feedback_ui': { 451 'feedback_ui': {
455 'filepath': 'chrome/browser/resources/(md_)?feedback/' 452 'filepath': 'chrome/browser/resources/(md_)?feedback/'
456 }, 453 },
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 '|media/capture/', 984 '|media/capture/',
988 }, 985 },
989 'tab_contents': { 986 'tab_contents': {
990 'filepath': 'chrome/browser/tab_contents/|'\ 987 'filepath': 'chrome/browser/tab_contents/|'\
991 'content/browser/tab_contents/|'\ 988 'content/browser/tab_contents/|'\
992 'chrome/browser/ui/tab_contents/', 989 'chrome/browser/ui/tab_contents/',
993 }, 990 },
994 'task_manager': { 991 'task_manager': {
995 'filepath': 'task_manager' 992 'filepath': 'task_manager'
996 }, 993 },
994 'tbmv2_metrics': {
995 'filepath': 'third_party/catapult/tracing/tracing/metrics'
996 },
997 'tcmalloc': { 997 'tcmalloc': {
998 'filepath': 'third_party/tcmalloc' 998 'filepath': 'third_party/tcmalloc'
999 }, 999 },
1000 'telemetry': { 1000 'telemetry': {
1001 'filepath': 'tools/perf/' 1001 'filepath': 'tools/perf/'
1002 }, 1002 },
1003 'tests': { 1003 'tests': {
1004 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', 1004 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/',
1005 }, 1005 },
1006 'tether': { 1006 'tether': {
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 'developer_recommended_flags': ['scheib+watch@chromium.org'], 1883 'developer_recommended_flags': ['scheib+watch@chromium.org'],
1884 'devtools': ['devtools-reviews@chromium.org', 1884 'devtools': ['devtools-reviews@chromium.org',
1885 'pfeldman@chromium.org'], 1885 'pfeldman@chromium.org'],
1886 'disk_cache': ['gavinp+disk@chromium.org'], 1886 'disk_cache': ['gavinp+disk@chromium.org'],
1887 'download': ['asanka@chromium.org'], 1887 'download': ['asanka@chromium.org'],
1888 'downloads_ui': ['asanka@chromium.org', 1888 'downloads_ui': ['asanka@chromium.org',
1889 'dbeam+watch-downloads@chromium.org'], 1889 'dbeam+watch-downloads@chromium.org'],
1890 'drive': ['tfarina@chromium.org'], 1890 'drive': ['tfarina@chromium.org'],
1891 'drive_resource_metadata': ['hashimoto+watch@chromium.org'], 1891 'drive_resource_metadata': ['hashimoto+watch@chromium.org'],
1892 'eme': ['eme-reviews@chromium.org'], 1892 'eme': ['eme-reviews@chromium.org'],
1893 'events': ['tdresser+watch@chromium.org'],
1894 'extension': ['chromium-apps-reviews@chromium.org', 1893 'extension': ['chromium-apps-reviews@chromium.org',
1895 'extensions-reviews@chromium.org'], 1894 'extensions-reviews@chromium.org'],
1896 'feature_policy': ['lunalu@chromium.org', 1895 'feature_policy': ['lunalu@chromium.org',
1897 'iclelland@chromium.org'], 1896 'iclelland@chromium.org'],
1898 'feedback_ui': ['apacible+watch@chromium.org'], 1897 'feedback_ui': ['apacible+watch@chromium.org'],
1899 'fileapi': ['kinuko+fileapi@chromium.org', 1898 'fileapi': ['kinuko+fileapi@chromium.org',
1900 'nhiroki@chromium.org', 1899 'nhiroki@chromium.org',
1901 'tzik@chromium.org'], 1900 'tzik@chromium.org'],
1902 'filebrowse': ['rginda+watch@chromium.org'], 1901 'filebrowse': ['rginda+watch@chromium.org'],
1903 'filesapp': ['fukino+watch@chromium.org', 1902 'filesapp': ['fukino+watch@chromium.org',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
2026 'petewil+watch@chromium.org', 2025 'petewil+watch@chromium.org',
2027 'romax+watch@chromium.org'], 2026 'romax+watch@chromium.org'],
2028 'omnibox': ['jdonnelly+watch@chromium.org'], 2027 'omnibox': ['jdonnelly+watch@chromium.org'],
2029 'options': ['dbeam+watch-options@chromium.org', 2028 'options': ['dbeam+watch-options@chromium.org',
2030 'michaelpg+watch-options@chromium.org'], 2029 'michaelpg+watch-options@chromium.org'],
2031 'origin_trials': ['chasej+watch@chromium.org', 2030 'origin_trials': ['chasej+watch@chromium.org',
2032 'iclelland+watch@chromuim.org'], 2031 'iclelland+watch@chromuim.org'],
2033 'ozone': ['kalyan.kondapally@intel.com', 2032 'ozone': ['kalyan.kondapally@intel.com',
2034 'ozone-reviews@chromium.org'], 2033 'ozone-reviews@chromium.org'],
2035 'page_load_metrics' : ['csharrison+watch@chromium.org', 2034 'page_load_metrics' : ['csharrison+watch@chromium.org',
2036 'loading-reviews+metrics@chromium.org'], 2035 'loading-reviews+metrics@chromium.org',
2036 'speed-metrics-reviews@chromium.org'],
2037 'panels': ['dcheng@chromium.org', 2037 'panels': ['dcheng@chromium.org',
2038 'dimich@chromium.org', 2038 'dimich@chromium.org',
2039 'jennb@chromium.org', 2039 'jennb@chromium.org',
2040 'jianli@chromium.org'], 2040 'jianli@chromium.org'],
2041 'password_manager': ['gcasto+watchlist@chromium.org', 2041 'password_manager': ['gcasto+watchlist@chromium.org',
2042 'vabr+watchlistpasswordmanager@chromium.org'], 2042 'vabr+watchlistpasswordmanager@chromium.org'],
2043 'payments': ['rouslan+payments@chromium.org', 2043 'payments': ['rouslan+payments@chromium.org',
2044 'sebsg+paymentswatch@chromium.org', 2044 'sebsg+paymentswatch@chromium.org',
2045 'gogerald+paymentswatch@chromium.org', 2045 'gogerald+paymentswatch@chromium.org',
2046 'mahmadi+paymentswatch@chromium.org'], 2046 'mahmadi+paymentswatch@chromium.org'],
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
2103 'sync': ['sync-reviews@chromium.org'], 2103 'sync': ['sync-reviews@chromium.org'],
2104 'syncfs': ['kinuko+fileapi@chromium.org', 2104 'syncfs': ['kinuko+fileapi@chromium.org',
2105 'nhiroki@chromium.org', 2105 'nhiroki@chromium.org',
2106 'tzik@chromium.org'], 2106 'tzik@chromium.org'],
2107 'tab_alert_indicators': ['miu+watch@chromium.org'], 2107 'tab_alert_indicators': ['miu+watch@chromium.org'],
2108 'tab_capture': ['miu+watch@chromium.org', 2108 'tab_capture': ['miu+watch@chromium.org',
2109 'xjz+watch@chromium.org'], 2109 'xjz+watch@chromium.org'],
2110 'tab_contents': ['ajwong+watch@chromium.org', 2110 'tab_contents': ['ajwong+watch@chromium.org',
2111 'avi@chromium.org', 2111 'avi@chromium.org',
2112 'creis+watch@chromium.org'], 2112 'creis+watch@chromium.org'],
2113 'tbmv2_metrics': ['speed-metrics-reviews@chromium.org'],
2113 'tcmalloc': ['dmikurube@chromium.org'], 2114 'tcmalloc': ['dmikurube@chromium.org'],
2114 'telemetry': ['telemetry-reviews@chromium.org'], 2115 'telemetry': ['telemetry-reviews@chromium.org'],
2115 'test_runner': ['jochen+watch@chromium.org', 2116 'test_runner': ['jochen+watch@chromium.org',
2116 'mlamouri+watch-test-runner@chromium.org', 2117 'mlamouri+watch-test-runner@chromium.org',
2117 'einbinder+watch-test-runner@chromium.org'], 2118 'einbinder+watch-test-runner@chromium.org'],
2118 'tests': [], 2119 'tests': [],
2119 'tether': ['jlklein+watch-tether@chromium.org', 2120 'tether': ['jlklein+watch-tether@chromium.org',
2120 'khorimoto+watch-tether@chromium.org', 2121 'khorimoto+watch-tether@chromium.org',
2121 'hansberry+watch-tether@chromium.org', 2122 'hansberry+watch-tether@chromium.org',
2122 'tengs+watch-tether@chromium.org', 2123 'tengs+watch-tether@chromium.org',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
2155 'raymes+watch@chromium.org'], 2156 'raymes+watch@chromium.org'],
2156 'windows_sandboxing': ['pennymac+watch@chromium.org', 2157 'windows_sandboxing': ['pennymac+watch@chromium.org',
2157 'wfh+watch@chromium.org'], 2158 'wfh+watch@chromium.org'],
2158 'x11': ['derat+watch@chromium.org', 2159 'x11': ['derat+watch@chromium.org',
2159 'sadrul@chromium.org', 2160 'sadrul@chromium.org',
2160 'yusukes+watch@chromium.org'], 2161 'yusukes+watch@chromium.org'],
2161 'xml': ['dominicc+watchlist@chromium.org'], 2162 'xml': ['dominicc+watchlist@chromium.org'],
2162 'zoom': ['wjmaclean@chromium.org'], 2163 'zoom': ['wjmaclean@chromium.org'],
2163 }, 2164 },
2164 } 2165 }
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