| 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 '|chrome/browser/ui/cocoa/panels'\ | 660 '|chrome/browser/ui/cocoa/panels'\ |
| 661 '|chrome/browser/ui/views/panels' | 661 '|chrome/browser/ui/views/panels' |
| 662 }, | 662 }, |
| 663 'password_manager': { | 663 'password_manager': { |
| 664 'filepath': 'chrome/.*/password_'\ | 664 'filepath': 'chrome/.*/password_'\ |
| 665 '|chrome/browser/ui/passwords'\ | 665 '|chrome/browser/ui/passwords'\ |
| 666 '|chrome/browser/ui/views/passwords'\ | 666 '|chrome/browser/ui/views/passwords'\ |
| 667 '|chrome/test/data/password'\ | 667 '|chrome/test/data/password'\ |
| 668 '|components/autofill.*password' | 668 '|components/autofill.*password' |
| 669 '|components/password_'\ | 669 '|components/password_'\ |
| 670 '|^ios/chrome/browser/passwords'\ |
| 670 }, | 671 }, |
| 671 'pepper_api': { | 672 'pepper_api': { |
| 672 'filepath': 'ppapi/api'\ | 673 'filepath': 'ppapi/api'\ |
| 673 '|ppapi/c', | 674 '|ppapi/c', |
| 674 }, | 675 }, |
| 675 'permissions': { | 676 'permissions': { |
| 676 'filepath': 'content/(child,browser)/permissions/'\ | 677 'filepath': 'content/(child,browser)/permissions/'\ |
| 677 '|content/common/permission_*'\ | 678 '|content/common/permission_*'\ |
| 678 '|content/public/(common,browser)/permission_*'\ | 679 '|content/public/(common,browser)/permission_*'\ |
| 679 '|chrome/browser/permissions/'\ | 680 '|chrome/browser/permissions/'\ |
| (...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1847 'falken@chromium.org' ], | 1848 'falken@chromium.org' ], |
| 1848 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1849 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 1849 'blink-reviews-wtf@chromium.org' ], | 1850 'blink-reviews-wtf@chromium.org' ], |
| 1850 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1851 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 1851 'test_runner': [ 'jochen+watch@chromium.org', | 1852 'test_runner': [ 'jochen+watch@chromium.org', |
| 1852 'mlamouri+watch-test-runner@chromium.org' ], | 1853 'mlamouri+watch-test-runner@chromium.org' ], |
| 1853 'clank_uma_settings': ['gayane+watch@chromium.org'], | 1854 'clank_uma_settings': ['gayane+watch@chromium.org'], |
| 1854 'xml': [ 'dominicc+watchlist@chromium.org' ], | 1855 'xml': [ 'dominicc+watchlist@chromium.org' ], |
| 1855 }, | 1856 }, |
| 1856 } | 1857 } |
| OLD | NEW |