OLD | NEW |
---|---|
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
91 'clipboard': { | 91 'clipboard': { |
92 'filepath': 'clipboard|dnd|drag|drop', | 92 'filepath': 'clipboard|dnd|drag|drop', |
93 }, | 93 }, |
94 'content': { | 94 'content': { |
95 'filepath': 'content/.*', | 95 'filepath': 'content/.*', |
96 }, | 96 }, |
97 'cookie_monster': { | 97 'cookie_monster': { |
98 'filepath': 'net/cookies/.*|'\ | 98 'filepath': 'net/cookies/.*|'\ |
99 'chrome/browser/net/sqlite_persistent_cookie_store.*', | 99 'chrome/browser/net/sqlite_persistent_cookie_store.*', |
100 }, | 100 }, |
101 'disk_cache': { | |
102 'filepath': 'net/disk_cache/|http_cache', | |
wtc
2012/07/12 22:58:15
The filepath seems wrong. It seems that it should
| |
103 }, | |
101 'dns': { | 104 'dns': { |
102 'filepath': 'net/base/host_resolver.*|' \ | 105 'filepath': 'net/base/host_resolver.*|' \ |
103 'net/base/host_cache.*|' \ | 106 'net/base/host_cache.*|' \ |
104 'net/dns/.*' | 107 'net/dns/.*' |
105 }, | 108 }, |
106 'domui_options': { | 109 'domui_options': { |
107 'filepath': 'chrome/browser/resources/options/.*|'\ | 110 'filepath': 'chrome/browser/resources/options/.*|'\ |
108 'chrome/browser/resources/options.html|'\ | 111 'chrome/browser/resources/options.html|'\ |
109 'chrome/browser/ui/webui/options/.*', | 112 'chrome/browser/ui/webui/options/.*', |
110 }, | 113 }, |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
403 'chromeos' : ['oshima+watch@chromium.org', | 406 'chromeos' : ['oshima+watch@chromium.org', |
404 'stevenjb+watch@chromium.org'], | 407 'stevenjb+watch@chromium.org'], |
405 'chromeos_webui': ['nkostylev+watch@chromium.org'], | 408 'chromeos_webui': ['nkostylev+watch@chromium.org'], |
406 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org', | 409 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org', |
407 'glotov+watch@chromium.org'], | 410 'glotov+watch@chromium.org'], |
408 'clipboard': ['dcheng@chromium.org'], | 411 'clipboard': ['dcheng@chromium.org'], |
409 'content': ['jam@chromium.org', 'joi+watch-content@chromium.org', | 412 'content': ['jam@chromium.org', 'joi+watch-content@chromium.org', |
410 'darin-cc@chromium.org'], | 413 'darin-cc@chromium.org'], |
411 'cookie_monster': ['erikwright@chromium.org', 'rkn@chromium.org', | 414 'cookie_monster': ['erikwright@chromium.org', 'rkn@chromium.org', |
412 'wtc@chromium.org'], | 415 'wtc@chromium.org'], |
416 'disk_cache': ['gavinp+disk@chromium.org'], | |
413 'dns': ['mmenke@chromium.org'], | 417 'dns': ['mmenke@chromium.org'], |
414 'download': ['rdsmith+dwatch@chromium.org'], | 418 'download': ['rdsmith+dwatch@chromium.org'], |
415 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], | 419 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], |
416 'extension': ['aa@chromium.org', | 420 'extension': ['aa@chromium.org', |
417 'mihaip-chromium-reviews@chromium.org'], | 421 'mihaip-chromium-reviews@chromium.org'], |
418 'fileapi': ['kinuko+watch@chromium.org'], | 422 'fileapi': ['kinuko+watch@chromium.org'], |
419 'filebrowse': ['rginda+watch@chromium.org'], | 423 'filebrowse': ['rginda+watch@chromium.org'], |
420 'ftp': ['phajdan.jr@chromium.org'], | 424 'ftp': ['phajdan.jr@chromium.org'], |
421 'fullscreen_controller': ['scheib+watch@chromium.org'], | 425 'fullscreen_controller': ['scheib+watch@chromium.org'], |
422 'gdata': ['achuith+watch@chromium.org'], | 426 'gdata': ['achuith+watch@chromium.org'], |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
495 'views': ['tfarina@chromium.org'], | 499 'views': ['tfarina@chromium.org'], |
496 'views_core': ['ben+watch@chromium.org'], | 500 'views_core': ['ben+watch@chromium.org'], |
497 'website_settings': ['markusheintz@chromium.org'], | 501 'website_settings': ['markusheintz@chromium.org'], |
498 'webkit': ['darin-cc@chromium.org'], | 502 'webkit': ['darin-cc@chromium.org'], |
499 'worker': ['jam@chromium.org'], | 503 'worker': ['jam@chromium.org'], |
500 'x11': ['derat+watch@chromium.org', | 504 'x11': ['derat+watch@chromium.org', |
501 'sadrul@chromium.org', | 505 'sadrul@chromium.org', |
502 'yusukes+watch@chromium.org'], | 506 'yusukes+watch@chromium.org'], |
503 }, | 507 }, |
504 } | 508 } |
OLD | NEW |