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 869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
880 '|chrome/browser/ui/passwords'\ | 880 '|chrome/browser/ui/passwords'\ |
881 '|chrome/browser/ui/views/passwords'\ | 881 '|chrome/browser/ui/views/passwords'\ |
882 '|chrome/test/data/password'\ | 882 '|chrome/test/data/password'\ |
883 '|components/autofill.*password' | 883 '|components/autofill.*password' |
884 '|components/password_'\ | 884 '|components/password_'\ |
885 '|^ios/chrome/browser/passwords'\ | 885 '|^ios/chrome/browser/passwords'\ |
886 }, | 886 }, |
887 'payments': { | 887 'payments': { |
888 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'
\ | 888 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'
\ |
889 '|chrome/android/javatests/src/org/chromium/chrome/browser/pay
ments'\ | 889 '|chrome/android/javatests/src/org/chromium/chrome/browser/pay
ments'\ |
| 890 '|chrome/browser/payments'\ |
890 '|chrome/test/data/payments'\ | 891 '|chrome/test/data/payments'\ |
891 '|components/payments'\ | 892 '|components/payments'\ |
892 '|third_party/WebKit/LayoutTests/payments/'\ | 893 '|third_party/WebKit/LayoutTests/payments/'\ |
893 '|third_party/WebKit/Source/modules/payments'\ | 894 '|third_party/WebKit/Source/modules/payments'\ |
894 '|ios/web/payments/'\ | 895 '|ios/web/payments/'\ |
895 '|ios/web/public/payments/'\ | 896 '|ios/web/public/payments/'\ |
896 '|ios/chrome/browser/payments/' | 897 '|ios/chrome/browser/payments/' |
897 }, | 898 }, |
898 'payments_ios': { | 899 'payments_ios': { |
899 'filepath': 'ios/web/payments/'\ | 900 'filepath': 'ios/web/payments/'\ |
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2275 'msramek+watch@chromium.org', | 2276 'msramek+watch@chromium.org', |
2276 'raymes+watch@chromium.org'], | 2277 'raymes+watch@chromium.org'], |
2277 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2278 'windows_sandboxing': ['pennymac+watch@chromium.org', |
2278 'wfh+watch@chromium.org'], | 2279 'wfh+watch@chromium.org'], |
2279 'x11': ['derat+watch@chromium.org', | 2280 'x11': ['derat+watch@chromium.org', |
2280 'sadrul@chromium.org', | 2281 'sadrul@chromium.org', |
2281 'yusukes+watch@chromium.org'], | 2282 'yusukes+watch@chromium.org'], |
2282 'zoom': ['wjmaclean@chromium.org'], | 2283 'zoom': ['wjmaclean@chromium.org'], |
2283 }, | 2284 }, |
2284 } | 2285 } |
OLD | NEW |