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

Side by Side Diff: WATCHLISTS

Issue 9166009: Move about:net-internals webui files into a subdirectory + OWNERS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Update year Created 8 years, 11 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 | chrome/browser/net/net_log_logger.cc » ('j') | 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 8
9 { 9 {
10 'WATCHLIST_DEFINITIONS': { 10 'WATCHLIST_DEFINITIONS': {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'filepath': 'net/.*', 95 'filepath': 'net/.*',
96 }, 96 },
97 'net_error_list': { 97 'net_error_list': {
98 'filepath': 'net/base/net_error_list.h', 98 'filepath': 'net/base/net_error_list.h',
99 }, 99 },
100 'net_log': { 100 'net_log': {
101 'filepath': 'net/base/net_log.*|' \ 101 'filepath': 'net/base/net_log.*|' \
102 'chrome/browser/net/.*net_log.*|' \ 102 'chrome/browser/net/.*net_log.*|' \
103 'chrome/browser/net/passive_log_collector.*|' \ 103 'chrome/browser/net/passive_log_collector.*|' \
104 'chrome/browser/resources/net_internals/.*|' \ 104 'chrome/browser/resources/net_internals/.*|' \
105 'chrome/browser/ui/webui/net_internals_ui.*' 105 'chrome/browser/ui/webui/net_internals/.*'
106 }, 106 },
107 'ftp': { 107 'ftp': {
108 'filepath': 'ftp', 108 'filepath': 'ftp',
109 }, 109 },
110 'dns': { 110 'dns': {
111 'filepath': 'net/base/host_resolver.*|' \ 111 'filepath': 'net/base/host_resolver.*|' \
112 'net/base/host_cache.*|' \ 112 'net/base/host_cache.*|' \
113 'net/dns/.*' 113 'net/dns/.*'
114 }, 114 },
115 'installer': { 115 'installer': {
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 'browser_gl': ['dhollowa+watch@chromium.org'], 436 'browser_gl': ['dhollowa+watch@chromium.org'],
437 'textinput': ['penghuang+watch@chromium.org', 437 'textinput': ['penghuang+watch@chromium.org',
438 'suzhe@chromium.org', 438 'suzhe@chromium.org',
439 'yusukes+watch@chromium.org'], 439 'yusukes+watch@chromium.org'],
440 'textinput_chromeos': ['yusukes+watch@chromium.org'], 440 'textinput_chromeos': ['yusukes+watch@chromium.org'],
441 'omnibox': ['suzhe@chromium.org'], 441 'omnibox': ['suzhe@chromium.org'],
442 'message_loop': ['sadrul@chromium.org'], 442 'message_loop': ['sadrul@chromium.org'],
443 'clipboard': ['dcheng@chromium.org'], 443 'clipboard': ['dcheng@chromium.org'],
444 }, 444 },
445 } 445 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/net/net_log_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698