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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 'workers': [ 'kinuko+watch@chromium.org', | 326 'workers': [ 'kinuko+watch@chromium.org', |
327 'horo+watch@chromium.org', | 327 'horo+watch@chromium.org', |
328 'falken@chromium.org' ], | 328 'falken@chromium.org' ], |
329 'wtf': [ 'abarth@chromium.org', | 329 'wtf': [ 'abarth@chromium.org', |
330 'adamk+blink@chromium.org', | 330 'adamk+blink@chromium.org', |
331 'ch.dumez@samsung.com', | 331 'ch.dumez@samsung.com', |
332 'mikhail.pozdnyakov@intel.com' ], | 332 'mikhail.pozdnyakov@intel.com' ], |
333 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', | 333 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', |
334 'jsbell+idb@chromium.org', 'cmumford@chromium.org', | 334 'jsbell+idb@chromium.org', 'cmumford@chromium.org', |
335 'ericu+idb@chromium.org'], | 335 'ericu+idb@chromium.org'], |
336 'rendering': [ 'pdr@chromium.org', 'eae+blinkwatch@chromium.org', 'jchaffrai
x+rendering@chromium.org', 'leviw+renderwatch@chromium.org', 'zoltan@webkit.org'
, 'bemjb+rendering@chromium.org', 'dsinclair@chromium.org' ], | 336 'rendering': [ 'pdr@chromium.org', |
| 337 'eae+blinkwatch@chromium.org', |
| 338 'jchaffraix+rendering@chromium.org', |
| 339 'leviw+renderwatch@chromium.org', |
| 340 'zoltan@webkit.org', |
| 341 'bemjb+rendering@chromium.org', |
| 342 'dsinclair@chromium.org', |
| 343 'rune+blink@opera.com' ], |
337 'compositing': [ 'abarth@chromium.org' ], | 344 'compositing': [ 'abarth@chromium.org' ], |
338 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], | 345 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], |
339 'prerender': [ 'gavinp+prerender@chromium.org' ], | 346 'prerender': [ 'gavinp+prerender@chromium.org' ], |
340 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], | 347 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], |
341 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com' ], | 348 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com' ], |
342 'media_queries': [ 'kenneth.christiansen@gmail.com' ], | 349 'media_queries': [ 'kenneth.christiansen@gmail.com' ], |
343 'fileapi': [ 'kinuko@chromium.org', | 350 'fileapi': [ 'kinuko@chromium.org', |
344 'tzik@chromium.org', | 351 'tzik@chromium.org', |
345 'nhiroki@chromium.org' ], | 352 'nhiroki@chromium.org' ], |
346 'quota': [ 'kinuko@chromium.org', | 353 'quota': [ 'kinuko@chromium.org', |
(...skipping 20 matching lines...) Expand all Loading... |
367 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], | 374 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], |
368 'webp': [ 'urvang@google.com', | 375 'webp': [ 'urvang@google.com', |
369 'jzern@chromium.org', | 376 'jzern@chromium.org', |
370 'skal@google.com', | 377 'skal@google.com', |
371 'vikasa@google.com' ], | 378 'vikasa@google.com' ], |
372 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 379 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
373 'fragment_layout': [ 'mstensho+blink@opera.com' ], | 380 'fragment_layout': [ 'mstensho+blink@opera.com' ], |
374 'table_layout': [ 'mstensho+blink@opera.com' ], | 381 'table_layout': [ 'mstensho+blink@opera.com' ], |
375 }, | 382 }, |
376 } | 383 } |
OLD | NEW |