Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: WATCHLISTS

Issue 266473004: Watchlist: Add a password_manager ruleset, and myself to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'ui/gfx/ozone/|'\ 478 'ui/gfx/ozone/|'\
479 'ui/gl/gl_.*egl.*|'\ 479 'ui/gl/gl_.*egl.*|'\
480 'ui/gl/gl_.*ozone.*' 480 'ui/gl/gl_.*ozone.*'
481 }, 481 },
482 'panels': { 482 'panels': {
483 'filepath': 'chrome/browser/ui/panels'\ 483 'filepath': 'chrome/browser/ui/panels'\
484 '|chrome/browser/ui/cocoa/panels'\ 484 '|chrome/browser/ui/cocoa/panels'\
485 '|chrome/browser/ui/gtk/panels'\ 485 '|chrome/browser/ui/gtk/panels'\
486 '|chrome/browser/ui/views/panels' 486 '|chrome/browser/ui/views/panels'
487 }, 487 },
488 'password_manager': {
489 'filepath': 'chrome/.*/password_'\
vabr (Chromium) 2014/04/30 14:14:26 Silly question: Are you sure this is a prefix-matc
Mike West 2014/05/05 07:00:53 According to the comment at the top of the file, y
490 '|chrome/browser/ui/passwords'\
491 '|chrome/browser/ui/views/passwords'\
492 '|chrome/test/data/password'\
493 '|components/password_'\
vabr (Chromium) 2014/04/30 14:14:26 You might also want to add components/autofill/.*p
Mike West 2014/05/05 07:00:53 Done.
494 },
488 'pepper_api': { 495 'pepper_api': {
489 'filepath': 'ppapi/api'\ 496 'filepath': 'ppapi/api'\
490 '|ppapi/c', 497 '|ppapi/c',
491 }, 498 },
492 'plugin': { 499 'plugin': {
493 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ 500 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
494 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', 501 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
495 }, 502 },
496 'policy_templates': { 503 'policy_templates': {
497 'filepath': 'components/policy/resources/policy_templates.json', 504 'filepath': 'components/policy/resources/policy_templates.json',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 'npapi_headers': ['stuartmorgan@chromium.org'], 855 'npapi_headers': ['stuartmorgan@chromium.org'],
849 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', 856 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org',
850 'pedrosimonetti+watch@chromium.org'], 857 'pedrosimonetti+watch@chromium.org'],
851 'omnibox': ['suzhe@chromium.org'], 858 'omnibox': ['suzhe@chromium.org'],
852 'options': ['dbeam+watch-options@chromium.org'], 859 'options': ['dbeam+watch-options@chromium.org'],
853 'overview_mode': ['tdanderson+overview@chromium.org'], 860 'overview_mode': ['tdanderson+overview@chromium.org'],
854 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org', 861 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org',
855 'rjkroege@chromium.org'], 862 'rjkroege@chromium.org'],
856 'panels': ['dimich@chromium.org', 'jennb@chromium.org', 863 'panels': ['dimich@chromium.org', 'jennb@chromium.org',
857 'dcheng@chromium.org', 'jianli@chromium.org'], 864 'dcheng@chromium.org', 'jianli@chromium.org'],
865 'password_manager': ['mkwst+watchlist@chromium.org'],
858 'pepper_api': ['piman+watch@chromium.org', 866 'pepper_api': ['piman+watch@chromium.org',
859 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org', 867 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org',
860 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org', 868 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org',
861 'noelallen@chromium.org', 'binji+watch@chromium.org', 869 'noelallen@chromium.org', 'binji+watch@chromium.org',
862 'nfullagar@chromium.org', 'teravest+watch@chromium.org', 870 'nfullagar@chromium.org', 'teravest+watch@chromium.org',
863 'tzik@chromium.org'], 871 'tzik@chromium.org'],
864 'plugin': ['jam@chromium.org', 872 'plugin': ['jam@chromium.org',
865 'stuartmorgan+watch@chromium.org'], 873 'stuartmorgan+watch@chromium.org'],
866 'policy_templates': ['joaodasilva+watch@chromium.org'], 874 'policy_templates': ['joaodasilva+watch@chromium.org'],
867 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'], 875 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'],
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 'webrtc_media': ['fischman+watch@chromium.org', 936 'webrtc_media': ['fischman+watch@chromium.org',
929 'wjia+watch@chromium.org', 937 'wjia+watch@chromium.org',
930 'mcasas+watch@chromium.org'], 938 'mcasas+watch@chromium.org'],
931 'website_settings': ['markusheintz@chromium.org'], 939 'website_settings': ['markusheintz@chromium.org'],
932 'worker': ['jam@chromium.org'], 940 'worker': ['jam@chromium.org'],
933 'x11': ['derat+watch@chromium.org', 941 'x11': ['derat+watch@chromium.org',
934 'sadrul@chromium.org', 942 'sadrul@chromium.org',
935 'yusukes+watch@chromium.org'], 943 'yusukes+watch@chromium.org'],
936 }, 944 },
937 } 945 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698