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

Side by Side Diff: WATCHLISTS

Issue 14947004: Add myself to WATCHERS (viewport interaction, media queries) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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
« 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 }, 88 },
89 'media': { 89 'media': {
90 'filepath': 'Source/core/css/mediaControls.*' \ 90 'filepath': 'Source/core/css/mediaControls.*' \
91 '|Source/core/platform/graphics/.*Media.*' \ 91 '|Source/core/platform/graphics/.*Media.*' \
92 '|Source/core/html/.*(Audio|Media|Video).*' \ 92 '|Source/core/html/.*(Audio|Media|Video).*' \
93 '|Source/core/html/shadow/MediaControl.*' \ 93 '|Source/core/html/shadow/MediaControl.*' \
94 '|Source/core/rendering/RenderMedia.*' \ 94 '|Source/core/rendering/RenderMedia.*' \
95 '|Source/modules/(encryptedmedia|mediasource)' \ 95 '|Source/modules/(encryptedmedia|mediasource)' \
96 '|Source/WebKit/chromium/.*Media.*' \ 96 '|Source/WebKit/chromium/.*Media.*' \
97 }, 97 },
98 'media_queries': {
99 'filepath': 'Source/core/css/CSSMediaRule.*' \
100 '|Source/core/css/MediaList.*' \
101 '|Source/core/css/MediaQuery.*'
102 },
98 'fileapi': { 103 'fileapi': {
99 'filepath': 'Source/modules/filesystem/' \ 104 'filepath': 'Source/modules/filesystem/' \
100 '|Source/core/fileapi/' \ 105 '|Source/core/fileapi/' \
101 '|Source/WebKit/chromium/.*File.*' \ 106 '|Source/WebKit/chromium/.*File.*' \
102 '|Source/core/platform/.*File.*' \ 107 '|Source/core/platform/.*File.*' \
103 '|LayoutTests/fast/file' 108 '|LayoutTests/fast/file'
104 }, 109 },
105 'quota': { 110 'quota': {
106 'filepath': 'Source/modules/quota/' \ 111 'filepath': 'Source/modules/quota/' \
107 '|Source/WebKit/chromium/.*Quota.*' 112 '|Source/WebKit/chromium/.*Quota.*'
108 }, 113 },
114 'viewport_interaction': {
115 'filepath': 'Source/core/css/.*Viewport.*' \
116 '|Source/core/dom/ViewportArguments.*' \
117 '|Source/core/html/HTMLMetaElement.*' \
118 '|Source/core/page/FrameView.*' \
119 '|Source/core/page/scrolling'
120 },
109 }, 121 },
110 122
111 'WATCHLISTS': { 123 'WATCHLISTS': {
112 'accessibility':['dmazzoni@chromium.org', 124 'accessibility':['dmazzoni@chromium.org',
113 'aboxhall@chromium.org'], 125 'aboxhall@chromium.org'],
114 'animations': ['alexis.menard@intel.com', 126 'animations': ['alexis.menard@intel.com',
115 'dstockwell@chromium.org', 127 'dstockwell@chromium.org',
116 'steveblock@chromium.org', 128 'steveblock@chromium.org',
117 'shans@chromium.org'], 129 'shans@chromium.org'],
118 'devtools': [ 'pfeldman+blink@chromium.org', 130 'devtools': [ 'pfeldman+blink@chromium.org',
(...skipping 23 matching lines...) Expand all
142 'public_api': [ 'abarth@chromum.org', 'jamesr@chromium.org' ], 154 'public_api': [ 'abarth@chromum.org', 'jamesr@chromium.org' ],
143 'wtf': [ 'abarth@chromium.org', 'forgerbr@gmail.com', 155 'wtf': [ 'abarth@chromium.org', 'forgerbr@gmail.com',
144 'loislo+blink@chromium.org', 'yurys+blink@chromium.org' ], 156 'loislo+blink@chromium.org', 'yurys+blink@chromium.org' ],
145 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', 157 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org',
146 'jsbell@chromium.org'], 158 'jsbell@chromium.org'],
147 'rendering': [ 'jchaffraix+rendering@chromium.org' ], 159 'rendering': [ 'jchaffraix+rendering@chromium.org' ],
148 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], 160 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ],
149 'prerender': [ 'gavinp+prerender@chromium.org' ], 161 'prerender': [ 'gavinp+prerender@chromium.org' ],
150 'track': ['vcarbune@chromium.org'], 162 'track': ['vcarbune@chromium.org'],
151 'media': [ 'feature-media-reviews@chromium.org' ], 163 'media': [ 'feature-media-reviews@chromium.org' ],
164 'media_queries': [ 'kenneth.christiansen@gmail.com' ],
152 'fileapi': [ 'kinuko@chromium.org' ], 165 'fileapi': [ 'kinuko@chromium.org' ],
153 'quota': [ 'kinuko@chromium.org' ], 166 'quota': [ 'kinuko@chromium.org' ],
167 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ],
154 }, 168 },
155 } 169 }
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