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

Side by Side Diff: WATCHLISTS

Issue 55163005: Improve the 'track' and 'media' WATCHLISTS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@watchtrail
Patch Set: Created 7 years, 1 month 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
« 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/HTMLTrackElement' \
111 '|Source/core/html/shadow/MediaControl' \ 112 '|Source/core/html/shadow/MediaControl' \
112 '|Source/core/css/mediaControl' \ 113 '|Source/core/css/mediaControl' \
113 '|LayoutTests/media/track/' 114 '|LayoutTests/media/track/'
114 }, 115 },
115 'media': { 116 'media': {
116 'filepath': 'Source/core/css/mediaControls' \ 117 'filepath': 'Source/core/css/mediaControls' \
117 '|Source/core/platform/graphics/.*Media' \ 118 '|Source/core/platform/graphics/.*Media' \
118 '|Source/core/html/.*(Audio|Media|Video)' \ 119 '|Source/core/html/.*(Audio|Media|Video)' \
119 '|Source/core/html/shadow/MediaControl' \ 120 '|Source/core/html/shadow/MediaControl' \
120 '|Source/core/rendering/RenderMedia' \ 121 '|Source/core/rendering/RenderMedia' \
121 '|Source/modules/(encryptedmedia|mediasource)' \ 122 '|Source/modules/(encryptedmedia|mediasource)' \
122 '|Source/web/.*Media' \ 123 '|Source/web/.*Media' \
124 '|LayoutTests/fast/media/' \
125 '|LayoutTests/media/' \
123 '|public/.*Media' 126 '|public/.*Media'
124 }, 127 },
125 'media_queries': { 128 'media_queries': {
126 'filepath': 'Source/core/css/CSSMediaRule' \ 129 'filepath': 'Source/core/css/CSSMediaRule' \
127 '|Source/core/css/MediaList' \ 130 '|Source/core/css/MediaList' \
128 '|Source/core/css/MediaQuery' 131 '|Source/core/css/MediaQuery'
129 }, 132 },
130 'fileapi': { 133 'fileapi': {
131 'filepath': 'Source/modules/filesystem/' \ 134 'filepath': 'Source/modules/filesystem/' \
132 '|Source/core/fileapi/' \ 135 '|Source/core/fileapi/' \
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], 254 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ],
252 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], 255 'css_regions': [ 'ChromiumBugTracker@adobe.com' ],
253 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com' ], 256 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com' ],
254 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch romium.org' ], 257 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch romium.org' ],
255 'mediastream': [ 'tommyw+watchlist@chromium.org' ], 258 'mediastream': [ 'tommyw+watchlist@chromium.org' ],
256 'geolocation': [ 'mvanouwerkerk@chromium.org' ], 259 'geolocation': [ 'mvanouwerkerk@chromium.org' ],
257 'vibration': [ 'mvanouwerkerk@chromium.org' ], 260 'vibration': [ 'mvanouwerkerk@chromium.org' ],
258 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], 261 'spellcheck' : [ 'groby+blinkspell@chromium.org' ],
259 }, 262 },
260 } 263 }
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