OLD | NEW |
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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 'filepath': 'mouse_lock', | 398 'filepath': 'mouse_lock', |
399 }, | 399 }, |
400 'nacl': { | 400 'nacl': { |
401 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ | 401 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
402 'chrome/browser/nacl_host/|chrome/common/nacl|'\ | 402 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
403 'native_client_sdk/src/doc/', | 403 'native_client_sdk/src/doc/', |
404 }, | 404 }, |
405 'native_client_sdk': { | 405 'native_client_sdk': { |
406 'filepath': '^native_client_sdk/', | 406 'filepath': '^native_client_sdk/', |
407 }, | 407 }, |
| 408 'navigation': { |
| 409 'filepath': 'content/browser/frame_host|'\ |
| 410 'content/browser/renderer_host/render_process_host.*|'\ |
| 411 'content/browser/renderer_host/render_view_host.*|'\ |
| 412 'content/browser/web_contents/web_contents_impl.*|'\ |
| 413 'content/renderer/render_frame.*|'\ |
| 414 'content/renderer/render_view.*' |
| 415 }, |
408 'net': { | 416 'net': { |
409 'filepath': 'net/', | 417 'filepath': 'net/', |
410 }, | 418 }, |
411 'net_error_list': { | 419 'net_error_list': { |
412 'filepath': 'net/base/net_error_list.h', | 420 'filepath': 'net/base/net_error_list.h', |
413 }, | 421 }, |
414 'net_log': { | 422 'net_log': { |
415 'filepath': 'net/base/net_log|' \ | 423 'filepath': 'net/base/net_log|' \ |
416 'chrome/browser/net/.*net_log|' \ | 424 'chrome/browser/net/.*net_log|' \ |
417 'chrome/browser/net/passive_log_collector|' \ | 425 'chrome/browser/net/passive_log_collector|' \ |
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
790 'asvitkine+watch@chromium.org'], | 798 'asvitkine+watch@chromium.org'], |
791 'metrics_xml_files': ['jar@chromium.org', 'asvitkine+watch@chromium.org'], | 799 'metrics_xml_files': ['jar@chromium.org', 'asvitkine+watch@chromium.org'], |
792 'mojo': ['aa@chromium.org', | 800 'mojo': ['aa@chromium.org', |
793 'abarth@chromium.org', | 801 'abarth@chromium.org', |
794 'ben+mojo@chromium.org', | 802 'ben+mojo@chromium.org', |
795 'darin@chromium.org', | 803 'darin@chromium.org', |
796 'viettrungluu+watch@chromium.org'], | 804 'viettrungluu+watch@chromium.org'], |
797 'mouse_lock': ['scheib+watch@chromium.org'], | 805 'mouse_lock': ['scheib+watch@chromium.org'], |
798 'nacl': ['native-client-reviews@googlegroups.com'], | 806 'nacl': ['native-client-reviews@googlegroups.com'], |
799 'native_client_sdk': ['sbc@chromium.org', 'binji@chromium.org'], | 807 'native_client_sdk': ['sbc@chromium.org', 'binji@chromium.org'], |
| 808 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'], |
800 'net': ['cbentzel+watch@chromium.org'], | 809 'net': ['cbentzel+watch@chromium.org'], |
801 'net_error_list': ['mmenke@chromium.org'], | 810 'net_error_list': ['mmenke@chromium.org'], |
802 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], | 811 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], |
803 'npapi_headers': ['stuartmorgan@chromium.org'], | 812 'npapi_headers': ['stuartmorgan@chromium.org'], |
804 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', | 813 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', |
805 'pedrosimonetti+watch@chromium.org'], | 814 'pedrosimonetti+watch@chromium.org'], |
806 'omnibox': ['suzhe@chromium.org'], | 815 'omnibox': ['suzhe@chromium.org'], |
807 'options': ['dbeam+watch-options@chromium.org'], | 816 'options': ['dbeam+watch-options@chromium.org'], |
808 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org', | 817 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org', |
809 'rjkroege@chromium.org'], | 818 'rjkroege@chromium.org'], |
(...skipping 18 matching lines...) Expand all Loading... |
828 'dennisjeffrey@chromium.org'], | 837 'dennisjeffrey@chromium.org'], |
829 'remoting': ['chromoting-reviews@chromium.org'], | 838 'remoting': ['chromoting-reviews@chromium.org'], |
830 'sessions': ['marja+watch@chromium.org'], | 839 'sessions': ['marja+watch@chromium.org'], |
831 'service_worker': ['tzik@chromium.org', | 840 'service_worker': ['tzik@chromium.org', |
832 'kinuko+watch@chromium.org', | 841 'kinuko+watch@chromium.org', |
833 'nhiroki@chromium.org', | 842 'nhiroki@chromium.org', |
834 'horo+watch@chromium.org', | 843 'horo+watch@chromium.org', |
835 'alecflett+watch@chromium.org', | 844 'alecflett+watch@chromium.org', |
836 'jsbell+serviceworker@chromium.org', | 845 'jsbell+serviceworker@chromium.org', |
837 'serviceworker-reviews@chromium.org'], | 846 'serviceworker-reviews@chromium.org'], |
838 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'], | 847 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', |
| 848 'nasko+codewatch@chromium.org'], |
839 'spellcheck': ['groby+spellwatch@chromium.org', | 849 'spellcheck': ['groby+spellwatch@chromium.org', |
840 'rlp@chromium.org', | 850 'rlp@chromium.org', |
841 'rouslan+spellwatch@chromium.org'], | 851 'rouslan+spellwatch@chromium.org'], |
842 'streams': ['zork+watch@chromium.org'], | 852 'streams': ['zork+watch@chromium.org'], |
843 'sync': ['haitaol+watch@chromium.org', | 853 'sync': ['haitaol+watch@chromium.org', |
844 'tim+watch@chromium.org', | 854 'tim+watch@chromium.org', |
845 'maniscalco+watch@chromium.org'], | 855 'maniscalco+watch@chromium.org'], |
846 'syncfs': ['kinuko+watch@chromium.org', | 856 'syncfs': ['kinuko+watch@chromium.org', |
847 'nhiroki@chromium.org', | 857 'nhiroki@chromium.org', |
848 'tzik@chromium.org'], | 858 'tzik@chromium.org'], |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
880 'webrtc_media': ['fischman+watch@chromium.org', | 890 'webrtc_media': ['fischman+watch@chromium.org', |
881 'wjia+watch@chromium.org', | 891 'wjia+watch@chromium.org', |
882 'mcasas+watch@chromium.org'], | 892 'mcasas+watch@chromium.org'], |
883 'website_settings': ['markusheintz@chromium.org'], | 893 'website_settings': ['markusheintz@chromium.org'], |
884 'worker': ['jam@chromium.org'], | 894 'worker': ['jam@chromium.org'], |
885 'x11': ['derat+watch@chromium.org', | 895 'x11': ['derat+watch@chromium.org', |
886 'sadrul@chromium.org', | 896 'sadrul@chromium.org', |
887 'yusukes+watch@chromium.org'], | 897 'yusukes+watch@chromium.org'], |
888 }, | 898 }, |
889 } | 899 } |
OLD | NEW |