blob: aa903f651c2ea4a4db0b6447f6e122c4fc68e3aa [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': {
'accessibility': {
'filepath': 'Source/core/accessibility' \
'|LayoutTests/accessibility',
},
'animations': {
'filepath': '[Aa]nimat|[Tt]ransition',
},
'audio': {
'filepath': 'Source/platform/audio' \
'|Source/modules/webaudio',
},
'bidi': {
'filepath': 'Source/platform/text/.*Bidi' \
'|Source/core/rendering/.*Bidi',
},
'bindings': {
'filepath': 'Source/bindings',
},
'test_runner': {
'filepath': 'Tools/DumpRenderTree/chromium/TestRunner',
},
'canvas': {
'filepath': 'Source/core/html/canvas/'
},
'clipboard': {
'filepath': 'Source/core/clipboard',
'filepath': 'Source/core/page/*Drag',
'filepath': 'Source/platform/*Drag',
'filepath': 'Source/platform/clipboard',
'filepath': 'Source/web/*Drag',
'filepath': 'public/platform/*Drag',
'filepath': 'public/web/*Drag',
},
'css': {
'filepath': 'Source/core/css',
},
'custom_elements': {
'filepath': 'Source/core/dom/CustomElement' \
'|Source/bindings/v8/.*CustomElement',
},
'devtools': {
'filepath': 'inspector|DevTools|devtools',
},
'dom': {
'filepath': 'Source/core/dom/'
},
'events': {
'filepath': 'Source/core/page/.*Event' \
'|Source/core/dom/.*Event' \
'|Source/core/css/.*Event' \
'|Source/platform/.*Event'
},
'fetch': {
'filepath': 'Source/core/fetch',
},
'filters': {
'filepath': 'Source/platform/graphics/filters' \
'|Source/core/svg/graphics/filters'
},
'heap': {
'filepath': 'Source/heap' \
'|Source/platform/heap',
},
'html': {
'filepath': 'Source/core/html/'
},
'loader': {
'filepath': 'Source/core/loader',
},
'owners': {
'filepath': 'OWNERS',
},
'public_api': {
'filepath': 'public'
},
'serviceworkers' : {
'filepath': 'Source/modules/serviceworkers' \
'|LayoutTests/http/tests/serviceworker'
},
'spellcheck' : {
'filepath': 'Source/core/editing/Editor' \
'|Source/core/editing/Spell' \
'|Source/core/editing/TextCheckingHelper' \
'|Source/platform/text/TextCheck' \
'|Source/web/EditorClientImpl' \
'|LayoutTests/editing/spelling' \
'|public/web/WebSpellCheckClient.h',
},
'workers': {
'filepath': 'Source/core/workers',
},
'wtf': {
'filepath': 'Source/wtf',
},
'platform_graphics': {
'filepath': 'Source/platform/fonts' \
'|Source/platform/geometry' \
'|Source/platform/graphics'
},
'platform': {
'filepath': 'Source/platform'
},
'svg': {
'filepath': 'Source/core/svg|Source/core/rendering/svg',
},
'indexed_db': {
'filepath': 'Source/modules/indexeddb/' \
'|Source/web/.*IDB' \
'|LayoutTests/storage/indexeddb' \
'|public/platform/.*IDB'
},
'rendering': {
'filepath': 'Source/core/rendering'
},
'compositing': {
'filepath': 'Source/core/rendering/compositing'
},
'layers': {
'filepath': 'Source/core/page/scrolling/ScrollingCoordinator' \
'|Source/platform/graphics/GraphicsLayer' \
'|Source/core/rendering/RenderLayer'
},
"content_security_policy": {
'filepath': 'Source/core/page/.*SecurityPolicy' \
'|Source/core/dom/SecurityPolicyViolationEvent' \
'|LayoutTests/http/tests/security/contentSecurityPolicy'
},
"prerender": {
'filepath': 'Prerender' \
'|loader/LinkLoader' \
'|html/HTMLLinkElement'
},
'track': {
'filepath': 'Source/core/html/track/' \
'|Source/core/loader/TextTrack' \
'|Source/core/html/HTMLMediaElement' \
'|Source/core/html/HTMLTrackElement' \
'|Source/core/html/shadow/MediaControl' \
'|Source/core/css/mediaControl' \
'|LayoutTests/media/track/'
},
'media': {
'filepath': 'Source/core/css/mediaControls' \
'|Source/core/html/.*(Audio|Media|Video)' \
'|Source/core/html/shadow/MediaControl' \
'|Source/core/rendering/RenderMedia' \
'|Source/modules/(encryptedmedia|mediasource)' \
'|Source/platform/drm/' \
'|Source/platform/graphics/media/' \
'|Source/web/.*Media' \
'|LayoutTests/media/' \
'|public/.*Media'
},
'media_queries': {
'filepath': 'Source/core/css/CSSMediaRule' \
'|Source/core/css/MediaList' \
'|Source/core/css/MediaQuery' \
'|Source/core/css/parser/MediaQuery'
},
'navigator_content_utils': {
'filepath': 'Source/modules/navigatorcontentutils' \
'|LayoutTests/fast/dom/navigatorcontentutils'
},
'fileapi': {
'filepath': 'Source/modules/filesystem/' \
'|Source/core/fileapi/' \
'|Source/platform/.*File' \
'|Source/web/.*File' \
'|LayoutTests/fast/file' \
'|public/.*File'
},
'quota': {
'filepath': 'Source/modules/quota/' \
'|Source/web/.*Quota' \
'|public/.*Quota'
},
'viewport_interaction': {
'filepath': 'Source/core/css/.*Viewport' \
'|Source/core/dom/ViewportArguments' \
'|Source/core/html/HTMLMetaElement' \
'|Source/core/page/FrameView' \
'|Source/core/page/scrolling'
},
'css_regions': {
'filepath': 'Source/core/rendering/.*(Region|FlowThread)' \
'|Source/core/dom/NodeRendering' \
'|Source/core/dom/.*NamedFlow' \
'|Source/core/css/.*Region' \
'|LayoutTests/compositing/regions/' \
'|LayoutTests/fast/regions/' \
'|LayoutTests/platform/chromium.*/fast/regions/'
},
'web_idl': {
'filepath': 'Source/core/.*\.idl'
},
'webcomponents': {
'filepath': 'Source/core/dom/shadow/' \
'|Source/core/dom/custom/' \
'|Source/core/html/imports/' \
'|Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
'|Source/bindings/v8/CustomElementHelpers'
},
'mediastream': {
'filepath': 'Source/modules/mediastream/' \
'|Source/platform/mediastream/' \
'|Source/platform/exported/WebMediaStream' \
'|Source/platform/exported/WebRTC' \
'|LayoutTests/fast/mediastream/'
},
'geolocation': {
'filepath': 'LayoutTests/fast/dom/Geolocation/' \
'|Source/modules/geolocation/' \
'|Source/web/.*Geolocation' \
'|public/web/.*Geolocation'
},
'vibration': {
'filepath': 'LayoutTests/vibration/' \
'|Source/modules/vibration/'
},
'device_orientation': {
'filepath': 'Source/modules/device_orientation/' \
'|LayoutTests/fast/dom/DeviceMotion/' \
'|LayoutTests/fast/dom/DeviceOrientation/'
},
'activity_logger': {
'filepath': 'public/web/WebDOMActivityLogger.h' \
'|Source/bindings/scripts/code_generator_v8.pm' \
'|Source/web/WebDOMActivityLogger.cpp'
},
'webp': {
'filepath': 'Source/platform/image-decoders/webp' \
'|Source/platform/image-encoders/skia/WEBP'
},
'css_grid_layout': {
'filepath': 'Source/core/rendering/.*Grid' \
'|Source/core/css/.*Grid' \
'|LayoutTests/fast/css-grid-layout/' \
'|LayoutTests/ietestcenter/css3/grid/' \
'|LayoutTests/platform/.*/fast/css-grid-layout/' \
'|LayoutTests/platform/.*/ietestcenter/css3/grid/'
},
'fragment_layout': {
'filepath': 'Source/core/rendering/.*(FlowThread|MultiCol|Region)' \
'|Source/core/rendering/ColumnInfo' \
'|LayoutTests/.*/multicol/' \
'|LayoutTests/.*/regions/'
},
'table_layout': {
'filepath': 'Source/core/rendering/.*Table'
},
'battery_status': {
'filepath': 'Source/modules/battery/' \
'|LayoutTests/battery-status/'
},
},
'WATCHLISTS': {
'accessibility':['[email protected]',
'[email protected]'],
'animations': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'audio': ['[email protected]'],
'devtools': [ '[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]' ],
'bidi': [ '[email protected]' ],
'bindings': [ '[email protected]',
'[email protected]',
'[email protected]' ],
'canvas': [ '[email protected]', '[email protected]' ],
'clipboard': [ '[email protected]', ],
'custom_elements': [ '[email protected]', '[email protected]' ],
'fetch': [ '[email protected]', '[email protected]' ],
'layers': [ '[email protected]' ],
'loader': [ '[email protected]', '[email protected]' ],
'owners': [ '[email protected]'],
'test_runner': [ '[email protected]' ],
'platform_graphics': [ '[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]' ],
'svg': [ '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]' ],
'css': [ '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]' ],
'dom': [ '[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]' ],
'events': [ '[email protected]', '[email protected]', '[email protected]' ],
'heap': [ '[email protected]', '[email protected]', '[email protected]' ],
'html': [ '[email protected]', '[email protected]' ],
'public_api': [ '[email protected]', '[email protected]', '[email protected]' ],
'workers': [ '[email protected]',
'[email protected]',
'[email protected]' ],
'wtf': [ '[email protected]',
'[email protected]',
'[email protected]' ],
'indexed_db': ['[email protected]','[email protected]',
'[email protected]', '[email protected]',
'[email protected]'],
'rendering': [ '[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]' ],
'compositing': [ '[email protected]' ],
'content_security_policy': [ '[email protected]' ],
'prerender': [ '[email protected]' ],
'track': [ '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]' ],
'media': [ '[email protected]', '[email protected]', '[email protected]' ],
'media_queries': [ '[email protected]',
'[email protected]' ],
'fileapi': [ '[email protected]',
'[email protected]',
'[email protected]' ],
'quota': [ '[email protected]',
'[email protected]',
'[email protected]' ],
'viewport_interaction': [ '[email protected]' ],
'css_regions': [ '[email protected]' ],
'web_idl': [ '[email protected]', '[email protected]', '[email protected]' ],
'webcomponents': [ '[email protected]', '[email protected]' ],
'mediastream': [ '[email protected]' ],
'navigator_content_utils': [ '[email protected]' ],
'geolocation': [ '[email protected]', '[email protected]' ],
'vibration': [ '[email protected]' ],
'serviceworkers': [ '[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]' ],
'spellcheck' : [ '[email protected]' ],
'device_orientation': [ '[email protected]', '[email protected]', '[email protected]' ],
'activity_logger': [ '[email protected]' ],
'webp': [ '[email protected]',
'[email protected]',
'[email protected]',
'[email protected]' ],
'css_grid_layout': [ '[email protected]', '[email protected]', '[email protected]' ],
'fragment_layout': [ '[email protected]' ],
'table_layout': [ '[email protected]' ],
'battery_status': [ '[email protected]' ],
},
}