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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 '|LayoutTests/media/track/' | 117 '|LayoutTests/media/track/' |
118 }, | 118 }, |
119 'media': { | 119 'media': { |
120 'filepath': 'Source/core/css/mediaControls' \ | 120 'filepath': 'Source/core/css/mediaControls' \ |
121 '|Source/core/platform/graphics/.*Media' \ | 121 '|Source/core/platform/graphics/.*Media' \ |
122 '|Source/core/html/.*(Audio|Media|Video)' \ | 122 '|Source/core/html/.*(Audio|Media|Video)' \ |
123 '|Source/core/html/shadow/MediaControl' \ | 123 '|Source/core/html/shadow/MediaControl' \ |
124 '|Source/core/rendering/RenderMedia' \ | 124 '|Source/core/rendering/RenderMedia' \ |
125 '|Source/modules/(encryptedmedia|mediasource)' \ | 125 '|Source/modules/(encryptedmedia|mediasource)' \ |
126 '|Source/web/.*Media' \ | 126 '|Source/web/.*Media' \ |
127 '|LayoutTests/fast/media/' \ | |
128 '|LayoutTests/media/' \ | 127 '|LayoutTests/media/' \ |
129 '|public/.*Media' | 128 '|public/.*Media' |
130 }, | 129 }, |
131 'media_queries': { | 130 'media_queries': { |
132 'filepath': 'Source/core/css/CSSMediaRule' \ | 131 'filepath': 'Source/core/css/CSSMediaRule' \ |
133 '|Source/core/css/MediaList' \ | 132 '|Source/core/css/MediaList' \ |
134 '|Source/core/css/MediaQuery' | 133 '|Source/core/css/MediaQuery' |
135 }, | 134 }, |
136 'fileapi': { | 135 'fileapi': { |
137 'filepath': 'Source/modules/filesystem/' \ | 136 'filepath': 'Source/modules/filesystem/' \ |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com', 'watchdog-bli
nk-watchlist@google.com' ], | 271 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com', 'watchdog-bli
nk-watchlist@google.com' ], |
273 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], | 272 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch
romium.org' ], |
274 'mediastream': [ 'tommyw+watchlist@chromium.org' ], | 273 'mediastream': [ 'tommyw+watchlist@chromium.org' ], |
275 'geolocation': [ 'mvanouwerkerk@chromium.org' ], | 274 'geolocation': [ 'mvanouwerkerk@chromium.org' ], |
276 'vibration': [ 'mvanouwerkerk@chromium.org' ], | 275 'vibration': [ 'mvanouwerkerk@chromium.org' ], |
277 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], | 276 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], |
278 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk@chromium.
org' ], | 277 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk@chromium.
org' ], |
279 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], | 278 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], |
280 }, | 279 }, |
281 } | 280 } |
OLD | NEW |