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

Side by Side Diff: WATCHLISTS

Issue 54773004: Add self to media in WATCHLISTS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'wtf': [ 'abarth@chromium.org', 235 'wtf': [ 'abarth@chromium.org',
236 'adamk+blink@chromium.org', 236 'adamk+blink@chromium.org',
237 'loislo+blink@chromium.org', 237 'loislo+blink@chromium.org',
238 'yurys+blink@chromium.org' ], 238 'yurys+blink@chromium.org' ],
239 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', 239 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org',
240 'jsbell@chromium.org'], 240 'jsbell@chromium.org'],
241 'rendering': [ 'eae+blinkwatch@chromium.org', 'jchaffraix+rendering@chromium .org', 'leviw+renderwatch@chromium.org', 'zoltan@webkit.org', 'bemjb+rendering@c hromium.org' ], 241 'rendering': [ 'eae+blinkwatch@chromium.org', 'jchaffraix+rendering@chromium .org', 'leviw+renderwatch@chromium.org', 'zoltan@webkit.org', 'bemjb+rendering@c hromium.org' ],
242 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], 242 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ],
243 'prerender': [ 'gavinp+prerender@chromium.org' ], 243 'prerender': [ 'gavinp+prerender@chromium.org' ],
244 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera. com' ], 244 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera. com' ],
245 'media': [ 'feature-media-reviews@chromium.org' ], 245 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com' ],
246 'media_queries': [ 'kenneth.christiansen@gmail.com' ], 246 'media_queries': [ 'kenneth.christiansen@gmail.com' ],
247 'fileapi': [ 'kinuko@chromium.org' ], 247 'fileapi': [ 'kinuko@chromium.org' ],
248 'quota': [ 'kinuko@chromium.org' ], 248 'quota': [ 'kinuko@chromium.org' ],
249 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], 249 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ],
250 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], 250 'css_regions': [ 'ChromiumBugTracker@adobe.com' ],
251 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com' ], 251 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com' ],
252 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch romium.org' ], 252 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch romium.org' ],
253 'mediastream': [ 'tommyw+watchlist@chromium.org' ], 253 'mediastream': [ 'tommyw+watchlist@chromium.org' ],
254 'geolocation': [ 'mvanouwerkerk@chromium.org' ], 254 'geolocation': [ 'mvanouwerkerk@chromium.org' ],
255 'vibration': [ 'mvanouwerkerk@chromium.org' ], 255 'vibration': [ 'mvanouwerkerk@chromium.org' ],
256 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], 256 'spellcheck' : [ 'groby+blinkspell@chromium.org' ],
257 }, 257 },
258 } 258 }
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