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

Side by Side Diff: WATCHLISTS

Issue 888823002: Add myself to content worker watch list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'filepath': 'content/browser/renderer_host/input/|'\ 248 'filepath': 'content/browser/renderer_host/input/|'\
249 'content/common/input/|'\ 249 'content/common/input/|'\
250 'content/renderer/input/', 250 'content/renderer/input/',
251 }, 251 },
252 'content_renderer': { 252 'content_renderer': {
253 'filepath': 'content/renderer/', 253 'filepath': 'content/renderer/',
254 }, 254 },
255 'content_shell': { 255 'content_shell': {
256 'filepath': 'content/shell/', 256 'filepath': 'content/shell/',
257 }, 257 },
258 'content_worker': {
259 'filepath': 'content/.*worker',
260 },
258 'cookie_monster': { 261 'cookie_monster': {
259 'filepath': 'net/cookies/|'\ 262 'filepath': 'net/cookies/|'\
260 'chrome/browser/net/sqlite_persistent_cookie_store', 263 'chrome/browser/net/sqlite_persistent_cookie_store',
261 }, 264 },
262 'custom_handlers': { 265 'custom_handlers': {
263 'filepath': 'chrome/browser/custom_handlers/|'\ 266 'filepath': 'chrome/browser/custom_handlers/|'\
264 'chrome/common/custom_handlers/', 267 'chrome/common/custom_handlers/',
265 }, 268 },
266 'deep_memory_profiler': { 269 'deep_memory_profiler': {
267 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', 270 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)',
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 'vitalyp+closure@chromium.org'], 858 'vitalyp+closure@chromium.org'],
856 'content': ['jam@chromium.org', 859 'content': ['jam@chromium.org',
857 'darin-cc@chromium.org' ], 860 'darin-cc@chromium.org' ],
858 'content_bluetooth': ['scheib+watch@chromium.org'], 861 'content_bluetooth': ['scheib+watch@chromium.org'],
859 'content_input': ['jdduke+watch@chromium.org'], 862 'content_input': ['jdduke+watch@chromium.org'],
860 'content_renderer': [ 'mkwst+moarreviews-renderer@chromium.org', 863 'content_renderer': [ 'mkwst+moarreviews-renderer@chromium.org',
861 'mlamouri+watch-content@chromium.org'], 864 'mlamouri+watch-content@chromium.org'],
862 'content_shell': ['jochen+watch@chromium.org', 865 'content_shell': ['jochen+watch@chromium.org',
863 'mkwst+moarreviews-shell@chromium.org', 866 'mkwst+moarreviews-shell@chromium.org',
864 'mlamouri+watch-content@chromium.org'], 867 'mlamouri+watch-content@chromium.org'],
868 'content_worker': ['kinuko+watch@chromium.org'],
865 'cookie_monster': ['erikwright@chromium.org'], 869 'cookie_monster': ['erikwright@chromium.org'],
866 'custom_handlers': ['vabr@chromium.org'], 870 'custom_handlers': ['vabr@chromium.org'],
867 'deep_memory_profiler': ['dmikurube@chromium.org'], 871 'deep_memory_profiler': ['dmikurube@chromium.org'],
868 'device_sensors': ['timvolodine@chromium.org', 872 'device_sensors': ['timvolodine@chromium.org',
869 'mvanouwerkerk@chromium.org', 873 'mvanouwerkerk@chromium.org',
870 'rijubrata.bhaumik@intel.com', 874 'rijubrata.bhaumik@intel.com',
871 'mlamouri+watch-sensors@chromium.org'], 875 'mlamouri+watch-sensors@chromium.org'],
872 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', 876 'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org',
873 'vsevik@chromium.org', 'aandrey+blink@chromium.org', 877 'vsevik@chromium.org', 'aandrey+blink@chromium.org',
874 'paulirish+reviews@chromium.org', 878 'paulirish+reviews@chromium.org',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 'mcasas+watch@chromium.org', 1033 'mcasas+watch@chromium.org',
1030 'posciak+watch@chromium.org'], 1034 'posciak+watch@chromium.org'],
1031 'website_settings': ['markusheintz@chromium.org'], 1035 'website_settings': ['markusheintz@chromium.org'],
1032 'windows_sandboxing': ['wfh+watch@chromium.org'], 1036 'windows_sandboxing': ['wfh+watch@chromium.org'],
1033 'worker': ['jam@chromium.org'], 1037 'worker': ['jam@chromium.org'],
1034 'x11': ['derat+watch@chromium.org', 1038 'x11': ['derat+watch@chromium.org',
1035 'sadrul@chromium.org', 1039 'sadrul@chromium.org',
1036 'yusukes+watch@chromium.org'], 1040 'yusukes+watch@chromium.org'],
1037 }, 1041 },
1038 } 1042 }
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