| 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 'chrome/browser/notifications/|' \ | 574 'chrome/browser/notifications/|' \ |
| 575 'chrome/test/data/notifications/|' \ | 575 'chrome/test/data/notifications/|' \ |
| 576 'content/browser/notifications/|' \ | 576 'content/browser/notifications/|' \ |
| 577 'content/child/notifications/|' \ | 577 'content/child/notifications/|' \ |
| 578 'content/common/platform_notification|' \ | 578 'content/common/platform_notification|' \ |
| 579 'content/public/browser/platform_notification|' \ | 579 'content/public/browser/platform_notification|' \ |
| 580 'content/public/common/platform_notification|' \ | 580 'content/public/common/platform_notification|' \ |
| 581 'content/renderer/notification_|' \ | 581 'content/renderer/notification_|' \ |
| 582 'ui/message_center/' | 582 'ui/message_center/' |
| 583 }, | 583 }, |
| 584 'npapi_headers': { | |
| 585 'filepath': 'third_party/npapi/bindings/', | |
| 586 }, | |
| 587 'ntp': { | 584 'ntp': { |
| 588 'filepath': 'chrome/browser/resources/ntp4/|'\ | 585 'filepath': 'chrome/browser/resources/ntp4/|'\ |
| 589 'chrome/browser/resources/ntp_android/|'\ | 586 'chrome/browser/resources/ntp_android/|'\ |
| 590 'chrome/browser/ui/webui/ntp/', | 587 'chrome/browser/ui/webui/ntp/', |
| 591 }, | 588 }, |
| 592 'omnibox': { | 589 'omnibox': { |
| 593 'filepath': 'chrome/browser/autocomplete/'\ | 590 'filepath': 'chrome/browser/autocomplete/'\ |
| 594 '|chrome/browser/ui/.*/omnibox/' | 591 '|chrome/browser/ui/.*/omnibox/' |
| 595 }, | 592 }, |
| 596 'options': { | 593 'options': { |
| (...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1415 'nacl': ['native-client-reviews@googlegroups.com'], | 1412 'nacl': ['native-client-reviews@googlegroups.com'], |
| 1416 'native_client_sdk': ['sbc@chromium.org', 'binji+watch@chromium.org'], | 1413 'native_client_sdk': ['sbc@chromium.org', 'binji+watch@chromium.org'], |
| 1417 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'], | 1414 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'], |
| 1418 'net': ['cbentzel+watch@chromium.org'], | 1415 'net': ['cbentzel+watch@chromium.org'], |
| 1419 'net_error_list': ['mmenke@chromium.org'], | 1416 'net_error_list': ['mmenke@chromium.org'], |
| 1420 'netinfo': ['jkarlin+watch@chromium.org'], | 1417 'netinfo': ['jkarlin+watch@chromium.org'], |
| 1421 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], | 1418 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], |
| 1422 'network_quality': ['rdsmith@chromium.org'], | 1419 'network_quality': ['rdsmith@chromium.org'], |
| 1423 'notifications': ['peter@chromium.org', | 1420 'notifications': ['peter@chromium.org', |
| 1424 'mlamouri+watch-notifications@chromium.org'], | 1421 'mlamouri+watch-notifications@chromium.org'], |
| 1425 'npapi_headers': ['stuartmorgan@chromium.org'], | |
| 1426 'ntp': ['dbeam+watch-ntp@chromium.org', | 1422 'ntp': ['dbeam+watch-ntp@chromium.org', |
| 1427 'pedrosimonetti+watch@chromium.org'], | 1423 'pedrosimonetti+watch@chromium.org'], |
| 1428 'omnibox': ['suzhe@chromium.org'], | 1424 'omnibox': ['suzhe@chromium.org'], |
| 1429 'options': ['dbeam+watch-options@chromium.org', | 1425 'options': ['dbeam+watch-options@chromium.org', |
| 1430 'michaelpg+watch-options@chromium.org'], | 1426 'michaelpg+watch-options@chromium.org'], |
| 1431 'origin_trials': ['chasej+watch@chromium.org'], | 1427 'origin_trials': ['chasej+watch@chromium.org'], |
| 1432 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'], | 1428 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'], |
| 1433 'page_load_metrics' : ['csharrison+watch@chromium.org', | 1429 'page_load_metrics' : ['csharrison+watch@chromium.org', |
| 1434 'loading-reviews+metrics@chromium.org'], | 1430 'loading-reviews+metrics@chromium.org'], |
| 1435 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 1431 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1707 'kinuko+worker@chromium.org', | 1703 'kinuko+worker@chromium.org', |
| 1708 'horo+watch@chromium.org', | 1704 'horo+watch@chromium.org', |
| 1709 'falken@chromium.org' ], | 1705 'falken@chromium.org' ], |
| 1710 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1706 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 1711 'blink-reviews-wtf@chromium.org' ], | 1707 'blink-reviews-wtf@chromium.org' ], |
| 1712 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1708 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 1713 'test_runner': [ 'jochen+watch@chromium.org', | 1709 'test_runner': [ 'jochen+watch@chromium.org', |
| 1714 'mlamouri+watch-test-runner@chromium.org' ], | 1710 'mlamouri+watch-test-runner@chromium.org' ], |
| 1715 }, | 1711 }, |
| 1716 } | 1712 } |
| OLD | NEW |