blob: 121b184d548f508791671197160d50bb159ab794 [file] [log] [blame]
# Copyright (c) 2013 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
# IMPORTANT: The regular expression filepath is tested against each path using
# re.search, so it is not usually necessary to add .*.
{
'WATCHLIST_DEFINITIONS': {
'animations': {
'filepath': 'Source/WebCore/page/animation' \
'|LayoutTests/fast/animation' \
'|LayoutTests/animation',
},
'test_runner': {
'filepath': 'Tools/DumpRenderTree/chromium/TestRunner',
},
'css': {
'filepath': 'Source/WebCore/css',
},
'platform_graphics': {
'filepath': 'Source/WebCore/platform/graphics',
},
'SVG': {
'filepath': 'Source/WebCore/svg|Source/WebCore/rendering/svg',
},
'indexed_db': {
'filepath': 'Source/WebCore/Modules/indexeddb/' \
'|Source/WebCore/bindings/.*IDB' \
'|Source/WebCore/bindings/.*SerializedScriptValue' \
'|Source/WebKit/chromium/.*IDB' \
'|Source/WebCore/platform/leveldb' \
'|LayoutTests/storage/indexeddb'
},
},
'WATCHLISTS': {
'animations': ['dstockwell@chromium.org',
'steveblock@chromium.org',
'shans@chromium.org'],
'test_runner': [ 'jochen+watch@chromium.org' ],
'platform_graphics': [ 'schenney@chromium.org' ],
'SVG': [ 'schenney@chromium.org', 'pdr@google.com', 'fmalita@chromium.org' ],
'css': [ 'darktears31@gmail.com' ],
'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org',
'jsbell@chromium.org'],
},
}