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

Side by Side Diff: WATCHLISTS

Issue 575043002: Create a notifications WATCHLIST and add me to it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« 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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'net_error_list': { 486 'net_error_list': {
487 'filepath': 'net/base/net_error_list.h', 487 'filepath': 'net/base/net_error_list.h',
488 }, 488 },
489 'net_log': { 489 'net_log': {
490 'filepath': 'net/base/net_log|' \ 490 'filepath': 'net/base/net_log|' \
491 'chrome/browser/net/.*net_log|' \ 491 'chrome/browser/net/.*net_log|' \
492 'chrome/browser/net/passive_log_collector|' \ 492 'chrome/browser/net/passive_log_collector|' \
493 'chrome/browser/resources/net_internals/|' \ 493 'chrome/browser/resources/net_internals/|' \
494 'chrome/browser/ui/webui/net_internals/' 494 'chrome/browser/ui/webui/net_internals/'
495 }, 495 },
496 'notifications': {
497 'filepath': 'chrome/browser/extensions/api/notifications/|' \
498 'chrome/browser/notifications/|' \
499 'ui/message_center/'
500 },
496 'npapi_headers': { 501 'npapi_headers': {
497 'filepath': 'third_party/npapi/bindings/', 502 'filepath': 'third_party/npapi/bindings/',
498 }, 503 },
499 'ntp': { 504 'ntp': {
500 'filepath': 'chrome/browser/resources/ntp4/|'\ 505 'filepath': 'chrome/browser/resources/ntp4/|'\
501 'chrome/browser/resources/ntp_android/|'\ 506 'chrome/browser/resources/ntp_android/|'\
502 'chrome/browser/ui/webui/ntp/', 507 'chrome/browser/ui/webui/ntp/',
503 }, 508 },
504 'omnibox': { 509 'omnibox': {
505 'filepath': 'chrome/browser/autocomplete/'\ 510 'filepath': 'chrome/browser/autocomplete/'\
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 'mouse_lock': ['scheib+watch@chromium.org'], 914 'mouse_lock': ['scheib+watch@chromium.org'],
910 'music_manager_private': ['gab+watch@chromium.org', 915 'music_manager_private': ['gab+watch@chromium.org',
911 'erikwright+watch@chromium.org', 916 'erikwright+watch@chromium.org',
912 'robertshield+watch@chromium.org'], 917 'robertshield+watch@chromium.org'],
913 'nacl': ['native-client-reviews@googlegroups.com'], 918 'nacl': ['native-client-reviews@googlegroups.com'],
914 'native_client_sdk': ['sbc@chromium.org', 'binji+watch@chromium.org'], 919 'native_client_sdk': ['sbc@chromium.org', 'binji+watch@chromium.org'],
915 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'], 920 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'],
916 'net': ['cbentzel+watch@chromium.org'], 921 'net': ['cbentzel+watch@chromium.org'],
917 'net_error_list': ['mmenke@chromium.org'], 922 'net_error_list': ['mmenke@chromium.org'],
918 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], 923 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'],
924 'notifications': ['peter+watch@chromium.org'],
919 'npapi_headers': ['stuartmorgan@chromium.org'], 925 'npapi_headers': ['stuartmorgan@chromium.org'],
920 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', 926 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org',
921 'pedrosimonetti+watch@chromium.org'], 927 'pedrosimonetti+watch@chromium.org'],
922 'omnibox': ['suzhe@chromium.org'], 928 'omnibox': ['suzhe@chromium.org'],
923 'options': ['dbeam+watch-options@chromium.org'], 929 'options': ['dbeam+watch-options@chromium.org'],
924 'overview_mode': ['tdanderson+overview@chromium.org'], 930 'overview_mode': ['tdanderson+overview@chromium.org'],
925 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'], 931 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org'],
926 'panels': ['dimich@chromium.org', 'jennb@chromium.org', 932 'panels': ['dimich@chromium.org', 'jennb@chromium.org',
927 'dcheng@chromium.org', 'jianli@chromium.org'], 933 'dcheng@chromium.org', 'jianli@chromium.org'],
928 'password_manager': ['mkwst+watchlist@chromium.org', 934 'password_manager': ['mkwst+watchlist@chromium.org',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'mcasas+watch@chromium.org', 1007 'mcasas+watch@chromium.org',
1002 'posciak+watch@chromium.org'], 1008 'posciak+watch@chromium.org'],
1003 'website_settings': ['markusheintz@chromium.org'], 1009 'website_settings': ['markusheintz@chromium.org'],
1004 'windows_sandboxing': ['wfh+watch@chromium.org'], 1010 'windows_sandboxing': ['wfh+watch@chromium.org'],
1005 'worker': ['jam@chromium.org'], 1011 'worker': ['jam@chromium.org'],
1006 'x11': ['derat+watch@chromium.org', 1012 'x11': ['derat+watch@chromium.org',
1007 'sadrul@chromium.org', 1013 'sadrul@chromium.org',
1008 'yusukes+watch@chromium.org'], 1014 'yusukes+watch@chromium.org'],
1009 }, 1015 },
1010 } 1016 }
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