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

Side by Side Diff: WATCHLISTS

Issue 1103113002: WATCHLISTS: Add nhiroki@ to 'cache_storage' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'battery_status': ['timvolodine@chromium.org'], 879 'battery_status': ['timvolodine@chromium.org'],
880 'bookmarks': ['noyau+watch@chromium.org', 'tfarina@chromium.org'], 880 'bookmarks': ['noyau+watch@chromium.org', 'tfarina@chromium.org'],
881 'browser_chromeos': ['davemoore+watch@chromium.org', 881 'browser_chromeos': ['davemoore+watch@chromium.org',
882 'stevenjb+watch@chromium.org'], 882 'stevenjb+watch@chromium.org'],
883 'browser_components': ['browser-components-watch@chromium.org'], 883 'browser_components': ['browser-components-watch@chromium.org'],
884 'browser_compositor': ['vollick@chromium.org', 884 'browser_compositor': ['vollick@chromium.org',
885 'piman+watch@chromium.org'], 885 'piman+watch@chromium.org'],
886 'browser_resources': ['arv+watch@chromium.org'], 886 'browser_resources': ['arv+watch@chromium.org'],
887 'browsing_data': ['markusheintz@chromium.org'], 887 'browsing_data': ['markusheintz@chromium.org'],
888 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], 888 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'],
889 'cache_storage': ['jkarlin+watch@chromium.org'], 889 'cache_storage': ['jkarlin+watch@chromium.org', 'nhiroki@chromium.org'],
890 'cast': ['avayvod+watch@chromium.org', 890 'cast': ['avayvod+watch@chromium.org',
891 'hclam+watch@chromium.org', 891 'hclam+watch@chromium.org',
892 'hguihot+watch@chromium.org', 892 'hguihot+watch@chromium.org',
893 'hubbe+watch@chromium.org', 893 'hubbe+watch@chromium.org',
894 'imcheng+watch@chromium.org', 894 'imcheng+watch@chromium.org',
895 'jasonroberts+watch@google.com', 895 'jasonroberts+watch@google.com',
896 'miu+watch@chromium.org'], 896 'miu+watch@chromium.org'],
897 'cc': ['cc-bugs@chromium.org'], 897 'cc': ['cc-bugs@chromium.org'],
898 'chrome_elf': ['caitkp+watch@chromium.org',], 898 'chrome_elf': ['caitkp+watch@chromium.org',],
899 'chrome_views': ['tfarina@chromium.org'], 899 'chrome_views': ['tfarina@chromium.org'],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'posciak+watch@chromium.org'], 1107 'posciak+watch@chromium.org'],
1108 'website_settings': ['markusheintz@chromium.org'], 1108 'website_settings': ['markusheintz@chromium.org'],
1109 'windows_sandboxing': ['wfh+watch@chromium.org'], 1109 'windows_sandboxing': ['wfh+watch@chromium.org'],
1110 'worker': ['jam@chromium.org'], 1110 'worker': ['jam@chromium.org'],
1111 'x11': ['derat+watch@chromium.org', 1111 'x11': ['derat+watch@chromium.org',
1112 'sadrul@chromium.org', 1112 'sadrul@chromium.org',
1113 'yusukes+watch@chromium.org'], 1113 'yusukes+watch@chromium.org'],
1114 'zoom': ['wjmaclean@chromium.org'], 1114 'zoom': ['wjmaclean@chromium.org'],
1115 }, 1115 },
1116 } 1116 }
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