| 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': { |
| 22 'filepath': 'Source/modules/app_banner' \ |
| 23 '|public/platform/modules/app_banner', |
| 24 }, |
| 21 'audio': { | 25 'audio': { |
| 22 'filepath': 'Source/platform/audio' \ | 26 'filepath': 'Source/platform/audio' \ |
| 23 '|Source/modules/webaudio', | 27 '|Source/modules/webaudio', |
| 24 }, | 28 }, |
| 25 'bidi': { | 29 'bidi': { |
| 26 'filepath': 'Source/platform/text/.*Bidi' \ | 30 'filepath': 'Source/platform/text/.*Bidi' \ |
| 27 '|Source/core/rendering/.*Bidi', | 31 '|Source/core/rendering/.*Bidi', |
| 28 }, | 32 }, |
| 29 'bindings': { | 33 'bindings': { |
| 30 'filepath': 'Source/bindings', | 34 'filepath': 'Source/bindings', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 'notifications': { | 90 'notifications': { |
| 87 'filepath': 'Source/modules/notifications' \ | 91 'filepath': 'Source/modules/notifications' \ |
| 88 '|public/platform/modules/notifications' | 92 '|public/platform/modules/notifications' |
| 89 }, | 93 }, |
| 90 'owners': { | 94 'owners': { |
| 91 'filepath': 'OWNERS', | 95 'filepath': 'OWNERS', |
| 92 }, | 96 }, |
| 93 'paint': { | 97 'paint': { |
| 94 'filepath' : 'Source/core/paint/' | 98 'filepath' : 'Source/core/paint/' |
| 95 }, | 99 }, |
| 100 'permissions': { |
| 101 'filepath': 'Source/modules/permissions/' \ |
| 102 '|public/platform/modules/permissions/', |
| 103 }, |
| 96 'preloadScanner': { | 104 'preloadScanner': { |
| 97 'filepath': 'Source/core/html/parser/HTMLPreloadScanner', | 105 'filepath': 'Source/core/html/parser/HTMLPreloadScanner', |
| 98 }, | 106 }, |
| 99 'public_api': { | 107 'public_api': { |
| 100 'filepath': 'public' | 108 'filepath': 'public' |
| 101 }, | 109 }, |
| 102 'push_messaging': { | 110 'push_messaging': { |
| 103 'filepath': 'Source/modules/push_messaging' \ | 111 'filepath': 'Source/modules/push_messaging' \ |
| 104 '|public/platform/modules/push_messaging' | 112 '|public/platform/modules/push_messaging' |
| 105 }, | 113 }, |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 }, | 320 }, |
| 313 'battery_status': { | 321 'battery_status': { |
| 314 'filepath': 'Source/modules/battery/' \ | 322 'filepath': 'Source/modules/battery/' \ |
| 315 '|LayoutTests/battery-status/' \ | 323 '|LayoutTests/battery-status/' \ |
| 316 '|Source/core/frame/PlatformEvent(Controller|Dispatcher)' | 324 '|Source/core/frame/PlatformEvent(Controller|Dispatcher)' |
| 317 }, | 325 }, |
| 318 'device_light': { | 326 'device_light': { |
| 319 'filepath': 'Source/modules/device_light/' \ | 327 'filepath': 'Source/modules/device_light/' \ |
| 320 '|LayoutTests/fast/dom/DeviceLight/' | 328 '|LayoutTests/fast/dom/DeviceLight/' |
| 321 }, | 329 }, |
| 330 'screen_orientation': { |
| 331 'filepath': 'Source/modules/screen_orientation/' \ |
| 332 '|public/platform/modules/screen_orientation', |
| 333 }, |
| 322 'websockets': { | 334 'websockets': { |
| 323 'filepath': 'Source/modules/websockets/' | 335 'filepath': 'Source/modules/websockets/' |
| 324 }, | 336 }, |
| 325 'xmlhttprequest': { | 337 'xmlhttprequest': { |
| 326 'filepath': 'Source/core/xmlhttprequest/' | 338 'filepath': 'Source/core/xmlhttprequest/' |
| 327 } | 339 } |
| 328 }, | 340 }, |
| 329 | 341 |
| 330 'WATCHLISTS': { | 342 'WATCHLISTS': { |
| 331 'accessibility':['dmazzoni@chromium.org', | 343 'accessibility':['dmazzoni@chromium.org', |
| 332 'aboxhall@chromium.org', | 344 'aboxhall@chromium.org', |
| 333 'nektar@chromium.org', | 345 'nektar@chromium.org', |
| 334 'je_julie.kim@chromium.org'], | 346 'je_julie.kim@chromium.org'], |
| 335 'animation': ['alexis.menard@intel.com', | 347 'animation': ['alexis.menard@intel.com', |
| 336 'ericwilligers@chromium.org', | 348 'ericwilligers@chromium.org', |
| 337 'rjwright@chromium.org', | 349 'rjwright@chromium.org', |
| 338 'shans@chromium.org', | 350 'shans@chromium.org', |
| 339 'blink-reviews-animation@chromium.org'], | 351 'blink-reviews-animation@chromium.org'], |
| 352 'app_banner': [ 'mlamouri+watch-blink@chromium.org' ], |
| 340 'audio': ['rtoy@chromium.org'], | 353 'audio': ['rtoy@chromium.org'], |
| 341 'devtools': [ 'pfeldman+blink@chromium.org', | 354 'devtools': [ 'pfeldman+blink@chromium.org', |
| 342 'apavlov+blink@chromium.org', | 355 'apavlov+blink@chromium.org', |
| 343 'lushnikov+blink@chromium.org', | 356 'lushnikov+blink@chromium.org', |
| 344 'yurys+blink@chromium.org', | 357 'yurys+blink@chromium.org', |
| 345 'caseq+blink@chromium.org', | 358 'caseq+blink@chromium.org', |
| 346 'sergeyv+blink@chromium.org', | 359 'sergeyv+blink@chromium.org', |
| 347 'kozyatinskiy+blink@chromium.org', | 360 'kozyatinskiy+blink@chromium.org', |
| 348 'devtools-reviews@chromium.org' ], | 361 'devtools-reviews@chromium.org' ], |
| 349 'bidi': [ 'leviw+bidiwatch@chromium.org' ], | 362 'bidi': [ 'leviw+bidiwatch@chromium.org' ], |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 'jchaffraix+rendering@chromium.org', | 409 'jchaffraix+rendering@chromium.org', |
| 397 'leviw+renderwatch@chromium.org', | 410 'leviw+renderwatch@chromium.org', |
| 398 'zoltan@webkit.org', | 411 'zoltan@webkit.org', |
| 399 'szager+layoutwatch@chromium.org', | 412 'szager+layoutwatch@chromium.org', |
| 400 'blink-reviews-rendering@chromium.org' ], | 413 'blink-reviews-rendering@chromium.org' ], |
| 401 'paint' : [ 'blink-reviews-paint@chromium.org', | 414 'paint' : [ 'blink-reviews-paint@chromium.org', |
| 402 'slimming-paint-reviews@chromium.org', | 415 'slimming-paint-reviews@chromium.org', |
| 403 'dongseong.hwang@intel.com' ], | 416 'dongseong.hwang@intel.com' ], |
| 404 'compositing': [ ], | 417 'compositing': [ ], |
| 405 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], | 418 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], |
| 419 'permissions': [ 'mlamouri+watch-blink@chromium.org' ], |
| 406 'prerender': [ 'gavinp+prerender@chromium.org', | 420 'prerender': [ 'gavinp+prerender@chromium.org', |
| 407 'yoav@yoav.ws' ], | 421 'yoav@yoav.ws' ], |
| 408 'preloadScanner': [ 'yoav@yoav.ws' ], | 422 'preloadScanner': [ 'yoav@yoav.ws' ], |
| 409 'push_messaging': [ 'johnme+watch@chromium.org', 'mvanouwerkerk+watch@chromi
um.org', 'peter+watch@chromium.org' ], | 423 'push_messaging': [ 'johnme+watch@chromium.org', 'mvanouwerkerk+watch@chromi
um.org', 'peter+watch@chromium.org' ], |
| 410 'client_hints': [ 'yoav@yoav.ws' ], | 424 'client_hints': [ 'yoav@yoav.ws' ], |
| 411 'scheduler': [ 'scheduler-bugs@chromium.org' ], | 425 'scheduler': [ 'scheduler-bugs@chromium.org' ], |
| 412 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], | 426 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], |
| 413 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com' ], | 427 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com', 'mlamouri+watch-blink@chromium.org' ], |
| 414 'media_queries': [ 'kenneth.christiansen@gmail.com', | 428 'media_queries': [ 'kenneth.christiansen@gmail.com', |
| 415 'yoav@yoav.ws' ], | 429 'yoav@yoav.ws' ], |
| 416 'fileapi': [ 'kinuko+fileapi@chromium.org', | 430 'fileapi': [ 'kinuko+fileapi@chromium.org', |
| 417 'tzik@chromium.org', | 431 'tzik@chromium.org', |
| 418 'nhiroki@chromium.org' ], | 432 'nhiroki@chromium.org' ], |
| 419 'quota': [ 'kinuko+fileapi@chromium.org', | 433 'quota': [ 'kinuko+fileapi@chromium.org', |
| 420 'tzik@chromium.org', | 434 'tzik@chromium.org', |
| 421 'nhiroki@chromium.org' ], | 435 'nhiroki@chromium.org' ], |
| 422 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], | 436 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], |
| 423 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], | 437 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 'vikasa@google.com' ], | 474 'vikasa@google.com' ], |
| 461 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 475 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
| 462 'css_flexbox': [ 'cbiesinger@chromium.org' ], | 476 'css_flexbox': [ 'cbiesinger@chromium.org' ], |
| 463 'css_fragmentation_tests': [ 'mstensho@opera.com' ], | 477 'css_fragmentation_tests': [ 'mstensho@opera.com' ], |
| 464 'battery_status': [ 'timvolodine@chromium.org', | 478 'battery_status': [ 'timvolodine@chromium.org', |
| 465 'mlamouri+watch-blink@chromium.org' ], | 479 'mlamouri+watch-blink@chromium.org' ], |
| 466 'out_of_process_frames': [ 'dcheng@chromium.org', | 480 'out_of_process_frames': [ 'dcheng@chromium.org', |
| 467 'mlamouri+watch-blink@chromium.org' ], | 481 'mlamouri+watch-blink@chromium.org' ], |
| 468 'device_light': [ 'timvolodine@chromium.org', | 482 'device_light': [ 'timvolodine@chromium.org', |
| 469 'mlamouri+watch-blink@chromium.org' ], | 483 'mlamouri+watch-blink@chromium.org' ], |
| 484 'screen_orientation': [ 'mlamouri+watch-blink@chromium.org' ], |
| 470 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], | 485 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], |
| 471 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 486 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 472 }, | 487 }, |
| 473 } | 488 } |
| OLD | NEW |