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

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: Feedback. 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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
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 }
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