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

Side by Side Diff: WATCHLISTS

Issue 14746010: Removing myself from a watchlist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'filepath': 'ui/gfx/font_render_params_.*|'\ 279 'filepath': 'ui/gfx/font_render_params_.*|'\
280 'ui/gfx/platform_font_pango.*|'\ 280 'ui/gfx/platform_font_pango.*|'\
281 'ui/gfx/render_text_linux.*', 281 'ui/gfx/render_text_linux.*',
282 }, 282 },
283 'linux_sandboxing': { 283 'linux_sandboxing': {
284 'filepath': 'sandbox/linux/', 284 'filepath': 'sandbox/linux/',
285 }, 285 },
286 'linux_seccomp_bpf': { 286 'linux_seccomp_bpf': {
287 'filepath': 'content/common/sandbox.*linux.cc', 287 'filepath': 'content/common/sandbox.*linux.cc',
288 }, 288 },
289 'locale_settings': {
290 'filepath': 'chrome/app/resources/locale_settings',
291 },
292 'managed_users': { 289 'managed_users': {
293 'filepath': 'chrome/browser/managed_mode'\ 290 'filepath': 'chrome/browser/managed_mode'\
294 '|chrome/browser/extensions/api/managed_mode'\ 291 '|chrome/browser/extensions/api/managed_mode'\
295 '|chrome/browser/resources/options/manage'\ 292 '|chrome/browser/resources/options/manage'\
296 '|chrome/browser/ui/webui/options/manage', 293 '|chrome/browser/ui/webui/options/manage',
297 }, 294 },
298 'mac': { 295 'mac': {
299 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$', 296 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
300 }, 297 },
301 'media': { 298 'media': {
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'installer': ['grt+watch@chromium.org'], 614 'installer': ['grt+watch@chromium.org'],
618 'instant': ['sreeram@chromium.org', 'gideonwald@chromium.org', 615 'instant': ['sreeram@chromium.org', 'gideonwald@chromium.org',
619 'dcblack@chromium.org', 'jered@chromium.org', 616 'dcblack@chromium.org', 'jered@chromium.org',
620 'dominich@chromium.org', 'samarth+watch@chromium.org', 617 'dominich@chromium.org', 'samarth+watch@chromium.org',
621 'melevin@chromium.org', 'dougw+watch@chromium.org', 618 'melevin@chromium.org', 'dougw+watch@chromium.org',
622 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org'], 619 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org'],
623 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], 620 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
624 'linux_fonts': ['derat+watch@chromium.org'], 621 'linux_fonts': ['derat+watch@chromium.org'],
625 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'], 622 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'],
626 'linux_seccomp_bpf': ['jln+watch@chromium.org'], 623 'linux_seccomp_bpf': ['jln+watch@chromium.org'],
627 'locale_settings': ['finnur+watch@chromium.org'],
628 'mac': ['sail+watch@chromium.org'], 624 'mac': ['sail+watch@chromium.org'],
629 'managed_users': ['pam+watch@chromium.org'], 625 'managed_users': ['pam+watch@chromium.org'],
630 'media': ['feature-media-reviews@chromium.org'], 626 'media': ['feature-media-reviews@chromium.org'],
631 'message_loop': ['sadrul@chromium.org'], 627 'message_loop': ['sadrul@chromium.org'],
632 'metrics': ['jar@chromium.org', 628 'metrics': ['jar@chromium.org',
633 'isherman@chromium.org', 629 'isherman@chromium.org',
634 'mad@chromium.org'], 630 'mad@chromium.org'],
635 'mouse_lock': ['scheib+watch@chromium.org'], 631 'mouse_lock': ['scheib+watch@chromium.org'],
636 'nacl': ['native-client-reviews@googlegroups.com'], 632 'nacl': ['native-client-reviews@googlegroups.com'],
637 'native_client_sdk': ['sbc@chromium.org', 'binji@chromium.org'], 633 'native_client_sdk': ['sbc@chromium.org', 'binji@chromium.org'],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 'views': ['tfarina@chromium.org'], 700 'views': ['tfarina@chromium.org'],
705 'views_core': ['ben+watch@chromium.org'], 701 'views_core': ['ben+watch@chromium.org'],
706 'website_settings': ['markusheintz@chromium.org'], 702 'website_settings': ['markusheintz@chromium.org'],
707 'webkit': ['darin-cc@chromium.org'], 703 'webkit': ['darin-cc@chromium.org'],
708 'worker': ['jam@chromium.org'], 704 'worker': ['jam@chromium.org'],
709 'x11': ['derat+watch@chromium.org', 705 'x11': ['derat+watch@chromium.org',
710 'sadrul@chromium.org', 706 'sadrul@chromium.org',
711 'yusukes+watch@chromium.org'], 707 'yusukes+watch@chromium.org'],
712 }, 708 },
713 } 709 }
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