| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 # IMPORTANT: The regular expression filepath is tested against each path using | 8 # IMPORTANT: The regular expression filepath is tested against each path using |
| 9 # re.search, so it is not usually necessary to add .*. | 9 # re.search, so it is not usually necessary to add .*. |
| 10 | 10 |
| 11 { | 11 { |
| 12 'WATCHLIST_DEFINITIONS': { | 12 'WATCHLIST_DEFINITIONS': { |
| 13 'accessibility': { | 13 'accessibility': { |
| 14 'filepath': 'accessibility' \ | 14 'filepath': 'accessibility' \ |
| 15 '|AXObjectCache' \ | 15 '|AXObjectCache' \ |
| 16 '|WebAX' | 16 '|WebAX' |
| 17 }, | 17 }, |
| 18 'animation': { | 18 'animation': { |
| 19 'filepath': '[Aa]nimat|[Tt]ransition', | 19 'filepath': '[Aa]nimat|[Tt]ransition', |
| 20 }, | 20 }, |
| 21 'app_banner': { | 21 'app_banner': { |
| 22 'filepath': 'Source/modules/app_banner' \ | 22 'filepath': 'Source/modules/app_banner' \ |
| 23 '|public/platform/modules/app_banner', | 23 '|public/platform/modules/app_banner', |
| 24 }, | 24 }, |
| 25 'audio': { | 25 'audio': { |
| 26 'filepath': 'Source/platform/audio' \ | 26 'filepath': 'Source/platform/audio' \ |
| 27 '|Source/modules/webaudio', | 27 '|Source/modules/webaudio', |
| 28 }, | 28 }, |
| 29 'battery_status': { |
| 30 'filepath': 'Source/modules/battery/' \ |
| 31 '|LayoutTests/battery-status/' \ |
| 32 '|Source/core/frame/PlatformEvent(Controller|Dispatcher)' |
| 33 }, |
| 29 'bidi': { | 34 'bidi': { |
| 30 'filepath': 'Source/platform/text/.*Bidi' \ | 35 'filepath': 'Source/platform/text/.*Bidi' \ |
| 31 '|Source/core/rendering/.*Bidi', | 36 '|Source/core/rendering/.*Bidi', |
| 32 }, | 37 }, |
| 33 'bindings': { | 38 'bindings': { |
| 34 'filepath': 'Source/bindings', | 39 'filepath': 'Source/bindings', |
| 35 }, | 40 }, |
| 36 'bluetooth': { | 41 'bluetooth': { |
| 37 'filepath': '[Bb]luetooth' | 42 'filepath': '[Bb]luetooth' |
| 38 }, | 43 }, |
| 39 'test_runner': { | |
| 40 'filepath': 'Tools/DumpRenderTree/chromium/TestRunner', | |
| 41 }, | |
| 42 'canvas': { | 44 'canvas': { |
| 43 'filepath': 'Source/core/html/canvas/' | 45 'filepath': 'Source/core/html/canvas/' |
| 44 }, | 46 }, |
| 45 'clipboard': { | 47 'clipboard': { |
| 46 'filepath': 'Source/core/clipboard' \ | 48 'filepath': 'Source/core/clipboard' \ |
| 47 '|Source/core/page/.*Drag' \ | 49 '|Source/core/page/.*Drag' \ |
| 48 '|Source/platform/.*Drag' \ | 50 '|Source/platform/.*Drag' \ |
| 49 '|Source/platform/clipboard' \ | 51 '|Source/platform/clipboard' \ |
| 50 '|Source/web/.*Drag' \ | 52 '|Source/web/.*Drag' \ |
| 51 '|public/platform/.*Drag' \ | 53 '|public/platform/.*Drag' \ |
| 52 '|public/web/.*Drag', | 54 '|public/web/.*Drag', |
| 53 }, | 55 }, |
| 56 'compositing': { |
| 57 'filepath': 'Source/core/layout/compositing' |
| 58 }, |
| 59 "content_security_policy": { |
| 60 'filepath': 'Source/core/frame/csp' \ |
| 61 '|Source/core/events/SecurityPolicyViolationEvent' \ |
| 62 '|LayoutTests/http/tests/security/contentSecurityPolicy' |
| 63 }, |
| 54 'css': { | 64 'css': { |
| 55 'filepath': 'Source/core/css', | 65 'filepath': 'Source/core/css', |
| 56 }, | 66 }, |
| 67 'css_grid_layout': { |
| 68 'filepath': 'Source/core/layout/.*Grid' \ |
| 69 '|Source/core/paint/.*Grid' \ |
| 70 '|Source/core/css/.*Grid' \ |
| 71 '|LayoutTests/fast/css-grid-layout/' \ |
| 72 '|LayoutTests/ietestcenter/css3/grid/' \ |
| 73 '|LayoutTests/platform/.*/fast/css-grid-layout/' \ |
| 74 '|LayoutTests/platform/.*/ietestcenter/css3/grid/' |
| 75 }, |
| 76 'css_flexbox': { |
| 77 'filepath': 'Source/core/rendering/.*Flex' \ |
| 78 '|LayoutTests/fast/flexbox/' \ |
| 79 '|LayoutTests/css3/flexbox/' \ |
| 80 '|LayoutTests/ietestcenter/css3/flexbox/' |
| 81 }, |
| 82 'css_fragmentation_tests': { |
| 83 'filepath': 'LayoutTests/fast/multicol/' \ |
| 84 '|LayoutTests/fast/pagination/' |
| 85 }, |
| 86 'css_regions': { |
| 87 'filepath': 'Source/core/rendering/.*(Region|FlowThread)' \ |
| 88 '|Source/core/dom/NodeRendering' \ |
| 89 '|Source/core/dom/.*NamedFlow' \ |
| 90 '|Source/core/css/.*Region' \ |
| 91 '|LayoutTests/compositing/regions/' \ |
| 92 '|LayoutTests/fast/regions/' \ |
| 93 '|LayoutTests/platform/chromium.*/fast/regions/' |
| 94 }, |
| 57 'custom_elements': { | 95 'custom_elements': { |
| 58 'filepath': 'Source/core/dom/CustomElement' \ | 96 'filepath': 'Source/core/dom/CustomElement' \ |
| 59 '|Source/bindings/v8/.*CustomElement', | 97 '|Source/bindings/v8/.*CustomElement', |
| 60 }, | 98 }, |
| 99 'device_light': { |
| 100 'filepath': 'Source/modules/device_light/' \ |
| 101 '|LayoutTests/fast/dom/DeviceLight/' |
| 102 }, |
| 103 'device_orientation': { |
| 104 'filepath': 'Source/modules/device_orientation/' \ |
| 105 '|LayoutTests/fast/dom/DeviceMotion/' \ |
| 106 '|LayoutTests/fast/dom/DeviceOrientation/' \ |
| 107 '|Source/core/frame/PlatformEvent(Controller|Dispatcher)' \ |
| 108 '|Source/core/frame/DeviceSingleWindowEventController' |
| 109 }, |
| 61 'devtools': { | 110 'devtools': { |
| 62 'filepath': 'inspector|DevTools|devtools', | 111 'filepath': 'inspector|DevTools|devtools', |
| 63 }, | 112 }, |
| 64 'dom': { | 113 'dom': { |
| 65 'filepath': 'Source/core/dom/' | 114 'filepath': 'Source/core/dom/' |
| 66 }, | 115 }, |
| 67 'events': { | 116 'events': { |
| 68 'filepath': 'Source/core/page/.*Event' \ | 117 'filepath': 'Source/core/page/.*Event' \ |
| 69 '|Source/core/dom/.*Event' \ | 118 '|Source/core/dom/.*Event' \ |
| 70 '|Source/core/css/.*Event' \ | 119 '|Source/core/css/.*Event' \ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'preloadScanner': { | 153 'preloadScanner': { |
| 105 'filepath': 'Source/core/html/parser/HTMLPreloadScanner', | 154 'filepath': 'Source/core/html/parser/HTMLPreloadScanner', |
| 106 }, | 155 }, |
| 107 'public_api': { | 156 'public_api': { |
| 108 'filepath': 'public' | 157 'filepath': 'public' |
| 109 }, | 158 }, |
| 110 'push_messaging': { | 159 'push_messaging': { |
| 111 'filepath': 'Source/modules/push_messaging' \ | 160 'filepath': 'Source/modules/push_messaging' \ |
| 112 '|public/platform/modules/push_messaging' | 161 '|public/platform/modules/push_messaging' |
| 113 }, | 162 }, |
| 114 'scheduler': { | |
| 115 'filepath': 'Source/platform/scheduler' \ | |
| 116 '|Source/core/html/parser/.*Scheduler' | |
| 117 }, | |
| 118 'serviceworkers' : { | |
| 119 'filepath': 'Source/modules/serviceworkers' \ | |
| 120 '|LayoutTests/http/tests/serviceworker' | |
| 121 }, | |
| 122 'serviceworkers_tests' : { | |
| 123 'filepath': 'LayoutTests/http/tests/serviceworker' | |
| 124 }, | |
| 125 'sheriff_o_matic' : { | |
| 126 'filepath': 'Tools/GardeningServer' | |
| 127 }, | |
| 128 'spellcheck' : { | |
| 129 'filepath': 'Source/core/editing/Editor' \ | |
| 130 '|Source/core/editing/Spell' \ | |
| 131 '|Source/core/editing/TextCheckingHelper' \ | |
| 132 '|Source/platform/text/TextCheck' \ | |
| 133 '|Source/web/EditorClientImpl' \ | |
| 134 '|LayoutTests/editing/spelling' \ | |
| 135 '|public/web/WebSpellCheckClient.h', | |
| 136 }, | |
| 137 'style': { | |
| 138 'filepath': 'style/|Style', | |
| 139 }, | |
| 140 'workers': { | |
| 141 'filepath': 'Source/core/workers', | |
| 142 }, | |
| 143 'wtf': { | |
| 144 'filepath': 'Source/wtf', | |
| 145 }, | |
| 146 'platform_graphics': { | 163 'platform_graphics': { |
| 147 'filepath': 'Source/platform/fonts' \ | 164 'filepath': 'Source/platform/fonts' \ |
| 148 '|Source/platform/geometry' \ | 165 '|Source/platform/geometry' \ |
| 149 '|Source/platform/graphics' | 166 '|Source/platform/graphics' |
| 150 }, | 167 }, |
| 151 'platform': { | 168 'platform': { |
| 152 'filepath': 'Source/platform' | 169 'filepath': 'Source/platform' |
| 153 }, | 170 }, |
| 154 'svg': { | |
| 155 'filepath': 'Source/core/svg|Source/core/layout/svg', | |
| 156 }, | |
| 157 'indexed_db': { | 171 'indexed_db': { |
| 158 'filepath': 'Source/modules/indexeddb/' \ | 172 'filepath': 'Source/modules/indexeddb/' \ |
| 159 '|Source/web/.*IDB' \ | 173 '|Source/web/.*IDB' \ |
| 160 '|LayoutTests/storage/indexeddb' \ | 174 '|LayoutTests/storage/indexeddb' \ |
| 161 '|public/platform/.*IDB' | 175 '|public/platform/.*IDB' |
| 162 }, | 176 }, |
| 163 'layout': { | 177 'layout': { |
| 164 'filepath': 'Source/core/layout' \ | 178 'filepath': 'Source/core/layout' \ |
| 165 '|Source/core/rendering' | 179 '|Source/core/rendering' |
| 166 }, | 180 }, |
| 167 'compositing': { | |
| 168 'filepath': 'Source/core/layout/compositing' | |
| 169 }, | |
| 170 'layers': { | 181 'layers': { |
| 171 'filepath': 'Source/core/page/scrolling/ScrollingCoordinator' \ | 182 'filepath': 'Source/core/page/scrolling/ScrollingCoordinator' \ |
| 172 '|Source/platform/graphics/GraphicsLayer' \ | 183 '|Source/platform/graphics/GraphicsLayer' \ |
| 173 '|Source/core/layout/Layer' | 184 '|Source/core/layout/Layer' |
| 174 }, | 185 }, |
| 175 "content_security_policy": { | |
| 176 'filepath': 'Source/core/frame/csp' \ | |
| 177 '|Source/core/events/SecurityPolicyViolationEvent' \ | |
| 178 '|LayoutTests/http/tests/security/contentSecurityPolicy' | |
| 179 }, | |
| 180 "prerender": { | 186 "prerender": { |
| 181 'filepath': 'Prerender' \ | 187 'filepath': 'Prerender' \ |
| 182 '|loader/LinkLoader' \ | 188 '|loader/LinkLoader' \ |
| 183 '|html/HTMLLinkElement' | 189 '|html/HTMLLinkElement' |
| 184 }, | 190 }, |
| 185 "client_hints": { | 191 "client_hints": { |
| 186 'filepath': 'Source/core/loader/AcceptClientHints*' \ | 192 'filepath': 'Source/core/loader/AcceptClientHints*' \ |
| 187 '|Source/core/loader/FrameFetchContext*' \ | 193 '|Source/core/loader/FrameFetchContext*' \ |
| 188 '|Source/core/fetch/FetchContext*' \ | 194 '|Source/core/fetch/FetchContext*' \ |
| 189 '|Source/core/fetch/ImageResource*' \ | 195 '|Source/core/fetch/ImageResource*' \ |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 '|Source/platform/.*File' \ | 241 '|Source/platform/.*File' \ |
| 236 '|Source/web/.*File' \ | 242 '|Source/web/.*File' \ |
| 237 '|LayoutTests/fast/file' \ | 243 '|LayoutTests/fast/file' \ |
| 238 '|public/.*File' | 244 '|public/.*File' |
| 239 }, | 245 }, |
| 240 'quota': { | 246 'quota': { |
| 241 'filepath': 'Source/modules/quota/' \ | 247 'filepath': 'Source/modules/quota/' \ |
| 242 '|Source/web/.*Quota' \ | 248 '|Source/web/.*Quota' \ |
| 243 '|public/.*Quota' | 249 '|public/.*Quota' |
| 244 }, | 250 }, |
| 245 'viewport_interaction': { | |
| 246 'filepath': 'Source/core/css/.*Viewport' \ | |
| 247 '|Source/core/dom/ViewportArguments' \ | |
| 248 '|Source/core/html/HTMLMetaElement' \ | |
| 249 '|Source/core/page/FrameView' \ | |
| 250 '|Source/core/page/scrolling' | |
| 251 }, | |
| 252 'css_regions': { | |
| 253 'filepath': 'Source/core/rendering/.*(Region|FlowThread)' \ | |
| 254 '|Source/core/dom/NodeRendering' \ | |
| 255 '|Source/core/dom/.*NamedFlow' \ | |
| 256 '|Source/core/css/.*Region' \ | |
| 257 '|LayoutTests/compositing/regions/' \ | |
| 258 '|LayoutTests/fast/regions/' \ | |
| 259 '|LayoutTests/platform/chromium.*/fast/regions/' | |
| 260 }, | |
| 261 'web_idl': { | |
| 262 'filepath': 'Source/core/.*\.idl' | |
| 263 }, | |
| 264 'webcomponents': { | |
| 265 'filepath': 'Source/core/dom/shadow/' \ | |
| 266 '|Source/core/dom/custom/' \ | |
| 267 '|Source/core/html/imports/' \ | |
| 268 '|Source/bindings/v8/custom/V8CustomElementConstructorCustom'
\ | |
| 269 '|Source/bindings/v8/CustomElementHelpers' | |
| 270 }, | |
| 271 'mediastream': { | 251 'mediastream': { |
| 272 'filepath': 'Source/modules/mediastream/' \ | 252 'filepath': 'Source/modules/mediastream/' \ |
| 273 '|Source/platform/mediastream/' \ | 253 '|Source/platform/mediastream/' \ |
| 274 '|Source/platform/exported/WebMediaStream' \ | 254 '|Source/platform/exported/WebMediaStream' \ |
| 275 '|Source/platform/exported/WebRTC' \ | 255 '|Source/platform/exported/WebRTC' \ |
| 276 '|LayoutTests/fast/mediastream/' | 256 '|LayoutTests/fast/mediastream/' |
| 277 }, | 257 }, |
| 278 'geolocation': { | 258 'geolocation': { |
| 279 'filepath': 'LayoutTests/fast/dom/Geolocation/' \ | 259 'filepath': 'LayoutTests/fast/dom/Geolocation/' \ |
| 280 '|Source/modules/geolocation/' \ | 260 '|Source/modules/geolocation/' \ |
| 281 '|Source/web/.*Geolocation' \ | 261 '|Source/web/.*Geolocation' \ |
| 282 '|public/web/.*Geolocation' | 262 '|public/web/.*Geolocation' |
| 283 }, | 263 }, |
| 264 'screen_orientation': { |
| 265 'filepath': 'Source/modules/screen_orientation/' \ |
| 266 '|public/platform/modules/screen_orientation', |
| 267 }, |
| 268 'scheduler': { |
| 269 'filepath': 'Source/platform/scheduler' \ |
| 270 '|Source/core/html/parser/.*Scheduler' |
| 271 }, |
| 272 'serviceworkers' : { |
| 273 'filepath': 'Source/modules/serviceworkers' \ |
| 274 '|LayoutTests/http/tests/serviceworker' |
| 275 }, |
| 276 'serviceworkers_tests' : { |
| 277 'filepath': 'LayoutTests/http/tests/serviceworker' |
| 278 }, |
| 279 'sheriff_o_matic' : { |
| 280 'filepath': 'Tools/GardeningServer' |
| 281 }, |
| 282 'spellcheck' : { |
| 283 'filepath': 'Source/core/editing/Editor' \ |
| 284 '|Source/core/editing/Spell' \ |
| 285 '|Source/core/editing/TextCheckingHelper' \ |
| 286 '|Source/platform/text/TextCheck' \ |
| 287 '|Source/web/EditorClientImpl' \ |
| 288 '|LayoutTests/editing/spelling' \ |
| 289 '|public/web/WebSpellCheckClient.h', |
| 290 }, |
| 291 'style': { |
| 292 'filepath': 'style/|Style', |
| 293 }, |
| 294 'svg': { |
| 295 'filepath': 'Source/core/svg|Source/core/layout/svg', |
| 296 }, |
| 297 'test_runner': { |
| 298 'filepath': 'Tools/DumpRenderTree/chromium/TestRunner', |
| 299 }, |
| 284 'vibration': { | 300 'vibration': { |
| 285 'filepath': 'LayoutTests/vibration/' \ | 301 'filepath': 'LayoutTests/vibration/' \ |
| 286 '|Source/modules/vibration/' | 302 '|Source/modules/vibration/' |
| 287 }, | 303 }, |
| 288 'device_orientation': { | 304 'viewport_interaction': { |
| 289 'filepath': 'Source/modules/device_orientation/' \ | 305 'filepath': 'Source/core/css/.*Viewport' \ |
| 290 '|LayoutTests/fast/dom/DeviceMotion/' \ | 306 '|Source/core/dom/ViewportArguments' \ |
| 291 '|LayoutTests/fast/dom/DeviceOrientation/' \ | 307 '|Source/core/html/HTMLMetaElement' \ |
| 292 '|Source/core/frame/PlatformEvent(Controller|Dispatcher)' \ | 308 '|Source/core/page/FrameView' \ |
| 293 '|Source/core/frame/DeviceSingleWindowEventController' | 309 '|Source/core/page/scrolling' |
| 294 }, | 310 }, |
| 295 'web': { | 311 'web': { |
| 296 'filepath': 'Source/web/' | 312 'filepath': 'Source/web/' |
| 297 }, | 313 }, |
| 314 'web_idl': { |
| 315 'filepath': 'Source/core/.*\.idl' |
| 316 }, |
| 317 'webcomponents': { |
| 318 'filepath': 'Source/core/dom/shadow/' \ |
| 319 '|Source/core/dom/custom/' \ |
| 320 '|Source/core/html/imports/' \ |
| 321 '|Source/bindings/v8/custom/V8CustomElementConstructorCustom'
\ |
| 322 '|Source/bindings/v8/CustomElementHelpers' |
| 323 }, |
| 298 'webp': { | 324 'webp': { |
| 299 'filepath': 'Source/platform/image-decoders/webp' \ | 325 'filepath': 'Source/platform/image-decoders/webp' \ |
| 300 '|Source/platform/image-encoders/skia/WEBP' | 326 '|Source/platform/image-encoders/skia/WEBP' |
| 301 }, | 327 }, |
| 302 'css_grid_layout': { | |
| 303 'filepath': 'Source/core/layout/.*Grid' \ | |
| 304 '|Source/core/paint/.*Grid' \ | |
| 305 '|Source/core/css/.*Grid' \ | |
| 306 '|LayoutTests/fast/css-grid-layout/' \ | |
| 307 '|LayoutTests/ietestcenter/css3/grid/' \ | |
| 308 '|LayoutTests/platform/.*/fast/css-grid-layout/' \ | |
| 309 '|LayoutTests/platform/.*/ietestcenter/css3/grid/' | |
| 310 }, | |
| 311 'css_flexbox': { | |
| 312 'filepath': 'Source/core/rendering/.*Flex' \ | |
| 313 '|LayoutTests/fast/flexbox/' \ | |
| 314 '|LayoutTests/css3/flexbox/' \ | |
| 315 '|LayoutTests/ietestcenter/css3/flexbox/' | |
| 316 }, | |
| 317 'css_fragmentation_tests': { | |
| 318 'filepath': 'LayoutTests/fast/multicol/' \ | |
| 319 '|LayoutTests/fast/pagination/' | |
| 320 }, | |
| 321 'battery_status': { | |
| 322 'filepath': 'Source/modules/battery/' \ | |
| 323 '|LayoutTests/battery-status/' \ | |
| 324 '|Source/core/frame/PlatformEvent(Controller|Dispatcher)' | |
| 325 }, | |
| 326 'device_light': { | |
| 327 'filepath': 'Source/modules/device_light/' \ | |
| 328 '|LayoutTests/fast/dom/DeviceLight/' | |
| 329 }, | |
| 330 'screen_orientation': { | |
| 331 'filepath': 'Source/modules/screen_orientation/' \ | |
| 332 '|public/platform/modules/screen_orientation', | |
| 333 }, | |
| 334 'websockets': { | 328 'websockets': { |
| 335 'filepath': 'Source/modules/websockets/' | 329 'filepath': 'Source/modules/websockets/' |
| 336 }, | 330 }, |
| 331 'workers': { |
| 332 'filepath': 'Source/core/workers', |
| 333 }, |
| 334 'wtf': { |
| 335 'filepath': 'Source/wtf', |
| 336 }, |
| 337 'xmlhttprequest': { | 337 'xmlhttprequest': { |
| 338 'filepath': 'Source/core/xmlhttprequest/' | 338 'filepath': 'Source/core/xmlhttprequest/' |
| 339 } | 339 } |
| 340 }, | 340 }, |
| 341 | 341 |
| 342 'WATCHLISTS': { | 342 'WATCHLISTS': { |
| 343 'accessibility':['dmazzoni@chromium.org', | 343 'accessibility':['dmazzoni@chromium.org', |
| 344 'aboxhall@chromium.org', | 344 'aboxhall@chromium.org', |
| 345 'nektar@chromium.org', | 345 'nektar@chromium.org', |
| 346 'je_julie.kim@chromium.org'], | 346 'je_julie.kim@chromium.org'], |
| 347 'animation': ['alexis.menard@intel.com', | 347 'animation': ['alexis.menard@intel.com', |
| 348 'ericwilligers@chromium.org', | 348 'ericwilligers@chromium.org', |
| 349 'rjwright@chromium.org', | 349 'rjwright@chromium.org', |
| 350 'shans@chromium.org', | 350 'shans@chromium.org', |
| 351 'blink-reviews-animation@chromium.org'], | 351 'blink-reviews-animation@chromium.org'], |
| 352 'app_banner': [ 'mlamouri+watch-blink@chromium.org' ], | 352 'app_banner': [ 'mlamouri+watch-blink@chromium.org' ], |
| 353 'audio': ['rtoy@chromium.org'], | 353 'audio': ['rtoy@chromium.org'], |
| 354 'devtools': [ 'pfeldman+blink@chromium.org', | 354 'battery_status': [ 'timvolodine@chromium.org', |
| 355 'apavlov+blink@chromium.org', | 355 'mlamouri+watch-blink@chromium.org' ], |
| 356 'lushnikov+blink@chromium.org', | |
| 357 'yurys+blink@chromium.org', | |
| 358 'caseq+blink@chromium.org', | |
| 359 'sergeyv+blink@chromium.org', | |
| 360 'kozyatinskiy+blink@chromium.org', | |
| 361 'devtools-reviews@chromium.org' ], | |
| 362 'bidi': [ 'leviw+bidiwatch@chromium.org' ], | 356 'bidi': [ 'leviw+bidiwatch@chromium.org' ], |
| 363 'bindings': [ 'arv+blink@chromium.org', | 357 'bindings': [ 'arv+blink@chromium.org', |
| 364 'blink-reviews-bindings@chromium.org', | 358 'blink-reviews-bindings@chromium.org', |
| 365 'vivekg@chromium.org', | 359 'vivekg@chromium.org', |
| 366 'vivek.vg@samsung.com' ], | 360 'vivek.vg@samsung.com' ], |
| 367 'bluetooth': [ 'scheib+watch@chromium.org' ], | 361 'bluetooth': [ 'scheib+watch@chromium.org' ], |
| 368 'canvas': [ 'cabanier@adobe.com', | 362 'canvas': [ 'cabanier@adobe.com', |
| 369 'dongseong.hwang@intel.com', | 363 'dongseong.hwang@intel.com', |
| 370 'junov@chromium.org' ], | 364 'junov@chromium.org' ], |
| 371 'clipboard': [ 'dcheng@chromium.org', ], | 365 'clipboard': [ 'dcheng@chromium.org', ], |
| 372 'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chro
mium.org' ], | 366 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], |
| 373 'fetch': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org', 'tyoshino+wa
tch@chromium.org' ], | 367 'css': [ 'alexis.menard@intel.com', |
| 368 'apavlov+blink@chromium.org', |
| 369 'dglazkov+blink@chromium.org', |
| 370 'rob.buis@samsung.com', |
| 371 'blink-reviews-css@chromium.org' ], |
| 372 'css_grid_layout': [ 'svillar@igalia.com', |
| 373 'jfernandez@igalia.com', |
| 374 'rego@igalia.com' ], |
| 375 'css_flexbox': [ 'cbiesinger@chromium.org' ], |
| 376 'css_fragmentation_tests': [ 'mstensho@opera.com' ], |
| 377 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], |
| 378 'custom_elements': [ 'dominicc+watchlist@chromium.org', |
| 379 'dglazkov+blink@chromium.org' ], |
| 380 'dom': [ 'eae+blinkwatch@chromium.org', |
| 381 'dglazkov+blink@chromium.org', |
| 382 'sigbjornf@opera.com', |
| 383 'rob.buis@samsung.com', |
| 384 'blink-reviews-dom@chromium.org' ], |
| 385 'device_light': [ 'timvolodine@chromium.org', |
| 386 'mlamouri+watch-blink@chromium.org' ], |
| 387 'device_orientation': [ 'timvolodine@chromium.org', |
| 388 'mvanouwerkerk+watch@chromium.org', |
| 389 'ch.dumez@samsung.com', |
| 390 'mlamouri+watch-blink@chromium.org' ], |
| 391 'devtools': [ 'pfeldman+blink@chromium.org', |
| 392 'apavlov+blink@chromium.org', |
| 393 'lushnikov+blink@chromium.org', |
| 394 'yurys+blink@chromium.org', |
| 395 'caseq+blink@chromium.org', |
| 396 'sergeyv+blink@chromium.org', |
| 397 'kozyatinskiy+blink@chromium.org', |
| 398 'devtools-reviews@chromium.org' ], |
| 399 'events': [ 'eae+blinkwatch@chromium.org', |
| 400 'dglazkov+blink@chromium.org', |
| 401 'blink-reviews-events@chromium.org' ], |
| 402 'fetch': [ 'japhet@chromium.org', |
| 403 'gavinp+loader@chromium.org', |
| 404 'tyoshino+watch@chromium.org' ], |
| 374 'layers': [ 'blink-layers+watch@chromium.org' ], | 405 'layers': [ 'blink-layers+watch@chromium.org' ], |
| 375 'loader': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org', 'tyoshino+w
atch@chromium.org' ], | 406 'loader': [ 'japhet@chromium.org', |
| 407 'gavinp+loader@chromium.org', |
| 408 'tyoshino+watch@chromium.org' ], |
| 376 'owners': [ 'abarth@chromium.org'], | 409 'owners': [ 'abarth@chromium.org'], |
| 377 'test_runner': [ 'jochen+watch@chromium.org', | |
| 378 'mlamouri+watch-blink@chromium.org' ], | |
| 379 'platform_graphics': [ 'schenney@chromium.org', | 410 'platform_graphics': [ 'schenney@chromium.org', |
| 380 'danakj@chromium.org', | 411 'danakj@chromium.org', |
| 381 'pdr+graphicswatchlist@chromium.org', | 412 'pdr+graphicswatchlist@chromium.org', |
| 382 'cabanier@adobe.com', | 413 'cabanier@adobe.com', |
| 383 'dschulze@chromium.org', | 414 'dschulze@chromium.org', |
| 384 'rob.buis@samsung.com', | 415 'rob.buis@samsung.com', |
| 385 'fmalita@chromium.org', | 416 'fmalita@chromium.org', |
| 386 'jbroman@chromium.org', | 417 'jbroman@chromium.org', |
| 387 'dongseong.hwang@intel.com', | 418 'dongseong.hwang@intel.com', |
| 388 'junov@chromium.org' ], | 419 'junov@chromium.org' ], |
| 389 'svg': [ 'schenney@chromium.org', 'pdr+svgwatchlist@chromium.org', 'fmalita@
chromium.org', 'dschulze@chromium.org', 'rob.buis@samsung.com', 'fs@opera.com',
'gyuyoung.kim@chromium.org', 'kouhei+svg@chromium.org' ], | 420 'heap': [ 'ager@chromium.org', |
| 390 'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+
blink@chromium.org', 'rob.buis@samsung.com', 'blink-reviews-css@chromium.org' ], | 421 'haraken@chromium.org', |
| 391 'dom': [ 'eae+blinkwatch@chromium.org', | 422 'kouhei+heap@chromium.org', |
| 392 'dglazkov+blink@chromium.org', | 423 'oilpan-reviews@chromium.org' ], |
| 393 'sigbjornf@opera.com', | 424 'html': [ 'dglazkov+blink@chromium.org', |
| 394 'rob.buis@samsung.com', | 425 'blink-reviews-html@chromium.org' ], |
| 395 'blink-reviews-dom@chromium.org' ], | |
| 396 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org', 'b
link-reviews-events@chromium.org' ], | |
| 397 'heap': [ 'ager@chromium.org', 'haraken@chromium.org', 'kouhei+heap@chromium
.org', 'oilpan-reviews@chromium.org' ], | |
| 398 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ]
, | |
| 399 'public_api': [ 'dglazkov+blink@chromium.org' ], | 426 'public_api': [ 'dglazkov+blink@chromium.org' ], |
| 400 'workers': [ 'kinuko+worker@chromium.org', | |
| 401 'horo+watch@chromium.org', | |
| 402 'falken@chromium.org' ], | |
| 403 'wtf': [ 'mikhail.pozdnyakov@intel.com', | |
| 404 'blink-reviews-wtf@chromium.org' ], | |
| 405 'indexed_db': ['dgrogan@chromium.org', | 427 'indexed_db': ['dgrogan@chromium.org', |
| 406 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], | 428 'jsbell+idb@chromium.org', |
| 429 'cmumford@chromium.org'], |
| 407 'layout': [ 'pdr+renderingwatchlist@chromium.org', | 430 'layout': [ 'pdr+renderingwatchlist@chromium.org', |
| 408 'eae+blinkwatch@chromium.org', | 431 'eae+blinkwatch@chromium.org', |
| 409 'jchaffraix+rendering@chromium.org', | 432 'jchaffraix+rendering@chromium.org', |
| 410 'leviw+renderwatch@chromium.org', | 433 'leviw+renderwatch@chromium.org', |
| 411 'zoltan@webkit.org', | 434 'zoltan@webkit.org', |
| 412 'szager+layoutwatch@chromium.org', | 435 'szager+layoutwatch@chromium.org', |
| 413 'blink-reviews-rendering@chromium.org' ], | 436 'blink-reviews-rendering@chromium.org' ], |
| 414 'paint' : [ 'blink-reviews-paint@chromium.org', | 437 'paint' : [ 'blink-reviews-paint@chromium.org', |
| 415 'slimming-paint-reviews@chromium.org', | 438 'slimming-paint-reviews@chromium.org', |
| 416 'dongseong.hwang@intel.com' ], | 439 'dongseong.hwang@intel.com' ], |
| 417 'compositing': [ ], | 440 'compositing': [ ], |
| 418 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], | |
| 419 'permissions': [ 'mlamouri+watch-blink@chromium.org' ], | 441 'permissions': [ 'mlamouri+watch-blink@chromium.org' ], |
| 420 'prerender': [ 'gavinp+prerender@chromium.org', | 442 'prerender': [ 'gavinp+prerender@chromium.org', |
| 421 'yoav@yoav.ws' ], | 443 'yoav@yoav.ws' ], |
| 422 'preloadScanner': [ 'yoav@yoav.ws' ], | 444 'preloadScanner': [ 'yoav@yoav.ws' ], |
| 423 'push_messaging': [ 'johnme+watch@chromium.org', 'mvanouwerkerk+watch@chromi
um.org', 'peter+watch@chromium.org' ], | 445 'push_messaging': [ 'johnme+watch@chromium.org', |
| 446 'mvanouwerkerk+watch@chromium.org', |
| 447 'peter+watch@chromium.org' ], |
| 424 'client_hints': [ 'yoav@yoav.ws' ], | 448 'client_hints': [ 'yoav@yoav.ws' ], |
| 425 'scheduler': [ 'scheduler-bugs@chromium.org' ], | 449 'scheduler': [ 'scheduler-bugs@chromium.org' ], |
| 426 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], | 450 'track': [ 'vcarbune@chromium.org', |
| 427 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com', 'mlamouri+watch-blink@chromium.org' ], | 451 'silviapf@chromium.org', |
| 452 'philipj@opera.com', |
| 453 'glenn@chromium.org', |
| 454 'fs@opera.com', |
| 455 'eric.carlson@apple.com' ], |
| 456 'media': [ 'feature-media-reviews@chromium.org', |
| 457 'philipj@opera.com', |
| 458 'eric.carlson@apple.com', |
| 459 'mlamouri+watch-blink@chromium.org' ], |
| 428 'media_queries': [ 'kenneth.christiansen@gmail.com', | 460 'media_queries': [ 'kenneth.christiansen@gmail.com', |
| 429 'yoav@yoav.ws' ], | 461 'yoav@yoav.ws' ], |
| 430 'fileapi': [ 'kinuko+fileapi@chromium.org', | 462 'fileapi': [ 'kinuko+fileapi@chromium.org', |
| 431 'tzik@chromium.org', | 463 'tzik@chromium.org', |
| 432 'nhiroki@chromium.org' ], | 464 'nhiroki@chromium.org' ], |
| 433 'quota': [ 'kinuko+fileapi@chromium.org', | 465 'quota': [ 'kinuko+fileapi@chromium.org', |
| 434 'tzik@chromium.org', | 466 'tzik@chromium.org', |
| 435 'nhiroki@chromium.org' ], | 467 'nhiroki@chromium.org' ], |
| 436 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], | 468 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], |
| 437 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], | 469 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', |
| 438 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com', 'vivekg@chrom
ium.org', 'vivek.vg@samsung.com' ], | 470 'dglazkov+blink@chromium.org' ], |
| 439 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], | |
| 440 'mediastream': [ 'tommyw+watchlist@chromium.org' ], | 471 'mediastream': [ 'tommyw+watchlist@chromium.org' ], |
| 441 'navigator_content_utils': [ 'gyuyoung.kim@chromium.org' ], | 472 'navigator_content_utils': [ 'gyuyoung.kim@chromium.org' ], |
| 442 'notifications': [ 'peter+watch@chromium.org' ], | 473 'notifications': [ 'peter+watch@chromium.org' ], |
| 443 'geolocation': [ 'mvanouwerkerk+watch@chromium.org', | 474 'geolocation': [ 'mvanouwerkerk+watch@chromium.org', |
| 444 'timvolodine@chromium.org', | 475 'timvolodine@chromium.org', |
| 445 'mlamouri+watch-blink@chromium.org' ], | 476 'mlamouri+watch-blink@chromium.org' ], |
| 446 'vibration': [ 'mvanouwerkerk+watch@chromium.org', | 477 'vibration': [ 'mvanouwerkerk+watch@chromium.org', |
| 447 'mlamouri+watch-blink@chromium.org' ], | 478 'mlamouri+watch-blink@chromium.org' ], |
| 448 'serviceworkers': [ 'jsbell+serviceworker@chromium.org', | 479 'serviceworkers': [ 'jsbell+serviceworker@chromium.org', |
| 449 'kinuko+serviceworker@chromium.org', | 480 'kinuko+serviceworker@chromium.org', |
| 450 'tzik@chromium.org', | 481 'tzik@chromium.org', |
| 451 'nhiroki@chromium.org', | 482 'nhiroki@chromium.org', |
| 452 'horo+watch@chromium.org', | 483 'horo+watch@chromium.org', |
| 453 'falken@chromium.org', | 484 'falken@chromium.org', |
| 454 'michaeln@chromium.org', | 485 'michaeln@chromium.org', |
| 455 'serviceworker-reviews@chromium.org' ], | 486 'serviceworker-reviews@chromium.org' ], |
| 456 'serviceworkers_tests': [ 'kenjibaheux+watch@chromium.org' ], | 487 'serviceworkers_tests': [ 'kenjibaheux+watch@chromium.org' ], |
| 457 'sheriff_o_matic': [ 'jochen@chromium.org', | 488 'sheriff_o_matic': [ 'jochen@chromium.org', |
| 458 'szager@chromium.org', | 489 'szager@chromium.org', |
| 459 'dsinclair@chromium.org', | 490 'dsinclair@chromium.org', |
| 460 'ojan@chromium.org', | 491 'ojan@chromium.org', |
| 461 'leviw@chromium.org', | 492 'leviw@chromium.org', |
| 462 'michaelpg@chromium.org', | 493 'michaelpg@chromium.org', |
| 463 'cbiesinger@chromium.org', | 494 'cbiesinger@chromium.org', |
| 464 'teravest@chromium.org' ], | 495 'teravest@chromium.org' ], |
| 465 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], | 496 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], |
| 466 'style': [ 'blink-reviews-style@chromium.org' ], | 497 'style': [ 'blink-reviews-style@chromium.org' ], |
| 467 'device_orientation': [ 'timvolodine@chromium.org', | 498 'svg': [ 'schenney@chromium.org', |
| 468 'mvanouwerkerk+watch@chromium.org', | 499 'pdr+svgwatchlist@chromium.org', |
| 469 'ch.dumez@samsung.com', | 500 'fmalita@chromium.org', |
| 470 'mlamouri+watch-blink@chromium.org' ], | 501 'dschulze@chromium.org', |
| 502 'rob.buis@samsung.com', |
| 503 'fs@opera.com', |
| 504 'gyuyoung.kim@chromium.org', |
| 505 'kouhei+svg@chromium.org' ], |
| 506 'test_runner': [ 'jochen+watch@chromium.org', |
| 507 'mlamouri+watch-blink@chromium.org' ], |
| 471 'webp': [ 'urvang@chromium.org', | 508 'webp': [ 'urvang@chromium.org', |
| 472 'jzern@chromium.org', | 509 'jzern@chromium.org', |
| 473 'skal@google.com', | 510 'skal@google.com', |
| 474 'vikasa@google.com' ], | 511 'vikasa@google.com' ], |
| 475 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | |
| 476 'css_flexbox': [ 'cbiesinger@chromium.org' ], | |
| 477 'css_fragmentation_tests': [ 'mstensho@opera.com' ], | |
| 478 'battery_status': [ 'timvolodine@chromium.org', | |
| 479 'mlamouri+watch-blink@chromium.org' ], | |
| 480 'out_of_process_frames': [ 'dcheng@chromium.org', | 512 'out_of_process_frames': [ 'dcheng@chromium.org', |
| 481 'mlamouri+watch-blink@chromium.org' ], | 513 'mlamouri+watch-blink@chromium.org' ], |
| 482 'device_light': [ 'timvolodine@chromium.org', | |
| 483 'mlamouri+watch-blink@chromium.org' ], | |
| 484 'screen_orientation': [ 'mlamouri+watch-blink@chromium.org' ], | 514 'screen_orientation': [ 'mlamouri+watch-blink@chromium.org' ], |
| 485 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], | 515 'web_idl': [ 'arv+blink@chromium.org', |
| 516 'ch.dumez@samsung.com', |
| 517 'vivekg@chromium.org', |
| 518 'vivek.vg@samsung.com' ], |
| 519 'websockets': [ 'tyoshino+watch@chromium.org', |
| 520 'yhirano+watch@chromium.org' ], |
| 521 'workers': [ 'kinuko+worker@chromium.org', |
| 522 'horo+watch@chromium.org', |
| 523 'falken@chromium.org' ], |
| 524 'wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 525 'blink-reviews-wtf@chromium.org' ], |
| 486 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 526 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 487 }, | 527 }, |
| 488 } | 528 } |
| OLD | NEW |