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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 '|Source/platform/graphics/media/' \ | 138 '|Source/platform/graphics/media/' \ |
139 '|Source/web/.*Media' \ | 139 '|Source/web/.*Media' \ |
140 '|LayoutTests/media/' \ | 140 '|LayoutTests/media/' \ |
141 '|public/.*Media' | 141 '|public/.*Media' |
142 }, | 142 }, |
143 'media_queries': { | 143 'media_queries': { |
144 'filepath': 'Source/core/css/CSSMediaRule' \ | 144 'filepath': 'Source/core/css/CSSMediaRule' \ |
145 '|Source/core/css/MediaList' \ | 145 '|Source/core/css/MediaList' \ |
146 '|Source/core/css/MediaQuery' | 146 '|Source/core/css/MediaQuery' |
147 }, | 147 }, |
| 148 'navigator_content_utils': { |
| 149 'filepath': 'Source/modules/navigatorcontentutils' \ |
| 150 '|LayoutTests/fast/dom/navigatorcontentutils' |
| 151 }, |
148 'fileapi': { | 152 'fileapi': { |
149 'filepath': 'Source/modules/filesystem/' \ | 153 'filepath': 'Source/modules/filesystem/' \ |
150 '|Source/core/fileapi/' \ | 154 '|Source/core/fileapi/' \ |
151 '|Source/platform/.*File' \ | 155 '|Source/platform/.*File' \ |
152 '|Source/web/.*File' \ | 156 '|Source/web/.*File' \ |
153 '|LayoutTests/fast/file' \ | 157 '|LayoutTests/fast/file' \ |
154 '|public/.*File' | 158 '|public/.*File' |
155 }, | 159 }, |
156 'quota': { | 160 'quota': { |
157 'filepath': 'Source/modules/quota/' \ | 161 'filepath': 'Source/modules/quota/' \ |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], | 296 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], |
293 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com' ], | 297 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com' ], |
294 'media_queries': [ 'kenneth.christiansen@gmail.com' ], | 298 'media_queries': [ 'kenneth.christiansen@gmail.com' ], |
295 'fileapi': [ 'kinuko@chromium.org' ], | 299 'fileapi': [ 'kinuko@chromium.org' ], |
296 'quota': [ 'kinuko@chromium.org' ], | 300 'quota': [ 'kinuko@chromium.org' ], |
297 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], | 301 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], |
298 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], | 302 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], |
299 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com', 'watchdog-bli
nk-watchlist@google.com' ], | 303 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com', 'watchdog-bli
nk-watchlist@google.com' ], |
300 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], | 304 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], |
301 'mediastream': [ 'tommyw+watchlist@chromium.org' ], | 305 'mediastream': [ 'tommyw+watchlist@chromium.org' ], |
| 306 'navigator_content_utils': [ 'gyuyoung.kim@webkit.org' ], |
302 'geolocation': [ 'mvanouwerkerk@chromium.org' ], | 307 'geolocation': [ 'mvanouwerkerk@chromium.org' ], |
303 'vibration': [ 'mvanouwerkerk@chromium.org' ], | 308 'vibration': [ 'mvanouwerkerk@chromium.org' ], |
304 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], | 309 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], |
305 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk@chromium.
org', 'ch.dumez@samsung.com' ], | 310 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk@chromium.
org', 'ch.dumez@samsung.com' ], |
306 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], | 311 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], |
307 'webp': [ 'urvang@google.com', | 312 'webp': [ 'urvang@google.com', |
308 'jzern@chromium.org', | 313 'jzern@chromium.org', |
309 'skal@google.com', | 314 'skal@google.com', |
310 'vikasa@google.com' ], | 315 'vikasa@google.com' ], |
311 }, | 316 }, |
312 } | 317 } |
OLD | NEW |