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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org', 'b
link-reviews-events@chromium.org' ], | 351 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org', 'b
link-reviews-events@chromium.org' ], |
352 'heap': [ 'ager@chromium.org', 'haraken@chromium.org', 'kouhei+heap@chromium
.org' ], | 352 'heap': [ 'ager@chromium.org', 'haraken@chromium.org', 'kouhei+heap@chromium
.org' ], |
353 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ]
, | 353 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ]
, |
354 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin
k@chromium.org' ], | 354 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin
k@chromium.org' ], |
355 'workers': [ 'kinuko+worker@chromium.org', | 355 'workers': [ 'kinuko+worker@chromium.org', |
356 'horo+watch@chromium.org', | 356 'horo+watch@chromium.org', |
357 'falken@chromium.org' ], | 357 'falken@chromium.org' ], |
358 'wtf': [ 'abarth@chromium.org', | 358 'wtf': [ 'abarth@chromium.org', |
359 'mikhail.pozdnyakov@intel.com', | 359 'mikhail.pozdnyakov@intel.com', |
360 'aandrey+blink@chromium.org', | 360 'aandrey+blink@chromium.org', |
361 'blink-reviews-wtf@chromium.org' | 361 'blink-reviews-wtf@chromium.org', |
362 'mkwst+moarreviews@chromium.org' ], | 362 'mkwst+moarreviews@chromium.org' ], |
363 'indexed_db': ['dgrogan@chromium.org', | 363 'indexed_db': ['dgrogan@chromium.org', |
364 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], | 364 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], |
365 'rendering': [ 'pdr@chromium.org', | 365 'rendering': [ 'pdr@chromium.org', |
366 'eae+blinkwatch@chromium.org', | 366 'eae+blinkwatch@chromium.org', |
367 'jchaffraix+rendering@chromium.org', | 367 'jchaffraix+rendering@chromium.org', |
368 'leviw+renderwatch@chromium.org', | 368 'leviw+renderwatch@chromium.org', |
369 'zoltan@webkit.org', | 369 'zoltan@webkit.org', |
370 'rune+blink@opera.com', | 370 'rune+blink@opera.com', |
371 'blink-reviews-rendering@chromium.org' ], | 371 'blink-reviews-rendering@chromium.org' ], |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 'skal@google.com', | 414 'skal@google.com', |
415 'vikasa@google.com' ], | 415 'vikasa@google.com' ], |
416 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 416 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
417 'css_flexbox': [ 'cbiesinger@chromium.org' ], | 417 'css_flexbox': [ 'cbiesinger@chromium.org' ], |
418 'battery_status': [ 'timvolodine@chromium.org' ], | 418 'battery_status': [ 'timvolodine@chromium.org' ], |
419 'out_of_process_frames': [ 'dcheng@chromium.org' ], | 419 'out_of_process_frames': [ 'dcheng@chromium.org' ], |
420 'device_light': [ 'timvolodine@chromium.org' ], | 420 'device_light': [ 'timvolodine@chromium.org' ], |
421 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], | 421 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], |
422 }, | 422 }, |
423 } | 423 } |
OLD | NEW |