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

Side by Side Diff: WATCHLISTS

Issue 1244923002: Added self to net quality watch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'net_log': { 535 'net_log': {
536 'filepath': 'net/base/net_log|' \ 536 'filepath': 'net/base/net_log|' \
537 'chrome/browser/net/.*net_log|' \ 537 'chrome/browser/net/.*net_log|' \
538 'chrome/browser/net/passive_log_collector|' \ 538 'chrome/browser/net/passive_log_collector|' \
539 'chrome/browser/resources/net_internals/|' \ 539 'chrome/browser/resources/net_internals/|' \
540 'chrome/browser/ui/webui/net_internals/' 540 'chrome/browser/ui/webui/net_internals/'
541 }, 541 },
542 'netinfo': { 542 'netinfo': {
543 'filepath': 'netinfo', 543 'filepath': 'netinfo',
544 }, 544 },
545 'network_quality': {
546 'filepath': 'net/base/network_quality*',
547 },
545 'notifications': { 548 'notifications': {
546 'filepath': 'chrome/browser/extensions/api/notifications/|' \ 549 'filepath': 'chrome/browser/extensions/api/notifications/|' \
547 'chrome/browser/notifications/|' \ 550 'chrome/browser/notifications/|' \
548 'chrome/test/data/notifications/|' \ 551 'chrome/test/data/notifications/|' \
549 'content/browser/notifications/|' \ 552 'content/browser/notifications/|' \
550 'content/child/notifications/|' \ 553 'content/child/notifications/|' \
551 'content/common/platform_notification|' \ 554 'content/common/platform_notification|' \
552 'content/public/browser/platform_notification|' \ 555 'content/public/browser/platform_notification|' \
553 'content/public/common/platform_notification|' \ 556 'content/public/common/platform_notification|' \
554 'content/renderer/notification_|' \ 557 'content/renderer/notification_|' \
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 'viettrungluu+watch@chromium.org', 1043 'viettrungluu+watch@chromium.org',
1041 'yzshen+watch@chromium.org'], 1044 'yzshen+watch@chromium.org'],
1042 'mouse_lock': ['scheib+watch@chromium.org'], 1045 'mouse_lock': ['scheib+watch@chromium.org'],
1043 'nacl': ['native-client-reviews@googlegroups.com'], 1046 'nacl': ['native-client-reviews@googlegroups.com'],
1044 'native_client_sdk': ['sbc@chromium.org', 'binji+watch@chromium.org'], 1047 'native_client_sdk': ['sbc@chromium.org', 'binji+watch@chromium.org'],
1045 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'], 1048 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'],
1046 'net': ['cbentzel+watch@chromium.org'], 1049 'net': ['cbentzel+watch@chromium.org'],
1047 'net_error_list': ['mmenke@chromium.org'], 1050 'net_error_list': ['mmenke@chromium.org'],
1048 'netinfo': ['jkarlin+watch@chromium.org'], 1051 'netinfo': ['jkarlin+watch@chromium.org'],
1049 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], 1052 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'],
1053 'network_quality': ['rdsmith@chromium.org'],
1050 'notifications': ['peter+watch@chromium.org', 1054 'notifications': ['peter+watch@chromium.org',
1051 'mlamouri+watch-notifications@chromium.org'], 1055 'mlamouri+watch-notifications@chromium.org'],
1052 'npapi_headers': ['stuartmorgan@chromium.org'], 1056 'npapi_headers': ['stuartmorgan@chromium.org'],
1053 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', 1057 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org',
1054 'pedrosimonetti+watch@chromium.org'], 1058 'pedrosimonetti+watch@chromium.org'],
1055 'omnibox': ['suzhe@chromium.org'], 1059 'omnibox': ['suzhe@chromium.org'],
1056 'options': ['dbeam+watch-options@chromium.org', 1060 'options': ['dbeam+watch-options@chromium.org',
1057 'michaelpg+watch-options@chromium.org'], 1061 'michaelpg+watch-options@chromium.org'],
1058 'overview_mode': ['tdanderson+overview@chromium.org'], 1062 'overview_mode': ['tdanderson+overview@chromium.org'],
1059 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'], 1063 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'],
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 'website_settings': ['markusheintz@chromium.org', 1150 'website_settings': ['markusheintz@chromium.org',
1147 'raymes+watch@chromium.org'], 1151 'raymes+watch@chromium.org'],
1148 'windows_sandboxing': ['wfh+watch@chromium.org'], 1152 'windows_sandboxing': ['wfh+watch@chromium.org'],
1149 'worker': ['jam@chromium.org'], 1153 'worker': ['jam@chromium.org'],
1150 'x11': ['derat+watch@chromium.org', 1154 'x11': ['derat+watch@chromium.org',
1151 'sadrul@chromium.org', 1155 'sadrul@chromium.org',
1152 'yusukes+watch@chromium.org'], 1156 'yusukes+watch@chromium.org'],
1153 'zoom': ['wjmaclean@chromium.org'], 1157 'zoom': ['wjmaclean@chromium.org'],
1154 }, 1158 },
1155 } 1159 }
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