summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/WATCHLISTS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/WATCHLISTS')
-rw-r--r--chromium/third_party/WebKit/WATCHLISTS191
1 files changed, 145 insertions, 46 deletions
diff --git a/chromium/third_party/WebKit/WATCHLISTS b/chromium/third_party/WebKit/WATCHLISTS
index 368c7594203..dd12f5aa4f0 100644
--- a/chromium/third_party/WebKit/WATCHLISTS
+++ b/chromium/third_party/WebKit/WATCHLISTS
@@ -34,6 +34,15 @@
'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',
},
@@ -53,8 +62,16 @@
'|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',
+ 'filepath': 'Source/heap' \
+ '|Source/platform/heap',
},
'html': {
'filepath': 'Source/core/html/'
@@ -68,6 +85,10 @@
'public_api': {
'filepath': 'public'
},
+ 'serviceworkers' : {
+ 'filepath': 'Source/modules/serviceworkers' \
+ '|LayoutTests/http/tests/serviceworker'
+ },
'spellcheck' : {
'filepath': 'Source/core/editing/Editor' \
'|Source/core/editing/Spell' \
@@ -77,6 +98,9 @@
'|LayoutTests/editing/spelling' \
'|public/web/WebSpellCheckClient.h',
},
+ 'workers': {
+ 'filepath': 'Source/core/workers',
+ },
'wtf': {
'filepath': 'Source/wtf',
},
@@ -86,8 +110,7 @@
'|Source/platform/graphics'
},
'platform': {
- 'filepath': 'Source/core/platform' \
- '|Source/platform'
+ 'filepath': 'Source/platform'
},
'svg': {
'filepath': 'Source/core/svg|Source/core/rendering/svg',
@@ -101,6 +124,9 @@
'rendering': {
'filepath': 'Source/core/rendering'
},
+ 'compositing': {
+ 'filepath': 'Source/core/rendering/compositing'
+ },
'layers': {
'filepath': 'Source/core/page/scrolling/ScrollingCoordinator' \
'|Source/platform/graphics/GraphicsLayer' \
@@ -140,7 +166,16 @@
'media_queries': {
'filepath': 'Source/core/css/CSSMediaRule' \
'|Source/core/css/MediaList' \
- '|Source/core/css/MediaQuery'
+ '|Source/core/css/MediaQuery' \
+ '|Source/core/css/parser/MediaQuery'
+ },
+ 'navigator_content_utils': {
+ 'filepath': 'Source/modules/navigatorcontentutils' \
+ '|LayoutTests/fast/dom/navigatorcontentutils'
+ },
+ 'out_of_process_frames': {
+ 'filepath': 'Source/core/frame/FrameOwner' \
+ '|Source/web/WebRemoteFrameImpl' \
},
'fileapi': {
'filepath': 'Source/modules/filesystem/' \
@@ -176,24 +211,27 @@
},
'webcomponents': {
'filepath': 'Source/core/dom/shadow/' \
- '|Source/core/dom/CustomElement' \
+ '|Source/core/dom/custom/' \
+ '|Source/core/html/imports/' \
'|Source/bindings/v8/custom/V8CustomElementConstructorCustom' \
'|Source/bindings/v8/CustomElementHelpers'
},
'mediastream': {
- 'filepath': 'Source/core/platform/mediastream/' \
+ 'filepath': 'Source/modules/mediastream/' \
'|Source/platform/mediastream/' \
- '|Source/modules/mediastream/' \
- '|LayoutTests/fast/mediastream/' \
- '|Source/core/platform/chromium/support/'
+ '|Source/platform/exported/WebMediaStream' \
+ '|Source/platform/exported/WebRTC' \
+ '|LayoutTests/fast/mediastream/'
},
'geolocation': {
- 'filepath': 'Source/modules/geolocation/' \
- '|LayoutTests/fast/dom/Geolocation/'
+ 'filepath': 'LayoutTests/fast/dom/Geolocation/' \
+ '|Source/modules/geolocation/' \
+ '|Source/web/.*Geolocation' \
+ '|public/web/.*Geolocation'
},
'vibration': {
- 'filepath': 'Source/modules/vibration/' \
- '|LayoutTests/fast/dom/navigator-vibration'
+ 'filepath': 'LayoutTests/vibration/' \
+ '|Source/modules/vibration/'
},
'device_orientation': {
'filepath': 'Source/modules/device_orientation/' \
@@ -205,13 +243,43 @@
'|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/'
+ },
+ 'css_flexbox': {
+ 'filepath': 'Source/core/rendering/.*Flex' \
+ '|LayoutTests/fast/flexbox/' \
+ '|LayoutTests/css3/flexbox/' \
+ '|LayoutTests/ietestcenter/css3/flexbox/'
+ },
+ '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':['dmazzoni@chromium.org',
'aboxhall@chromium.org'],
- 'animations': ['alancutter@chromium.org',
- 'alexis.menard@intel.com',
+ 'animations': ['alexis.menard@intel.com',
'dstockwell@chromium.org',
'ericwilligers@chromium.org',
'mikelawther@chromium.org',
@@ -219,11 +287,10 @@
'shans@chromium.org',
'steveblock@chromium.org',
'timloh@chromium.org',
- 'dino@apple.com'],
+ 'blink-reviews-animation@chromium.org'],
'audio': ['rtoy@chromium.org'],
'devtools': [ 'pfeldman+blink@chromium.org',
'aandrey+blink@chromium.org',
- 'alph+blink@chromium.org',
'apavlov+blink@chromium.org',
'loislo+blink@chromium.org',
'lushnikov+blink@chromium.org',
@@ -232,21 +299,17 @@
'eustas+blink@chromium.org',
'caseq+blink@chromium.org',
'paulirish+reviews@chromium.org',
+ 'malch+blink@chromium.org',
+ 'sergeyv+blink@chromium.org',
'devtools-reviews@chromium.org' ],
'bidi': [ 'leviw+bidiwatch@chromium.org' ],
'bindings': [ 'abarth@chromium.org',
- 'adamk+blink@chromium.org',
'arv+blink@chromium.org',
- 'ch.dumez@samsung.com',
- 'haraken@chromium.org',
- 'japhet@chromium.org',
- 'jsbell+bindings@chromium.org',
- 'kojih@chromium.org',
- 'marja+watch@chromium.org',
- 'nbarth@chromium.org',
- 'sigbjornf@opera.com' ],
+ 'blink-reviews-bindings@chromium.org' ],
'canvas': [ 'cabanier@adobe.com', 'aandrey+blink@chromium.org' ],
+ 'clipboard': [ 'dcheng@chromium.org', ],
'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chromium.org' ],
+ 'fetch': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ],
'layers': [ 'blink-layers+watch@chromium.org' ],
'loader': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ],
'owners': [ 'abarth@chromium.org'],
@@ -256,40 +319,76 @@
'danakj@chromium.org',
'pdr@chromium.org',
'cabanier@adobe.com',
- 'dsinclair@chromium.org',
'dschulze@chromium.org',
'rob.buis@samsung.com',
'jbroman@chromium.org' ],
- 'svg': [ 'schenney@chromium.org', 'pdr@google.com', 'fmalita@chromium.org', 'dschulze@chromium.org', 'rob.buis@samsung.com' ],
- 'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+blink@chromium.org' ],
- 'dom': [ 'adamk+blink@chromium.org', 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org', 'sigbjornf@opera.com' ],
- 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org' ],
- 'heap': [ 'ager@chromium.org', 'haraken@chromium.org' ],
- 'html': [ 'adamk+blink@chromium.org', 'dglazkov+blink@chromium.org' ],
+ 'svg': [ 'schenney@chromium.org', 'pdr@chromium.org', 'fmalita@chromium.org', 'dschulze@chromium.org', 'rob.buis@samsung.com', 'fs@opera.com', 'ed+blinkwatch@opera.com', 'gyuyoung.kim@webkit.org', 'kouhei+svg@chromium.org' ],
+ 'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+blink@chromium.org', 'ed+blinkwatch@opera.com', 'rune+blink@opera.com', 'rob.buis@samsung.com', 'blink-reviews-css@chromium.org' ],
+ 'dom': [ 'eae+blinkwatch@chromium.org',
+ 'dglazkov+blink@chromium.org',
+ 'sigbjornf@opera.com',
+ 'rob.buis@samsung.com',
+ 'blink-reviews-dom@chromium.org' ],
+ 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org', 'blink-reviews-events@chromium.org' ],
+ 'heap': [ 'ager@chromium.org', 'haraken@chromium.org', 'kouhei+heap@chromium.org' ],
+ 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ],
'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blink@chromium.org' ],
+ 'workers': [ 'kinuko+worker@chromium.org',
+ 'horo+watch@chromium.org',
+ 'falken@chromium.org' ],
'wtf': [ 'abarth@chromium.org',
- 'adamk+blink@chromium.org',
- 'loislo+blink@chromium.org',
- 'yurys+blink@chromium.org' ],
+ 'mikhail.pozdnyakov@intel.com',
+ 'blink-reviews-wtf@chromium.org' ],
'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org',
- 'jsbell@chromium.org', 'cmumford@chromium.org'],
- 'rendering': [ 'eae+blinkwatch@chromium.org', 'jchaffraix+rendering@chromium.org', 'leviw+renderwatch@chromium.org', 'zoltan@webkit.org', 'bemjb+rendering@chromium.org' ],
+ 'jsbell+idb@chromium.org', 'cmumford@chromium.org',
+ 'ericu+idb@chromium.org'],
+ 'rendering': [ 'pdr@chromium.org',
+ 'eae+blinkwatch@chromium.org',
+ 'jchaffraix+rendering@chromium.org',
+ 'leviw+renderwatch@chromium.org',
+ 'zoltan@webkit.org',
+ 'rune+blink@opera.com',
+ 'blink-reviews-rendering@chromium.org' ],
+ 'compositing': [ 'abarth@chromium.org' ],
'content_security_policy': [ 'mkwst+watchlist@chromium.org' ],
'prerender': [ 'gavinp+prerender@chromium.org' ],
- 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.com', 'glenn@chromium.org' ],
- 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com' ],
- 'media_queries': [ 'kenneth.christiansen@gmail.com' ],
- 'fileapi': [ 'kinuko@chromium.org' ],
- 'quota': [ 'kinuko@chromium.org' ],
+ 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ],
+ 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.carlson@apple.com' ],
+ 'media_queries': [ 'kenneth.christiansen@gmail.com',
+ 'yoav@yoav.ws' ],
+ 'fileapi': [ 'kinuko+fileapi@chromium.org',
+ 'tzik@chromium.org',
+ 'nhiroki@chromium.org' ],
+ 'quota': [ 'kinuko+fileapi@chromium.org',
+ 'tzik@chromium.org',
+ 'nhiroki@chromium.org' ],
'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ],
'css_regions': [ 'ChromiumBugTracker@adobe.com' ],
'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com', 'watchdog-blink-watchlist@google.com' ],
'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@chromium.org' ],
'mediastream': [ 'tommyw+watchlist@chromium.org' ],
- 'geolocation': [ 'mvanouwerkerk@chromium.org' ],
- 'vibration': [ 'mvanouwerkerk@chromium.org' ],
+ 'navigator_content_utils': [ 'gyuyoung.kim@webkit.org' ],
+ 'geolocation': [ 'mvanouwerkerk+watch@chromium.org', 'timvolodine@chromium.org' ],
+ 'vibration': [ 'mvanouwerkerk+watch@chromium.org' ],
+ 'serviceworkers': [ 'alecflett+watch@chromium.org',
+ 'jsbell+serviceworker@chromium.org',
+ 'kinuko+serviceworker@chromium.org',
+ 'tzik@chromium.org',
+ 'nhiroki@chromium.org',
+ 'horo+watch@chromium.org',
+ 'falken@chromium.org',
+ 'michaeln@chromium.org',
+ 'serviceworker-reviews@chromium.org' ],
'spellcheck' : [ 'groby+blinkspell@chromium.org' ],
- 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk@chromium.org' ],
+ 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk+watch@chromium.org', 'ch.dumez@samsung.com' ],
'activity_logger': [ 'watchdog-blink-watchlist@google.com' ],
+ 'webp': [ 'urvang@google.com',
+ 'jzern@chromium.org',
+ 'skal@google.com',
+ 'vikasa@google.com' ],
+ 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@igalia.com' ],
+ 'css_flexbox': [ 'cbiesinger@chromium.org' ],
+ 'battery_status': [ 'timvolodine@chromium.org' ],
+ 'out_of_process_frames': [ 'dcheng@chromium.org' ],
},
}