| 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 }, | 598 }, |
| 599 'ntp_snippets': { | 599 'ntp_snippets': { |
| 600 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\ | 600 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\ |
| 601 'chrome/browser/ntp_snippets/|'\ | 601 'chrome/browser/ntp_snippets/|'\ |
| 602 'components/ntp_snippets/|'\ | 602 'components/ntp_snippets/|'\ |
| 603 'chrome/android/java/res/layout/new_tab_page|'\ | 603 'chrome/android/java/res/layout/new_tab_page|'\ |
| 604 'chrome/android/java/res/layout/most_visited' | 604 'chrome/android/java/res/layout/most_visited' |
| 605 }, | 605 }, |
| 606 'offline_pages': { | 606 'offline_pages': { |
| 607 'filepath': 'components/offline_pages/'\ | 607 'filepath': 'components/offline_pages/'\ |
| 608 '|chrome/browser/android/offline_pages/' | 608 '|chrome/browser/android/offline_pages/'\ |
| 609 '|chrome/android/java/src/org/chromium/chrome/browser/offlinep
ages/' |
| 609 }, | 610 }, |
| 610 'omnibox': { | 611 'omnibox': { |
| 611 'filepath': 'chrome/browser/autocomplete/'\ | 612 'filepath': 'chrome/browser/autocomplete/'\ |
| 612 '|chrome/browser/ui/.*/omnibox/' | 613 '|chrome/browser/ui/.*/omnibox/' |
| 613 }, | 614 }, |
| 614 'options': { | 615 'options': { |
| 615 'filepath': 'chrome/browser/resources/options/|'\ | 616 'filepath': 'chrome/browser/resources/options/|'\ |
| 616 'chrome/browser/ui/webui/options/', | 617 'chrome/browser/ui/webui/options/', |
| 617 }, | 618 }, |
| 618 'origin_trials': { | 619 'origin_trials': { |
| (...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1488 'net': ['cbentzel+watch@chromium.org'], | 1489 'net': ['cbentzel+watch@chromium.org'], |
| 1489 'net_error_list': ['mmenke@chromium.org'], | 1490 'net_error_list': ['mmenke@chromium.org'], |
| 1490 'netinfo': ['jkarlin+watch@chromium.org'], | 1491 'netinfo': ['jkarlin+watch@chromium.org'], |
| 1491 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], | 1492 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], |
| 1492 'notifications': ['peter@chromium.org', | 1493 'notifications': ['peter@chromium.org', |
| 1493 'mlamouri+watch-notifications@chromium.org'], | 1494 'mlamouri+watch-notifications@chromium.org'], |
| 1494 'ntp': ['dbeam+watch-ntp@chromium.org', | 1495 'ntp': ['dbeam+watch-ntp@chromium.org', |
| 1495 'pedrosimonetti+watch@chromium.org'], | 1496 'pedrosimonetti+watch@chromium.org'], |
| 1496 'ntp_snippets': ['mcwilliams+watch@chromium.org', | 1497 'ntp_snippets': ['mcwilliams+watch@chromium.org', |
| 1497 'dgn+watch@chromium.org'], | 1498 'dgn+watch@chromium.org'], |
| 1498 'offline_pages': ['dimich+watch@chromium.org'], | 1499 'offline_pages': ['dimich+watch@chromium.org', |
| 1500 'fgorski+watch@chromium.org'], |
| 1499 'omnibox': ['suzhe@chromium.org'], | 1501 'omnibox': ['suzhe@chromium.org'], |
| 1500 'options': ['dbeam+watch-options@chromium.org', | 1502 'options': ['dbeam+watch-options@chromium.org', |
| 1501 'michaelpg+watch-options@chromium.org'], | 1503 'michaelpg+watch-options@chromium.org'], |
| 1502 'origin_trials': ['chasej+watch@chromium.org'], | 1504 'origin_trials': ['chasej+watch@chromium.org'], |
| 1503 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'], | 1505 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'], |
| 1504 'page_load_metrics' : ['csharrison+watch@chromium.org', | 1506 'page_load_metrics' : ['csharrison+watch@chromium.org', |
| 1505 'loading-reviews+metrics@chromium.org'], | 1507 'loading-reviews+metrics@chromium.org'], |
| 1506 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 1508 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
| 1507 'dcheng@chromium.org', 'jianli@chromium.org'], | 1509 'dcheng@chromium.org', 'jianli@chromium.org'], |
| 1508 'password_manager': ['mkwst+watchlist-passwords@chromium.org', | 1510 'password_manager': ['mkwst+watchlist-passwords@chromium.org', |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1785 'kinuko+worker@chromium.org', | 1787 'kinuko+worker@chromium.org', |
| 1786 'horo+watch@chromium.org', | 1788 'horo+watch@chromium.org', |
| 1787 'falken@chromium.org' ], | 1789 'falken@chromium.org' ], |
| 1788 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1790 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 1789 'blink-reviews-wtf@chromium.org' ], | 1791 'blink-reviews-wtf@chromium.org' ], |
| 1790 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1792 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 1791 'test_runner': [ 'jochen+watch@chromium.org', | 1793 'test_runner': [ 'jochen+watch@chromium.org', |
| 1792 'mlamouri+watch-test-runner@chromium.org' ], | 1794 'mlamouri+watch-test-runner@chromium.org' ], |
| 1793 }, | 1795 }, |
| 1794 } | 1796 } |
| OLD | NEW |