OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 22 matching lines...) Expand all Loading... |
33 'filepath': 'Source/core/dom/CustomElement' \ | 33 'filepath': 'Source/core/dom/CustomElement' \ |
34 '|Source/bindings/v8/.*CustomElement', | 34 '|Source/bindings/v8/.*CustomElement', |
35 }, | 35 }, |
36 'devtools': { | 36 'devtools': { |
37 'filepath': 'inspector|DevTools|devtools', | 37 'filepath': 'inspector|DevTools|devtools', |
38 }, | 38 }, |
39 'dom': { | 39 'dom': { |
40 'filepath': 'Source/core/dom/' | 40 'filepath': 'Source/core/dom/' |
41 }, | 41 }, |
42 'events': { | 42 'events': { |
43 'filepath': 'Source/core/page/.*Event.*' \ | 43 'filepath': 'Source/core/page/.*Event' \ |
44 '|Source/core/dom/.*Event.*' \ | 44 '|Source/core/dom/.*Event' \ |
45 '|Source/core/css/.*Event.*' \ | 45 '|Source/core/css/.*Event' \ |
46 '|Source/core/platform/.*Event.*' | 46 '|Source/core/platform/.*Event' |
47 }, | 47 }, |
48 'html': { | 48 'html': { |
49 'filepath': 'Source/core/html/' | 49 'filepath': 'Source/core/html/' |
50 }, | 50 }, |
51 'loader': { | 51 'loader': { |
52 'filepath': 'Source/core/loader', | 52 'filepath': 'Source/core/loader', |
53 }, | 53 }, |
54 'owners': { | 54 'owners': { |
55 'filepath': 'OWNERS', | 55 'filepath': 'OWNERS', |
56 }, | 56 }, |
57 'public_api': { | 57 'public_api': { |
58 'filepath': 'public' | 58 'filepath': 'public' |
59 }, | 59 }, |
60 'spellcheck' : { | 60 'spellcheck' : { |
61 'filepath': 'Source/core/editing/Editor.*' \ | 61 'filepath': 'Source/core/editing/Editor' \ |
62 '|Source/core/editing/Spell.*' \ | 62 '|Source/core/editing/Spell' \ |
63 '|Source/core/editing/TextCheckingHelper.*' \ | 63 '|Source/core/editing/TextCheckingHelper' \ |
64 '|Source/core/platform/Text/TextCheck.*' \ | 64 '|Source/core/platform/Text/TextCheck' \ |
65 '|Source/web/EditorClientImpl.*' \ | 65 '|Source/web/EditorClientImpl' \ |
66 '|LayoutTests/editing/spelling' \ | 66 '|LayoutTests/editing/spelling' \ |
67 '|public/web/WebSpellCheckClient.h', | 67 '|public/web/WebSpellCheckClient.h', |
68 }, | 68 }, |
69 'wtf': { | 69 'wtf': { |
70 'filepath': 'Source/wtf', | 70 'filepath': 'Source/wtf', |
71 }, | 71 }, |
72 'platform_graphics': { | 72 'platform_graphics': { |
73 'filepath': 'Source/core/platform/graphics', | 73 'filepath': 'Source/core/platform/graphics', |
74 }, | 74 }, |
75 'platform': { | 75 'platform': { |
76 'filepath': 'Source/core/platform' \ | 76 'filepath': 'Source/core/platform' \ |
77 '|Source/Platform' | 77 '|Source/Platform' |
78 }, | 78 }, |
79 'svg': { | 79 'svg': { |
80 'filepath': 'Source/core/svg|Source/core/rendering/svg', | 80 'filepath': 'Source/core/svg|Source/core/rendering/svg', |
81 }, | 81 }, |
82 'indexed_db': { | 82 'indexed_db': { |
83 'filepath': 'Source/modules/indexeddb/' \ | 83 'filepath': 'Source/modules/indexeddb/' \ |
84 '|Source/core/platform/leveldb' \ | 84 '|Source/core/platform/leveldb' \ |
85 '|Source/web/.*IDB' \ | 85 '|Source/web/.*IDB' \ |
86 '|LayoutTests/storage/indexeddb' \ | 86 '|LayoutTests/storage/indexeddb' \ |
87 '|public/.*IDB' | 87 '|public/.*IDB' |
88 }, | 88 }, |
89 'rendering': { | 89 'rendering': { |
90 'filepath': 'Source/core/rendering' | 90 'filepath': 'Source/core/rendering' |
91 }, | 91 }, |
92 'layers': { | 92 'layers': { |
93 'filepath': 'Source/core/page/scrolling/ScrollingCoordinator.*' \ | 93 'filepath': 'Source/core/page/scrolling/ScrollingCoordinator' \ |
94 '|Source/core/platform/graphics/GraphicsLayer.*' \ | 94 '|Source/core/platform/graphics/GraphicsLayer' \ |
95 '|Source/core/rendering/RenderLayer.*' | 95 '|Source/core/rendering/RenderLayer' |
96 }, | 96 }, |
97 "content_security_policy": { | 97 "content_security_policy": { |
98 'filepath': 'Source/core/page/.*SecurityPolicy' \ | 98 'filepath': 'Source/core/page/.*SecurityPolicy' \ |
99 '|Source/core/dom/SecurityPolicyViolationEvent' \ | 99 '|Source/core/dom/SecurityPolicyViolationEvent' \ |
100 '|LayoutTests/http/tests/security/contentSecurityPolicy' | 100 '|LayoutTests/http/tests/security/contentSecurityPolicy' |
101 }, | 101 }, |
102 "prerender": { | 102 "prerender": { |
103 'filepath': 'Prerender' \ | 103 'filepath': 'Prerender' \ |
104 '|loader/LinkLoader' \ | 104 '|loader/LinkLoader' \ |
105 '|html/HTMLLinkElement' | 105 '|html/HTMLLinkElement' |
106 }, | 106 }, |
107 'track': { | 107 'track': { |
108 'filepath': 'Source/core/html/track/' \ | 108 'filepath': 'Source/core/html/track/' \ |
109 '|Source/core/loader/TextTrack' \ | 109 '|Source/core/loader/TextTrack' \ |
110 '|Source/core/html/HTMLMediaElement' \ | 110 '|Source/core/html/HTMLMediaElement' \ |
111 '|Source/core/html/shadow/MediaControl' \ | 111 '|Source/core/html/shadow/MediaControl' \ |
112 '|Source/core/css/mediaControl' \ | 112 '|Source/core/css/mediaControl' \ |
113 '|LayoutTests/media/track/' | 113 '|LayoutTests/media/track/' |
114 }, | 114 }, |
115 'media': { | 115 'media': { |
116 'filepath': 'Source/core/css/mediaControls.*' \ | 116 'filepath': 'Source/core/css/mediaControls' \ |
117 '|Source/core/platform/graphics/.*Media.*' \ | 117 '|Source/core/platform/graphics/.*Media' \ |
118 '|Source/core/html/.*(Audio|Media|Video).*' \ | 118 '|Source/core/html/.*(Audio|Media|Video)' \ |
119 '|Source/core/html/shadow/MediaControl.*' \ | 119 '|Source/core/html/shadow/MediaControl' \ |
120 '|Source/core/rendering/RenderMedia.*' \ | 120 '|Source/core/rendering/RenderMedia' \ |
121 '|Source/modules/(encryptedmedia|mediasource)' \ | 121 '|Source/modules/(encryptedmedia|mediasource)' \ |
122 '|Source/web/.*Media' \ | 122 '|Source/web/.*Media' \ |
123 '|public/.*Media' | 123 '|public/.*Media' |
124 }, | 124 }, |
125 'media_queries': { | 125 'media_queries': { |
126 'filepath': 'Source/core/css/CSSMediaRule.*' \ | 126 'filepath': 'Source/core/css/CSSMediaRule' \ |
127 '|Source/core/css/MediaList.*' \ | 127 '|Source/core/css/MediaList' \ |
128 '|Source/core/css/MediaQuery.*' | 128 '|Source/core/css/MediaQuery' |
129 }, | 129 }, |
130 'fileapi': { | 130 'fileapi': { |
131 'filepath': 'Source/modules/filesystem/' \ | 131 'filepath': 'Source/modules/filesystem/' \ |
132 '|Source/core/fileapi/' \ | 132 '|Source/core/fileapi/' \ |
133 '|Source/core/platform/.*File.*' \ | 133 '|Source/core/platform/.*File' \ |
134 '|Source/web/.*File' \ | 134 '|Source/web/.*File' \ |
135 '|LayoutTests/fast/file' \ | 135 '|LayoutTests/fast/file' \ |
136 '|public/.*File' | 136 '|public/.*File' |
137 }, | 137 }, |
138 'quota': { | 138 'quota': { |
139 'filepath': 'Source/modules/quota/' \ | 139 'filepath': 'Source/modules/quota/' \ |
140 '|Source/web/.*Quota' \ | 140 '|Source/web/.*Quota' \ |
141 '|public/.*Quota' | 141 '|public/.*Quota' |
142 }, | 142 }, |
143 'viewport_interaction': { | 143 'viewport_interaction': { |
144 'filepath': 'Source/core/css/.*Viewport.*' \ | 144 'filepath': 'Source/core/css/.*Viewport' \ |
145 '|Source/core/dom/ViewportArguments.*' \ | 145 '|Source/core/dom/ViewportArguments' \ |
146 '|Source/core/html/HTMLMetaElement.*' \ | 146 '|Source/core/html/HTMLMetaElement' \ |
147 '|Source/core/page/FrameView.*' \ | 147 '|Source/core/page/FrameView' \ |
148 '|Source/core/page/scrolling' | 148 '|Source/core/page/scrolling' |
149 }, | 149 }, |
150 'css_regions': { | 150 'css_regions': { |
151 'filepath': 'Source/core/rendering/.*(Region|FlowThread).*' \ | 151 'filepath': 'Source/core/rendering/.*(Region|FlowThread)' \ |
152 '|Source/core/dom/NodeRendering.*' \ | 152 '|Source/core/dom/NodeRendering' \ |
153 '|Source/core/dom/.*NamedFlow.*' \ | 153 '|Source/core/dom/.*NamedFlow' \ |
154 '|Source/core/css/.*Region.*' \ | 154 '|Source/core/css/.*Region' \ |
155 '|LayoutTests/compositing/regions/' \ | 155 '|LayoutTests/compositing/regions/' \ |
156 '|LayoutTests/fast/regions/' \ | 156 '|LayoutTests/fast/regions/' \ |
157 '|LayoutTests/platform/chromium.*/fast/regions/' | 157 '|LayoutTests/platform/chromium.*/fast/regions/' |
158 }, | 158 }, |
159 'web_idl': { | 159 'web_idl': { |
160 'filepath': 'Source/core/.*\.idl' | 160 'filepath': 'Source/core/.*\.idl' |
161 }, | 161 }, |
162 'webcomponents': { | 162 'webcomponents': { |
163 'filepath': 'Source/core/dom/shadow/.*' \ | 163 'filepath': 'Source/core/dom/shadow/' \ |
164 '|Source/core/dom/CustomElement.*' \ | 164 '|Source/core/dom/CustomElement' \ |
165 '|Source/bindings/v8/custom/V8CustomElementConstructorCustom.*
' \ | 165 '|Source/bindings/v8/custom/V8CustomElementConstructorCustom'
\ |
166 '|Source/bindings/v8/CustomElementHelpers.*' | 166 '|Source/bindings/v8/CustomElementHelpers' |
167 }, | 167 }, |
168 'mediastream': { | 168 'mediastream': { |
169 'filepath': 'Source/core/platform/mediastream/' \ | 169 'filepath': 'Source/core/platform/mediastream/' \ |
170 '|Source/modules/mediastream/' \ | 170 '|Source/modules/mediastream/' \ |
171 '|LayoutTests/fast/mediastream/' \ | 171 '|LayoutTests/fast/mediastream/' \ |
172 '|Source/core/platform/chromium/support/' | 172 '|Source/core/platform/chromium/support/' |
173 }, | 173 }, |
174 'geolocation': { | 174 'geolocation': { |
175 'filepath': 'Source/modules/geolocation/' \ | 175 'filepath': 'Source/modules/geolocation/' \ |
176 '|LayoutTests/fast/dom/Geolocation/' | 176 '|LayoutTests/fast/dom/Geolocation/' |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
251 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], | 251 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], |
252 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], | 252 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], |
253 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com' ], | 253 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com' ], |
254 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], | 254 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], |
255 'mediastream': [ 'tommyw+watchlist@chromium.org' ], | 255 'mediastream': [ 'tommyw+watchlist@chromium.org' ], |
256 'geolocation': [ 'mvanouwerkerk@chromium.org' ], | 256 'geolocation': [ 'mvanouwerkerk@chromium.org' ], |
257 'vibration': [ 'mvanouwerkerk@chromium.org' ], | 257 'vibration': [ 'mvanouwerkerk@chromium.org' ], |
258 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], | 258 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], |
259 }, | 259 }, |
260 } | 260 } |
OLD | NEW |