
BUG=none TEST=none Review URL: http://codereview.chromium.org/8338002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105970 0039d316-1c4b-4281-b951-d872f2087c98
406 lines
14 KiB
Plaintext
406 lines
14 KiB
Plaintext
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# Watchlist Rules
|
|
# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
|
|
|
|
|
|
{
|
|
'WATCHLIST_DEFINITIONS': {
|
|
'this_file': {
|
|
'filepath': '^WATCHLISTS$',
|
|
},
|
|
'valgrind': {
|
|
'filepath': 'valgrind',
|
|
},
|
|
'mac': {
|
|
'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
|
|
},
|
|
'base': {
|
|
'filepath': '^base/.*',
|
|
},
|
|
'extension': {
|
|
'filepath': 'extension',
|
|
},
|
|
'views': {
|
|
# Applies to all files and subdirs within this directory.
|
|
'filepath': '^views/.*',
|
|
},
|
|
'aura': {
|
|
'filepath': 'ui/aura/.*'\
|
|
'ui/aura_shell/.*',
|
|
},
|
|
'views_core': {
|
|
'filepath': 'views/view.h'\
|
|
'views/view.cc'\
|
|
'views/widget/.*',
|
|
},
|
|
'browser': {
|
|
'filepath': 'chrome/browser/.*',
|
|
},
|
|
'browser_main': {
|
|
'filepath': 'chrome/browser/browser_main.cc',
|
|
},
|
|
'browser_resources': {
|
|
'filepath': 'chrome/browser/resources/.*',
|
|
},
|
|
'chromeos_login': {
|
|
'filepath': 'chrome/browser/chromeos/login/.*|'\
|
|
'chrome/browser/ui/webui/chromeos/login/.*|'\
|
|
'chrome/browser/resources/chromeos/login/.*',
|
|
},
|
|
'content': {
|
|
'filepath': 'content/.*',
|
|
},
|
|
'download': {
|
|
'filepath': 'chrome/browser/download/.*|'\
|
|
'content/browser/download/.*',
|
|
},
|
|
'history': {
|
|
'filepath': 'chrome/browser/history/.*',
|
|
},
|
|
'renderer': {
|
|
'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
|
|
'chrome/common/render.*',
|
|
},
|
|
'tab_contents': {
|
|
'filepath': 'chrome/browser/tab_contents/.*|'\
|
|
'content/browser/tab_contents/.*|'\
|
|
'chrome/browser/ui/tab_contents/.*',
|
|
},
|
|
'site_instance': {
|
|
'filepath': 'content/browser/site_instance.*|'\
|
|
'content/browser/browsing_instance.*',
|
|
},
|
|
'webkit': {
|
|
'filepath': 'webkit/.*',
|
|
},
|
|
'plugin': {
|
|
'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
|
|
'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
|
|
},
|
|
'worker': {
|
|
'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
|
|
'chrome/common/worker_messages.*|webkit/glue/webworker.*',
|
|
},
|
|
'net': {
|
|
'filepath': 'net/.*',
|
|
},
|
|
'net_error_list': {
|
|
'filepath': 'net/base/net_error_list.h',
|
|
},
|
|
'net_log': {
|
|
'filepath': 'net/base/net_log.*|' \
|
|
'chrome/browser/net/.*net_log.*|' \
|
|
'chrome/browser/net/passive_log_collector.*|' \
|
|
'chrome/browser/resources/net_internals/.*|' \
|
|
'chrome/browser/ui/webui/net_internals_ui.*'
|
|
},
|
|
'ftp': {
|
|
'filepath': 'ftp',
|
|
},
|
|
'dns': {
|
|
'filepath': 'net/base/host_resolver.*|' \
|
|
'net/base/host_cache.*|' \
|
|
'net/dns/.*'
|
|
},
|
|
'installer': {
|
|
'filepath': 'chrome/installer/.*',
|
|
},
|
|
'importer': {
|
|
'filepath': '.*import.*',
|
|
},
|
|
'media': {
|
|
'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
|
|
'audio_message_filter|video_layer',
|
|
},
|
|
'ipc': {
|
|
'filepath': 'ipc/ipc.*',
|
|
},
|
|
'linux-sandboxing': {
|
|
'filepath': 'sandbox/linux/.*',
|
|
},
|
|
'sync': {
|
|
'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*',
|
|
},
|
|
'layout_tests': {
|
|
'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
|
|
},
|
|
'tools': {
|
|
'filepath': 'tools/.*',
|
|
},
|
|
'tests': {
|
|
'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
|
|
},
|
|
'automation': {
|
|
'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
|
|
},
|
|
'chrome_frame': {
|
|
'filepath': 'chrome_frame/.*',
|
|
},
|
|
'nacl': {
|
|
'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
|
|
'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
|
|
},
|
|
'appcache': {
|
|
'filepath': 'appcache/.*',
|
|
},
|
|
'gpu': {
|
|
'filepath': 'gpu/.*',
|
|
},
|
|
'locale_settings': {
|
|
'filepath': 'chrome/app/resources/locale_settings.*',
|
|
},
|
|
'options_dialog_content': {
|
|
'filepath': 'chrome/browser/views/options/content_page_view.h|'\
|
|
'chrome/browser/views/options/general_page_view.h',
|
|
},
|
|
'chromeos': {
|
|
'filepath': 'chrome/browser/chromeos/.*',
|
|
},
|
|
'chromeos_webui': {
|
|
'filepath': 'chrome/browser/ui/webui/chromeos/.*|'\
|
|
'chrome/browser/resources/chromeos/.*',
|
|
},
|
|
'npapi_headers': {
|
|
'filepath': 'third_party/npapi/bindings/.*',
|
|
},
|
|
'remoting': {
|
|
'filepath': 'remoting/.*',
|
|
},
|
|
'domui_options': {
|
|
'filepath': 'chrome/browser/resources/options/.*|'\
|
|
'chrome/browser/resources/options.html|'\
|
|
'chrome/browser/dom_ui/options/.*',
|
|
},
|
|
'ntp': {
|
|
'filepath': 'chrome/browser/resources/ntp/.*|'\
|
|
'chrome/browser/resources/ntp4/.*|'\
|
|
'chrome/browser/resources/touch_ntp/.*|'\
|
|
'chrome/browser/resources/touch_ntp/.*|'\
|
|
'chrome/browser/ui/webui/ntp/.*',
|
|
},
|
|
'cookie_monster': {
|
|
'filepath': 'net/base/cookie_.*|'\
|
|
'chrome/browser/net/sqlite_persistent_cookie_store.*',
|
|
},
|
|
'autofill': {
|
|
'filepath': 'chrome/browser/autofill/.*|'\
|
|
'chrome/browser/resources/options/autofill_.*|'\
|
|
'chrome/browser/sync/glue/autofill_.*|'\
|
|
'chrome/browser/ui/webui/options/autofill_.*|'\
|
|
'chrome/renderer/autofill/.*|'\
|
|
'chrome/test/data/autofill/.*|'\
|
|
'chrome/test/data/autofill/heuristics/input/.*|'\
|
|
'chrome/test/data/autofill/heuristics/output/.*|'\
|
|
'chrome/test/data/autofill/merge/input/.*|'\
|
|
'chrome/test/data/autofill/merge/output/.*',
|
|
},
|
|
'webdata': {
|
|
'filepath': 'chrome/browser/webdata/.*',
|
|
},
|
|
'i18n': {
|
|
'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
|
|
'.*locale_settings.*|.*encoding.*',
|
|
},
|
|
'pyauto': {
|
|
'filepath': 'chrome/test/pyautolib' \
|
|
'|chrome/test/functional' \
|
|
'|chrome/browser/automation/automation_provider_json'
|
|
},
|
|
'labs': {
|
|
'filepath': 'chrome/browser/labs' \
|
|
'|chrome/browser/dom_ui/labs'
|
|
},
|
|
'fileapi': {
|
|
'filepath': 'file_system/.*' \
|
|
'|fileapi/.*'
|
|
},
|
|
'pepper_api': {
|
|
'filepath': 'ppapi/c/.*',
|
|
},
|
|
'prerender': {
|
|
'filepath': 'chrome/browser/prerender/.*'
|
|
},
|
|
'chromedriver': {
|
|
'filepath': 'chrome/test/webdriver|third_party/webdriver'
|
|
},
|
|
'task_manager': {
|
|
'filepath': 'task_manager'
|
|
},
|
|
'filebrowse': {
|
|
'filepath': 'file_browser' \
|
|
'|file_manager' \
|
|
'|filebrowse'
|
|
},
|
|
'imageburner': {
|
|
'filepath': 'imageburner'
|
|
},
|
|
'active_downloads': {
|
|
'filepath': 'active_downloads'
|
|
},
|
|
'clang_update': {
|
|
'filepath': 'tools/clang/scripts/update.sh'
|
|
},
|
|
'panels': {
|
|
'filepath': 'chrome/browser/ui/panels/.*',
|
|
},
|
|
'accelerator_table_linux': {
|
|
'filepath': 'chrome/browser/ui/views/accelerator_table_linux.cc',
|
|
},
|
|
'downloads_ui': {
|
|
'filepath': 'chrome/browser/resources/.*downloads\..*' \
|
|
'|chrome/browser/ui/webui/.*downloads.*' \
|
|
'|chrome/browser/ui/views/download/.*' \
|
|
'|chrome/browser/ui/cocoa/download/.*' \
|
|
'|chrome/browser/ui/gtk/download/.*'
|
|
},
|
|
'x11': {
|
|
'filepath': 'content/browser/renderer_host/backing_store_x\..*' \
|
|
'|chrome/browser/chromeos/input_method/xkeyboard\..*' \
|
|
'|chrome/browser/chromeos/system_key_event_listener\..*' \
|
|
'|chrome/browser/chromeos/wm_.*' \
|
|
'|ui/base/x/.*'
|
|
},
|
|
'accessibility': {
|
|
'filepath': 'chrome/browser/accessibility/.*' \
|
|
'|content/browser/accessibility/.*' \
|
|
'|chrome/.*accessib.*' \
|
|
'|ui/base/accessibility/.*' \
|
|
'|views/accessibility/.*'
|
|
},
|
|
'tools_emacs': {
|
|
'filepath': 'tools/emacs/.*',
|
|
},
|
|
'browser_compositor': {
|
|
'filepath': 'ui/gfx/compositor/.*'
|
|
},
|
|
'textinput': {
|
|
'filepath': 'content/browser/renderer_host/gtk_im.*'\
|
|
'|content/browser/renderer_host/gtk_key.*'\
|
|
'|content/browser/renderer_host/render_widget_host_view.*'\
|
|
'|content/browser/renderer_host/text_input.*'\
|
|
'|ui/base/ime/.*'\
|
|
'|ui/base/gtk/event.*'\
|
|
'|ui/base/gtk/gtk_im.*'\
|
|
'|ui/base/keycodes/.*'\
|
|
'|ui/base/win/ime.*'\
|
|
'|views/ime/.*'\
|
|
'|views/controls/textfield/.*'
|
|
},
|
|
'omnibox': {
|
|
'filepath': 'chrome/browser/autocomplete/.*'\
|
|
'|chrome/browser/ui/.*/omnibox/.*'
|
|
},
|
|
},
|
|
|
|
'WATCHLISTS': {
|
|
'this_file': ['nirnimesh@chromium.org'],
|
|
'valgrind': ['timurrrr@chromium.org',
|
|
'stuartmorgan+watch@chromium.org',
|
|
'glider@chromium.org'],
|
|
'base': ['brettw-cc@chromium.org'],
|
|
'browser_main': ['brettw-cc@chromium.org'],
|
|
'browser_resources': ['arv@chromium.org'],
|
|
'content': ['jam@chromium.org', 'joi+watch-content@chromium.org',
|
|
'darin-cc@chromium.org',
|
|
'dpranke-watch+content@chromium.org'],
|
|
'download': ['phajdan.jr@chromium.org','rdsmith+dwatch@chromium.org'],
|
|
'history': ['brettw-cc@chromium.org'],
|
|
'renderer': ['darin-cc@chromium.org',
|
|
'brettw-cc@chromium.org'],
|
|
'tab_contents': ['brettw-cc@chromium.org', 'avi@chromium.org',
|
|
'creis+watch@chromium.org', 'ajwong+watch@chromium.org'],
|
|
'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'],
|
|
'webkit': ['darin-cc@chromium.org'],
|
|
'plugin': ['darin-cc@chromium.org', 'jam@chromium.org',
|
|
'stuartmorgan+watch@chromium.org'],
|
|
'worker': ['jam@chromium.org'],
|
|
'extension': ['aa@chromium.org',
|
|
'erikkay@chromium.org',
|
|
'mihaip+watch@chromium.org'],
|
|
'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'],
|
|
'net_error_list': ['mmenke@chromium.org'],
|
|
'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'],
|
|
'ftp': ['phajdan.jr@chromium.org'],
|
|
'dns': ['mmenke@chromium.org'],
|
|
'media': ['acolwell+watch@chromium.org', 'ajwong+watch@chromium.org',
|
|
'annacc+watch@chromium.org', 'ddorwin+watch@chromium.org',
|
|
'fischman+watch@chromium.org', 'hclam+watch@chromium.org',
|
|
'ihf+watch@chromium.org', 'scherkus@chromium.org',
|
|
'vrk@chromium.org'],
|
|
'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
|
|
'linux-sandboxing': ['agl@chromium.org'],
|
|
'sync': ['tim@chromium.org', 'nick@chromium.org',
|
|
'idana@chromium.org', 'rsimha@chromium.org'],
|
|
'tools': ['pam+watch@chromium.org'],
|
|
'tests': ['phajdan.jr@chromium.org'],
|
|
'automation': ['phajdan.jr@chromium.org', 'kkania@chromium.org',
|
|
'robertshield@chromium.org'],
|
|
'chrome_frame': ['amit@chromium.org', 'robertshield@chromium.org'],
|
|
'nacl': ['native-client-reviews@googlegroups.com'],
|
|
'appcache': ['michaeln@chromium.org'],
|
|
'gpu': ['apatrick@chromium.org'],
|
|
'locale_settings': ['finnur+watch@chromium.org'],
|
|
'options_dialog_content': ['finnur+watch@chromium.org'],
|
|
'chromeos': ['davemoore+watch@chromium.org', 'stevenjb+watch@chromium.org',
|
|
'nkostylev+watch@chromium.org'],
|
|
'chromeos_webui': ['nkostylev+watch@chromium.org'],
|
|
'npapi_headers': ['stuartmorgan@chromium.org'],
|
|
'remoting': ['ajwong+watch@chromium.org', 'dmaclach+watch@chromium.org',
|
|
'garykac+watch@chromium.org', 'hclam+watch@chromium.org',
|
|
'jamiewalch+watch@chromium.org',
|
|
'lambroslambrou+watch@chromium.org',
|
|
'sergeyu+watch@chromium.org',
|
|
'simonmorris+watch@chromium.org',
|
|
'wez+watch@chromium.org'],
|
|
'ntp': ['estade+watch@chromium.org'],
|
|
'cookie_monster': ['erikwright@chromium.org', 'rdsmith@chromium.org',
|
|
'rkn@chromium.org', 'wtc@chromium.org'],
|
|
'autofill': ['dhollowa@chromium.org', 'georgey@chromium.org',
|
|
'isherman@chromium.org', 'dyu@chromium.org'],
|
|
'webdata': ['dhollowa@chromium.org'],
|
|
'i18n': ['jshin+watch@chromium.org'],
|
|
'pyauto': ['anantha@chromium.org', 'jrg@chromium.org',
|
|
'nirnimesh@chromium.org', 'dyu@chromium.org',
|
|
'dennisjeffrey@chromium.org'],
|
|
'labs': ['thakis@chromium.org'],
|
|
'fileapi': ['kinuko+watch@chromium.org'],
|
|
'pepper_api': ['piman+watch@chromium.org', 'darin-cc@chromium.org',
|
|
'ihf+watch@chromium.org'],
|
|
'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org',
|
|
'dominich+watch@chromium.org', 'mmenke@chromium.org'],
|
|
'chromedriver': ['kkania@chromium.org'],
|
|
'task_manager': ['yoshiki+watch@chromium.org'],
|
|
'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'],
|
|
'active_downloads': ['achuith+watch@chromium.org'],
|
|
'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'],
|
|
'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'],
|
|
'panels': ['dimich@chromium.org', 'jennb@chromium.org',
|
|
'prasadt@chromium.org', 'dcheng@chromium.org',
|
|
'jianli@chromium.org'],
|
|
'importer': ['tfarina@chromium.org'],
|
|
'views': ['dhollowa@chromium.org', 'tfarina@chromium.org'],
|
|
'accelerator_table_linux': ['mazda@chromium.org',
|
|
'derat+watch@chromium.org'],
|
|
'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'],
|
|
'x11': ['derat+watch@chromium.org'],
|
|
'accessibility': ['dmazzoni+watch@chromium.org',
|
|
'dtseng+watch@chromium.org',
|
|
'ctguil+watch@chromium.org',
|
|
'aboxhall+watch@chromium.org',
|
|
'davidbarr+watch@chromium.org',
|
|
'zork+watch@chromium.org',
|
|
'hashimoto+watch@chromium.org',
|
|
'yoshiki+watch@chromium.org',
|
|
'yuzo+watch@chromium.org'],
|
|
'aura': ['ben+watch@chromium.org'],
|
|
'views_core': ['ben+watch@chromium.org'],
|
|
'tools_emacs': ['fischman+watch@chromium.org'],
|
|
'browser_compositor': ['backer@chromium.org'],
|
|
'textinput': ['suzhe@chromium.org'],
|
|
'omnibox': ['suzhe@chromium.org'],
|
|
},
|
|
}
|