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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 'rob.buis@samsung.com' ], | 307 'rob.buis@samsung.com' ], |
308 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org' ], | 308 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org' ], |
309 'heap': [ 'ager@chromium.org', 'haraken@chromium.org' ], | 309 'heap': [ 'ager@chromium.org', 'haraken@chromium.org' ], |
310 'html': [ 'adamk+blink@chromium.org', 'dglazkov+blink@chromium.org' ], | 310 'html': [ 'adamk+blink@chromium.org', 'dglazkov+blink@chromium.org' ], |
311 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin
k@chromium.org' ], | 311 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin
k@chromium.org' ], |
312 'workers': [ 'kinuko+watch@chromium.org', | 312 'workers': [ 'kinuko+watch@chromium.org', |
313 'horo+watch@chromium.org', | 313 'horo+watch@chromium.org', |
314 'falken@chromium.org' ], | 314 'falken@chromium.org' ], |
315 'wtf': [ 'abarth@chromium.org', | 315 'wtf': [ 'abarth@chromium.org', |
316 'adamk+blink@chromium.org', | 316 'adamk+blink@chromium.org', |
317 'loislo+blink@chromium.org', | |
318 'yurys+blink@chromium.org', | |
319 'ch.dumez@samsung.com', | 317 'ch.dumez@samsung.com', |
320 'mikhail.pozdnyakov@intel.com' ], | 318 'mikhail.pozdnyakov@intel.com' ], |
321 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', | 319 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', |
322 'jsbell+idb@chromium.org', 'cmumford@chromium.org', | 320 'jsbell+idb@chromium.org', 'cmumford@chromium.org', |
323 'ericu+idb@chromium.org'], | 321 'ericu+idb@chromium.org'], |
324 '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' ], | 322 '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' ], |
325 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], | 323 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], |
326 'prerender': [ 'gavinp+prerender@chromium.org' ], | 324 'prerender': [ 'gavinp+prerender@chromium.org' ], |
327 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], | 325 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], |
328 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com' ], | 326 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com' ], |
(...skipping 25 matching lines...) Expand all Loading... |
354 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], | 352 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], |
355 'webp': [ 'urvang@google.com', | 353 'webp': [ 'urvang@google.com', |
356 'jzern@chromium.org', | 354 'jzern@chromium.org', |
357 'skal@google.com', | 355 'skal@google.com', |
358 'vikasa@google.com' ], | 356 'vikasa@google.com' ], |
359 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 357 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
360 'fragment_layout': [ 'mstensho+blink@opera.com' ], | 358 'fragment_layout': [ 'mstensho+blink@opera.com' ], |
361 'table_layout': [ 'mstensho+blink@opera.com' ], | 359 'table_layout': [ 'mstensho+blink@opera.com' ], |
362 }, | 360 }, |
363 } | 361 } |
OLD | NEW |