| 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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 'ui/gfx/ozone/|'\ | 475 'ui/gfx/ozone/|'\ |
| 476 'ui/gl/gl_.*egl.*|'\ | 476 'ui/gl/gl_.*egl.*|'\ |
| 477 'ui/gl/gl_.*ozone.*' | 477 'ui/gl/gl_.*ozone.*' |
| 478 }, | 478 }, |
| 479 'panels': { | 479 'panels': { |
| 480 'filepath': 'chrome/browser/ui/panels'\ | 480 'filepath': 'chrome/browser/ui/panels'\ |
| 481 '|chrome/browser/ui/cocoa/panels'\ | 481 '|chrome/browser/ui/cocoa/panels'\ |
| 482 '|chrome/browser/ui/gtk/panels'\ | 482 '|chrome/browser/ui/gtk/panels'\ |
| 483 '|chrome/browser/ui/views/panels' | 483 '|chrome/browser/ui/views/panels' |
| 484 }, | 484 }, |
| 485 'password_manager': { |
| 486 'filepath': 'chrome/.*/password_'\ |
| 487 '|chrome/browser/ui/passwords'\ |
| 488 '|chrome/browser/ui/views/passwords'\ |
| 489 '|chrome/test/data/password'\ |
| 490 '|components/autofill.*password' |
| 491 '|components/password_'\ |
| 492 }, |
| 485 'pepper_api': { | 493 'pepper_api': { |
| 486 'filepath': 'ppapi/api'\ | 494 'filepath': 'ppapi/api'\ |
| 487 '|ppapi/c', | 495 '|ppapi/c', |
| 488 }, | 496 }, |
| 489 'plugin': { | 497 'plugin': { |
| 490 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ | 498 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ |
| 491 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', | 499 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', |
| 492 }, | 500 }, |
| 493 'policy_templates': { | 501 'policy_templates': { |
| 494 'filepath': 'components/policy/resources/policy_templates.json', | 502 'filepath': 'components/policy/resources/policy_templates.json', |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 844 'npapi_headers': ['stuartmorgan@chromium.org'], | 852 'npapi_headers': ['stuartmorgan@chromium.org'], |
| 845 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', | 853 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', |
| 846 'pedrosimonetti+watch@chromium.org'], | 854 'pedrosimonetti+watch@chromium.org'], |
| 847 'omnibox': ['suzhe@chromium.org'], | 855 'omnibox': ['suzhe@chromium.org'], |
| 848 'options': ['dbeam+watch-options@chromium.org'], | 856 'options': ['dbeam+watch-options@chromium.org'], |
| 849 'overview_mode': ['tdanderson+overview@chromium.org'], | 857 'overview_mode': ['tdanderson+overview@chromium.org'], |
| 850 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org', | 858 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org', |
| 851 'rjkroege@chromium.org'], | 859 'rjkroege@chromium.org'], |
| 852 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 860 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
| 853 'dcheng@chromium.org', 'jianli@chromium.org'], | 861 'dcheng@chromium.org', 'jianli@chromium.org'], |
| 862 'password_manager': ['mkwst+watchlist@chromium.org'], |
| 854 'pepper_api': ['piman+watch@chromium.org', 'ihf+watch@chromium.org', | 863 'pepper_api': ['piman+watch@chromium.org', 'ihf+watch@chromium.org', |
| 855 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org', | 864 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org', |
| 856 'noelallen@chromium.org', 'binji+watch@chromium.org', | 865 'noelallen@chromium.org', 'binji+watch@chromium.org', |
| 857 'nfullagar@chromium.org', 'teravest+watch@chromium.org', | 866 'nfullagar@chromium.org', 'teravest+watch@chromium.org', |
| 858 'tzik@chromium.org'], | 867 'tzik@chromium.org'], |
| 859 'plugin': ['jam@chromium.org', | 868 'plugin': ['jam@chromium.org', |
| 860 'stuartmorgan+watch@chromium.org'], | 869 'stuartmorgan+watch@chromium.org'], |
| 861 'policy_templates': ['joaodasilva+watch@chromium.org'], | 870 'policy_templates': ['joaodasilva+watch@chromium.org'], |
| 862 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'], | 871 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'], |
| 863 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', | 872 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 'webrtc_media': ['fischman+watch@chromium.org', | 932 'webrtc_media': ['fischman+watch@chromium.org', |
| 924 'wjia+watch@chromium.org', | 933 'wjia+watch@chromium.org', |
| 925 'mcasas+watch@chromium.org'], | 934 'mcasas+watch@chromium.org'], |
| 926 'website_settings': ['markusheintz@chromium.org'], | 935 'website_settings': ['markusheintz@chromium.org'], |
| 927 'worker': ['jam@chromium.org'], | 936 'worker': ['jam@chromium.org'], |
| 928 'x11': ['derat+watch@chromium.org', | 937 'x11': ['derat+watch@chromium.org', |
| 929 'sadrul@chromium.org', | 938 'sadrul@chromium.org', |
| 930 'yusukes+watch@chromium.org'], | 939 'yusukes+watch@chromium.org'], |
| 931 }, | 940 }, |
| 932 } | 941 } |
| OLD | NEW |