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 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
803 }, | 803 }, |
804 'x11': { | 804 'x11': { |
805 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ | 805 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
806 '|chrome/browser/chromeos/input_method/xkeyboard\.' \ | 806 '|chrome/browser/chromeos/input_method/xkeyboard\.' \ |
807 '|chrome/browser/chromeos/system_key_event_listener\.' \ | 807 '|chrome/browser/chromeos/system_key_event_listener\.' \ |
808 '|chrome/browser/chromeos/'\ | 808 '|chrome/browser/chromeos/'\ |
809 'xinput_hierarchy_changed_event_listener\.' \ | 809 'xinput_hierarchy_changed_event_listener\.' \ |
810 '|chrome/browser/chromeos/wm_' \ | 810 '|chrome/browser/chromeos/wm_' \ |
811 '|ui/base/x/' | 811 '|ui/base/x/' |
812 }, | 812 }, |
| 813 'zoom': { |
| 814 'filepath': 'chrome/browser/ui/zoom/' \ |
| 815 '|components/ui/zoom/' \ |
| 816 '|content/browser/host_zoom_*' \ |
| 817 '|content/browser/storage_partition_impl*' \ |
| 818 '|content/public/browser/host_zoom_map.h' \ |
| 819 '|content/public/browser/storage_partition.h' |
| 820 }, |
813 }, | 821 }, |
814 | 822 |
815 'WATCHLISTS': { | 823 'WATCHLISTS': { |
816 'accelerator_table': ['mazda+watch@chromium.org', | 824 'accelerator_table': ['mazda+watch@chromium.org', |
817 'derat+watch@chromium.org', | 825 'derat+watch@chromium.org', |
818 'yusukes+watch@chromium.org'], | 826 'yusukes+watch@chromium.org'], |
819 'accessibility': ['aboxhall+watch@chromium.org', | 827 'accessibility': ['aboxhall+watch@chromium.org', |
820 'dmazzoni+watch@chromium.org', | 828 'dmazzoni+watch@chromium.org', |
821 'dtseng+watch@chromium.org', | 829 'dtseng+watch@chromium.org', |
822 'je_julie.kim@samsung.com', | 830 'je_julie.kim@samsung.com', |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1081 'webkit': ['darin-cc@chromium.org'], | 1089 'webkit': ['darin-cc@chromium.org'], |
1082 'webrtc_media': ['wjia+watch@chromium.org', | 1090 'webrtc_media': ['wjia+watch@chromium.org', |
1083 'mcasas+watch@chromium.org', | 1091 'mcasas+watch@chromium.org', |
1084 'posciak+watch@chromium.org'], | 1092 'posciak+watch@chromium.org'], |
1085 'website_settings': ['markusheintz@chromium.org'], | 1093 'website_settings': ['markusheintz@chromium.org'], |
1086 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1094 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1087 'worker': ['jam@chromium.org'], | 1095 'worker': ['jam@chromium.org'], |
1088 'x11': ['derat+watch@chromium.org', | 1096 'x11': ['derat+watch@chromium.org', |
1089 'sadrul@chromium.org', | 1097 'sadrul@chromium.org', |
1090 'yusukes+watch@chromium.org'], | 1098 'yusukes+watch@chromium.org'], |
| 1099 'zoom': ['wjmaclean@chromium.org'], |
1091 }, | 1100 }, |
1092 } | 1101 } |
OLD | NEW |