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

Side by Side Diff: WATCHLISTS

Issue 17853002: Create Web IDL watchlist and add myself to it (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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) 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 }, 139 },
140 'css_regions': { 140 'css_regions': {
141 'filepath': 'Source/core/rendering/.*(Region|FlowThread).*' \ 141 'filepath': 'Source/core/rendering/.*(Region|FlowThread).*' \
142 '|Source/core/dom/NodeRendering.*' \ 142 '|Source/core/dom/NodeRendering.*' \
143 '|Source/core/dom/.*NamedFlow.*' \ 143 '|Source/core/dom/.*NamedFlow.*' \
144 '|Source/core/css/.*Region.*' \ 144 '|Source/core/css/.*Region.*' \
145 '|LayoutTests/compositing/regions/' \ 145 '|LayoutTests/compositing/regions/' \
146 '|LayoutTests/fast/regions/' \ 146 '|LayoutTests/fast/regions/' \
147 '|LayoutTests/platform/chromium.*/fast/regions/' 147 '|LayoutTests/platform/chromium.*/fast/regions/'
148 }, 148 },
149 'web_idl': {
150 'filepath': 'Source/core/(?!inspector)(?!testing).*\.idl'
haraken 2013/06/26 11:45:56 Why do you want to intentionally exclude these idl
151 },
149 'webcomponents': { 152 'webcomponents': {
150 'filepath': 'Source/core/dom/shadow/.*' \ 153 'filepath': 'Source/core/dom/shadow/.*' \
151 '|Source/core/dom/CustomElement.*' \ 154 '|Source/core/dom/CustomElement.*' \
152 '|Source/bindings/v8/custom/V8CustomElementConstructorCustom.* ' \ 155 '|Source/bindings/v8/custom/V8CustomElementConstructorCustom.* ' \
153 '|Source/bindings/v8/CustomElementHelpers.*' 156 '|Source/bindings/v8/CustomElementHelpers.*'
154 }, 157 },
155 }, 158 },
156 159
157 'WATCHLISTS': { 160 'WATCHLISTS': {
158 'accessibility':['dmazzoni@chromium.org', 161 'accessibility':['dmazzoni@chromium.org',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'rendering': [ 'eae+blinkwatch@chromium.org', 'jchaffraix+rendering@chromium .org', 'leviw+renderwatch@chromium.org' ], 211 'rendering': [ 'eae+blinkwatch@chromium.org', 'jchaffraix+rendering@chromium .org', 'leviw+renderwatch@chromium.org' ],
209 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], 212 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ],
210 'prerender': [ 'gavinp+prerender@chromium.org' ], 213 'prerender': [ 'gavinp+prerender@chromium.org' ],
211 'track': ['vcarbune@chromium.org'], 214 'track': ['vcarbune@chromium.org'],
212 'media': [ 'feature-media-reviews@chromium.org' ], 215 'media': [ 'feature-media-reviews@chromium.org' ],
213 'media_queries': [ 'kenneth.christiansen@gmail.com' ], 216 'media_queries': [ 'kenneth.christiansen@gmail.com' ],
214 'fileapi': [ 'kinuko@chromium.org' ], 217 'fileapi': [ 'kinuko@chromium.org' ],
215 'quota': [ 'kinuko@chromium.org' ], 218 'quota': [ 'kinuko@chromium.org' ],
216 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], 219 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ],
217 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], 220 'css_regions': [ 'ChromiumBugTracker@adobe.com' ],
221 'web_idl': [ 'ch.dumez@sisa.samsung.com' ],
218 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch romium.org' ], 222 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch romium.org' ],
219 }, 223 },
220 } 224 }
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