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

Side by Side Diff: WATCHLISTS

Issue 221843002: Added myself to the mediaqueries watchlist (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 '|Source/modules/(encryptedmedia|mediasource)' \ 154 '|Source/modules/(encryptedmedia|mediasource)' \
155 '|Source/platform/drm/' \ 155 '|Source/platform/drm/' \
156 '|Source/platform/graphics/media/' \ 156 '|Source/platform/graphics/media/' \
157 '|Source/web/.*Media' \ 157 '|Source/web/.*Media' \
158 '|LayoutTests/media/' \ 158 '|LayoutTests/media/' \
159 '|public/.*Media' 159 '|public/.*Media'
160 }, 160 },
161 'media_queries': { 161 'media_queries': {
162 'filepath': 'Source/core/css/CSSMediaRule' \ 162 'filepath': 'Source/core/css/CSSMediaRule' \
163 '|Source/core/css/MediaList' \ 163 '|Source/core/css/MediaList' \
164 '|Source/core/css/MediaQuery' 164 '|Source/core/css/MediaQuery' \
165 '|Source/core/css/parser/MediaQuery'
165 }, 166 },
166 'navigator_content_utils': { 167 'navigator_content_utils': {
167 'filepath': 'Source/modules/navigatorcontentutils' \ 168 'filepath': 'Source/modules/navigatorcontentutils' \
168 '|LayoutTests/fast/dom/navigatorcontentutils' 169 '|LayoutTests/fast/dom/navigatorcontentutils'
169 }, 170 },
170 'fileapi': { 171 'fileapi': {
171 'filepath': 'Source/modules/filesystem/' \ 172 'filepath': 'Source/modules/filesystem/' \
172 '|Source/core/fileapi/' \ 173 '|Source/core/fileapi/' \
173 '|Source/platform/.*File' \ 174 '|Source/platform/.*File' \
174 '|Source/web/.*File' \ 175 '|Source/web/.*File' \
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'leviw+renderwatch@chromium.org', 340 'leviw+renderwatch@chromium.org',
340 'zoltan@webkit.org', 341 'zoltan@webkit.org',
341 'bemjb+rendering@chromium.org', 342 'bemjb+rendering@chromium.org',
342 'dsinclair@chromium.org', 343 'dsinclair@chromium.org',
343 'rune+blink@opera.com' ], 344 'rune+blink@opera.com' ],
344 'compositing': [ 'abarth@chromium.org' ], 345 'compositing': [ 'abarth@chromium.org' ],
345 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], 346 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ],
346 'prerender': [ 'gavinp+prerender@chromium.org' ], 347 'prerender': [ 'gavinp+prerender@chromium.org' ],
347 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera. com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], 348 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera. com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ],
348 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric. carlson@apple.com' ], 349 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric. carlson@apple.com' ],
349 'media_queries': [ 'kenneth.christiansen@gmail.com' ], 350 'media_queries': [ 'kenneth.christiansen@gmail.com',
351 'yoav@yoav.ws' ],
350 'fileapi': [ 'kinuko@chromium.org', 352 'fileapi': [ 'kinuko@chromium.org',
351 'tzik@chromium.org', 353 'tzik@chromium.org',
352 'nhiroki@chromium.org' ], 354 'nhiroki@chromium.org' ],
353 'quota': [ 'kinuko@chromium.org', 355 'quota': [ 'kinuko@chromium.org',
354 'tzik@chromium.org', 356 'tzik@chromium.org',
355 'nhiroki@chromium.org' ], 357 'nhiroki@chromium.org' ],
356 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ], 358 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ],
357 'css_regions': [ 'ChromiumBugTracker@adobe.com' ], 359 'css_regions': [ 'ChromiumBugTracker@adobe.com' ],
358 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com', 'watchdog-bli nk-watchlist@google.com' ], 360 'web_idl': [ 'arv+blink@chromium.org', 'ch.dumez@samsung.com', 'watchdog-bli nk-watchlist@google.com' ],
359 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch romium.org' ], 361 'webcomponents': [ 'webcomponents-bugzilla@chromium.org', 'dglazkov+blink@ch romium.org' ],
(...skipping 14 matching lines...) Expand all
374 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], 376 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ],
375 'webp': [ 'urvang@google.com', 377 'webp': [ 'urvang@google.com',
376 'jzern@chromium.org', 378 'jzern@chromium.org',
377 'skal@google.com', 379 'skal@google.com',
378 'vikasa@google.com' ], 380 'vikasa@google.com' ],
379 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ], 381 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ],
380 'fragment_layout': [ 'mstensho+blink@opera.com' ], 382 'fragment_layout': [ 'mstensho+blink@opera.com' ],
381 'table_layout': [ 'mstensho+blink@opera.com' ], 383 'table_layout': [ 'mstensho+blink@opera.com' ],
382 }, 384 },
383 } 385 }
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