OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 |
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 'net_log': { | 564 'net_log': { |
565 'filepath': 'net/base/net_log|' \ | 565 'filepath': 'net/base/net_log|' \ |
566 'chrome/browser/net/.*net_log|' \ | 566 'chrome/browser/net/.*net_log|' \ |
567 'chrome/browser/net/passive_log_collector|' \ | 567 'chrome/browser/net/passive_log_collector|' \ |
568 'chrome/browser/resources/net_internals/|' \ | 568 'chrome/browser/resources/net_internals/|' \ |
569 'chrome/browser/ui/webui/net_internals/' | 569 'chrome/browser/ui/webui/net_internals/' |
570 }, | 570 }, |
571 'netinfo': { | 571 'netinfo': { |
572 'filepath': 'netinfo', | 572 'filepath': 'netinfo', |
573 }, | 573 }, |
574 'network_quality': { | |
575 'filepath': 'net/base/network_quality*', | |
576 }, | |
577 'notifications': { | 574 'notifications': { |
578 'filepath': 'chrome/browser/extensions/api/notifications/|' \ | 575 'filepath': 'chrome/browser/extensions/api/notifications/|' \ |
579 'chrome/browser/notifications/|' \ | 576 'chrome/browser/notifications/|' \ |
580 'chrome/test/data/notifications/|' \ | 577 'chrome/test/data/notifications/|' \ |
581 'content/browser/notifications/|' \ | 578 'content/browser/notifications/|' \ |
582 'content/child/notifications/|' \ | 579 'content/child/notifications/|' \ |
583 'content/common/platform_notification|' \ | 580 'content/common/platform_notification|' \ |
584 'content/public/browser/platform_notification|' \ | 581 'content/public/browser/platform_notification|' \ |
585 'content/public/common/platform_notification|' \ | 582 'content/public/common/platform_notification|' \ |
586 'content/renderer/notification_|' \ | 583 'content/renderer/notification_|' \ |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 }, | 663 }, |
667 'pyauto': { | 664 'pyauto': { |
668 'filepath': 'chrome/test/pyautolib' \ | 665 'filepath': 'chrome/test/pyautolib' \ |
669 '|chrome/test/functional' \ | 666 '|chrome/test/functional' \ |
670 '|chrome/browser/automation/automation_provider_json' | 667 '|chrome/browser/automation/automation_provider_json' |
671 }, | 668 }, |
672 'remoting': { | 669 'remoting': { |
673 'filepath': 'remoting/' \ | 670 'filepath': 'remoting/' \ |
674 '|testing/chromoting' | 671 '|testing/chromoting' |
675 }, | 672 }, |
| 673 'resource_scheduler': { |
| 674 'filepath' : 'content/browser/loader/resource_scheduler*' |
| 675 }, |
676 'rlz_id': { | 676 'rlz_id': { |
677 'filepath' :'rlz/lib/machine_id.cc|'\ | 677 'filepath' :'rlz/lib/machine_id.cc|'\ |
678 'rlz/lib/machine_id.h|'\ | 678 'rlz/lib/machine_id.h|'\ |
679 'rlz/win/lib/machine_id_win.cc', | 679 'rlz/win/lib/machine_id_win.cc', |
680 }, | 680 }, |
681 'safe_browsing': { | 681 'safe_browsing': { |
682 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', | 682 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', |
683 }, | 683 }, |
684 'sandbox': { | 684 'sandbox': { |
685 'filepath': 'sandbox/'\ | 685 'filepath': 'sandbox/'\ |
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1421 'yzshen+watch@chromium.org'], | 1421 'yzshen+watch@chromium.org'], |
1422 'mouse_lock': ['scheib+watch@chromium.org'], | 1422 'mouse_lock': ['scheib+watch@chromium.org'], |
1423 'mus': ['rjkroege@chromium.org'], | 1423 'mus': ['rjkroege@chromium.org'], |
1424 'nacl': ['native-client-reviews@googlegroups.com'], | 1424 'nacl': ['native-client-reviews@googlegroups.com'], |
1425 'native_client_sdk': ['sbc@chromium.org', 'binji+watch@chromium.org'], | 1425 'native_client_sdk': ['sbc@chromium.org', 'binji+watch@chromium.org'], |
1426 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'], | 1426 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'], |
1427 'net': ['cbentzel+watch@chromium.org'], | 1427 'net': ['cbentzel+watch@chromium.org'], |
1428 'net_error_list': ['mmenke@chromium.org'], | 1428 'net_error_list': ['mmenke@chromium.org'], |
1429 'netinfo': ['jkarlin+watch@chromium.org'], | 1429 'netinfo': ['jkarlin+watch@chromium.org'], |
1430 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], | 1430 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], |
1431 'network_quality': ['rdsmith@chromium.org'], | |
1432 'notifications': ['peter@chromium.org', | 1431 'notifications': ['peter@chromium.org', |
1433 'mlamouri+watch-notifications@chromium.org'], | 1432 'mlamouri+watch-notifications@chromium.org'], |
1434 'ntp': ['dbeam+watch-ntp@chromium.org', | 1433 'ntp': ['dbeam+watch-ntp@chromium.org', |
1435 'pedrosimonetti+watch@chromium.org'], | 1434 'pedrosimonetti+watch@chromium.org'], |
1436 'omnibox': ['suzhe@chromium.org'], | 1435 'omnibox': ['suzhe@chromium.org'], |
1437 'options': ['dbeam+watch-options@chromium.org', | 1436 'options': ['dbeam+watch-options@chromium.org', |
1438 'michaelpg+watch-options@chromium.org'], | 1437 'michaelpg+watch-options@chromium.org'], |
1439 'origin_trials': ['chasej+watch@chromium.org'], | 1438 'origin_trials': ['chasej+watch@chromium.org'], |
1440 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'], | 1439 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'], |
1441 'page_load_metrics' : ['csharrison+watch@chromium.org', | 1440 'page_load_metrics' : ['csharrison+watch@chromium.org', |
(...skipping 17 matching lines...) Expand all Loading... |
1459 'prepopulated_engines': ['vasilii+watch@chromium.org'], | 1458 'prepopulated_engines': ['vasilii+watch@chromium.org'], |
1460 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', | 1459 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', |
1461 'gavinp+prer@chromium.org', 'davidben+watch@chromium.org'], | 1460 'gavinp+prer@chromium.org', 'davidben+watch@chromium.org'], |
1462 'push_messaging': ['peter@chromium.org', 'johnme+watch@chromium.org', | 1461 'push_messaging': ['peter@chromium.org', 'johnme+watch@chromium.org', |
1463 'mvanouwerkerk+watch@chromium.org', | 1462 'mvanouwerkerk+watch@chromium.org', |
1464 'harkness+watch@chromium.org'], | 1463 'harkness+watch@chromium.org'], |
1465 'pyauto': ['anantha@chromium.org', | 1464 'pyauto': ['anantha@chromium.org', |
1466 'dyu@chromium.org', | 1465 'dyu@chromium.org', |
1467 'dennisjeffrey@chromium.org'], | 1466 'dennisjeffrey@chromium.org'], |
1468 'remoting': ['chromoting-reviews@chromium.org'], | 1467 'remoting': ['chromoting-reviews@chromium.org'], |
| 1468 'resource_scheduler': ['rdsmith@chromium.org'], |
1469 'rlz_id': ['gab+watch@chromium.org', | 1469 'rlz_id': ['gab+watch@chromium.org', |
1470 'robertshield+watch@chromium.org'], | 1470 'robertshield+watch@chromium.org'], |
1471 'safe_browsing': ['grt+watch@chromium.org'], | 1471 'safe_browsing': ['grt+watch@chromium.org'], |
1472 'sandbox': ['rickyz+watch@chromium.org'], | 1472 'sandbox': ['rickyz+watch@chromium.org'], |
1473 'scheduler': ['scheduler-bugs@chromium.org'], | 1473 'scheduler': ['scheduler-bugs@chromium.org'], |
1474 'screen_orientation': ['mlamouri+watch-screen-orientation@chromium.org'], | 1474 'screen_orientation': ['mlamouri+watch-screen-orientation@chromium.org'], |
1475 'service_worker': ['tzik@chromium.org', | 1475 'service_worker': ['tzik@chromium.org', |
1476 'kinuko+serviceworker@chromium.org', | 1476 'kinuko+serviceworker@chromium.org', |
1477 'nhiroki@chromium.org', | 1477 'nhiroki@chromium.org', |
1478 'horo+watch@chromium.org', | 1478 'horo+watch@chromium.org', |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1717 'kinuko+worker@chromium.org', | 1717 'kinuko+worker@chromium.org', |
1718 'horo+watch@chromium.org', | 1718 'horo+watch@chromium.org', |
1719 'falken@chromium.org' ], | 1719 'falken@chromium.org' ], |
1720 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1720 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
1721 'blink-reviews-wtf@chromium.org' ], | 1721 'blink-reviews-wtf@chromium.org' ], |
1722 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1722 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
1723 'test_runner': [ 'jochen+watch@chromium.org', | 1723 'test_runner': [ 'jochen+watch@chromium.org', |
1724 'mlamouri+watch-test-runner@chromium.org' ], | 1724 'mlamouri+watch-test-runner@chromium.org' ], |
1725 }, | 1725 }, |
1726 } | 1726 } |
OLD | NEW |