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

Side by Side Diff: WATCHLISTS

Issue 127653002: [Watchlist] Add storage team to service_worker watchlist (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: +horo Created 6 years, 11 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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 }, 465 },
466 'remoting': { 466 'remoting': {
467 'filepath': 'remoting/', 467 'filepath': 'remoting/',
468 }, 468 },
469 'search': { 469 'search': {
470 'filepath': 'chrome/browser/ui/search/', 470 'filepath': 'chrome/browser/ui/search/',
471 }, 471 },
472 'sessions': { 472 'sessions': {
473 'filepath': 'chrome/browser/sessions/', 473 'filepath': 'chrome/browser/sessions/',
474 }, 474 },
475 'service_worker': {
476 'filepath': 'content/(browser|renderer|child)/service_worker/',
477 },
475 'shell_window': { 478 'shell_window': {
476 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)'\ 479 'filepath': 'chrome/browser/ui/(views/|gtk/|cocoa/|)'\
477 'extensions/(shell|app|native)' 480 'extensions/(shell|app|native)'
478 }, 481 },
479 'site_instance': { 482 'site_instance': {
480 'filepath': 'content/browser/site_instance|'\ 483 'filepath': 'content/browser/site_instance|'\
481 'content/browser/browsing_instance', 484 'content/browser/browsing_instance',
482 }, 485 },
483 'speech': { 486 'speech': {
484 'filepath': 'chrome/browser/speech/'\ 487 'filepath': 'chrome/browser/speech/'\
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 'hclam+watch@chromium.org', 814 'hclam+watch@chromium.org',
812 'jamiewalch+watch@chromium.org', 815 'jamiewalch+watch@chromium.org',
813 'lambroslambrou+watch@chromium.org', 816 'lambroslambrou+watch@chromium.org',
814 'rmsousa+watch@chromium.org', 817 'rmsousa+watch@chromium.org',
815 'sergeyu+watch@chromium.org', 818 'sergeyu+watch@chromium.org',
816 'weitaosu+watch@chromium.org', 819 'weitaosu+watch@chromium.org',
817 'wez+watch@chromium.org', 820 'wez+watch@chromium.org',
818 'amit@chromium.org', 821 'amit@chromium.org',
819 'sanjeevr@chromium.org'], 822 'sanjeevr@chromium.org'],
820 'sessions': ['marja+watch@chromium.org'], 823 'sessions': ['marja+watch@chromium.org'],
824 'service_worker': ['tzik@chromium.org',
825 'kinuko+watch@chromium.org',
826 'nhiroki@chromium.org',
827 'horo+watch@chromium.org'],
821 'shell_window': ['jeremya+watch@chromium.org'], 828 'shell_window': ['jeremya+watch@chromium.org'],
822 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'], 829 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'],
823 'spellcheck': ['groby+spellwatch@chromium.org', 830 'spellcheck': ['groby+spellwatch@chromium.org',
824 'rlp@chromium.org', 831 'rlp@chromium.org',
825 'rouslan+spellwatch@chromium.org'], 832 'rouslan+spellwatch@chromium.org'],
826 'streams': ['zork+watch@chromium.org'], 833 'streams': ['zork+watch@chromium.org'],
827 'sync': ['haitaol+watch@chromium.org', 834 'sync': ['haitaol+watch@chromium.org',
828 'rsimha+watch@chromium.org', 835 'rsimha+watch@chromium.org',
829 'tim+watch@chromium.org', 836 'tim+watch@chromium.org',
830 'maniscalco+watch@chromium.org'], 837 'maniscalco+watch@chromium.org'],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'webrtc_media': ['fischman+watch@chromium.org', 869 'webrtc_media': ['fischman+watch@chromium.org',
863 'wjia+watch@chromium.org', 870 'wjia+watch@chromium.org',
864 'mcasas+watch@chromium.org'], 871 'mcasas+watch@chromium.org'],
865 'website_settings': ['markusheintz@chromium.org'], 872 'website_settings': ['markusheintz@chromium.org'],
866 'worker': ['jam@chromium.org'], 873 'worker': ['jam@chromium.org'],
867 'x11': ['derat+watch@chromium.org', 874 'x11': ['derat+watch@chromium.org',
868 'sadrul@chromium.org', 875 'sadrul@chromium.org',
869 'yusukes+watch@chromium.org'], 876 'yusukes+watch@chromium.org'],
870 }, 877 },
871 } 878 }
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