[Mac] Do not lock bar visibility when the bookmark bar is detached.
[chromium-blink-merge.git] / WATCHLISTS
blob5529f30325131f6436b0a1b420685ad04fa57824
1 # Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # Watchlist Rules
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
10   'WATCHLIST_DEFINITIONS': {
11     'this_file': {
12       'filepath': '^WATCHLISTS$',
13     },
14     'valgrind': {
15       'filepath': 'valgrind',
16     },
17     'mac': {
18       'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
19     },
20     'base': {
21       'filepath': '^base/.*',
22     },
23     'extension': {
24       'filepath': 'extension',
25     },
26     'views': {
27       # Applies to all files and subdirs within this directory.
28       'filepath': 'views/.*',
29     },
30     'browser': {
31       'filepath': 'chrome/browser/.*',
32     },
33     'download': {
34       'filepath': 'download|save_',
35     },
36     'history': {
37       'filepath': 'chrome/browser/history/.*',
38     },
39     'renderer': {
40       'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\
41         'chrome/common/render.*',
42     },
43     'safe_browsing': {
44       'filepath': 'chrome/browser/safe_browsing/.*|'\
45         'chrome/browser/renderer_host/safe.*',
46     },
47     'tab_contents': {
48       'filepath': 'chrome/browser/tab_contents/.*',
49     },
50     'webkit': {
51       'filepath': 'webkit/.*',
52     },
53     'plugin': {
54       'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|'\
55         'chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
56     },
57     'worker': {
58       'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|'\
59         'chrome/common/worker_messages.*|webkit/glue/webworker.*',
60     },
61     'net': {
62       'filepath': 'net/.*',
63     },
64     'ftp': {
65       'filepath': 'ftp',
66     },
67     'installer': {
68       'filepath': 'chrome/installer/.*',
69     },
70     'importer': {
71       'filepath': '.*import.*',
72     },
73     'media': {
74       'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
75         'audio_message_filter|video_layer',
76     },
77     'ipc': {
78       'filepath': 'ipc/ipc.*',
79     },
80     'linux-sandboxing': {
81       'filepath': 'sandbox/linux/.*',
82     },
83     'sync': {
84       'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
85         'chrome/test/live_sync/.*',
86     },
87     'layout_tests': {
88       'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
89     },
90     'tools': {
91       'filepath': 'tools/.*',
92     },
93     'tests': {
94       'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
95     },
96     'automation': {
97       'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
98     },
99     'chrome_frame': {
100       'filepath': 'chrome_frame/.*',
101     },
102     'nacl': {
103       'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\
104         'chrome/browser/nacl_host/.*|chrome/common/nacl.*',
105     },
106     'appcache': {
107       'filepath': 'appcache/.*',
108     },
109     'gpu': {
110       'filepath': 'gpu/.*',
111     },
112     'locale_settings': {
113       'filepath': 'chrome/app/resources/locale_settings.*',
114     },
115     'options_dialog_content': {
116       'filepath': 'chrome/browser/views/options/content_page_view.h|'\
117         'chrome/browser/views/options/general_page_view.h',
118     },
119   },
121   'WATCHLISTS': {
122     'this_file': ['nirnimesh@chromium.org'],
123     'valgrind': ['timurrrr@chromium.org',
124                  'stuartmorgan@chromium.org',
125                  'glider@chromium.org'],
126     'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'],
127     'base': ['brettw+cc@chromium.org'],
128     'views': ['ben+cc@chromium.org'],
129     'browser': ['ben+cc@chromium.org'],
130     'download': ['paul@chromium.org'],
131     'history': ['brettw+cc@chromium.org'],
132     'renderer': ['darin-cc@chromium.org',
133                  'brettw+cc@chromium.org',
134                  'jam+cc@chromium.org'],
135     'safe_browsing': ['paul@chromium.org'],
136     'tab_contents': ['brettw+cc@chromium.org'],
137     'webkit': ['darin-cc@chromium.org'],
138     'plugin': ['darin-cc@chromium.org', 'jam@chromium.org'],
139     'worker': ['jam@chromium.org'],
140     'extension': ['aa@chromium.org',
141                   'erikkay@chromium.org',
142                   'pam+watch@chromium.org'],
143     'net': ['darin-cc@chromium.org'],
144     'ftp': ['phajdan.jr@chromium.org'],
145     'installer': ['kuchhal@chromium.org'],
146     'importer': ['kuchhal@chromium.org'],
147     'media': ['ajwong@chromium.org', 'fbarchard@chromium.org',
148               'hclam@chromium.org', 'scherkus@chromium.org'],
149     'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
150     'linux-sandboxing': ['agl@chromium.org'],
151     'sync': ['tim@chromium.org', 'nick@chromium.org',
152              'idana@chromium.org'],
153     'layout_tests': ['pam+watch@chromium.org', 'dpranke+watch@chromium.org'],
154     'tools': ['pam+watch@chromium.org'],
155     'tests': ['phajdan.jr@chromium.org'],
156     'automation': ['phajdan.jr@chromium.org'],
157     'chrome_frame' : ['amit@chromium.org'],
158     'nacl' : ['native-client-reviews@googlegroups.com'],
159     'appcache': ['michaeln@chromium.org'],
160     'gpu': ['apatrick@chromium.org'],
161     'locale_settings': ['finnur+watch@chromium.org'],
162     'options_dialog_content': ['finnur+watch@chromium.org'],
163   },