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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 'heap': [ 'ager@chromium.org', 'haraken@chromium.org', 'kouhei+heap@chromium
.org' ], | 338 'heap': [ 'ager@chromium.org', 'haraken@chromium.org', 'kouhei+heap@chromium
.org' ], |
339 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ]
, | 339 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ]
, |
340 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin
k@chromium.org' ], | 340 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin
k@chromium.org' ], |
341 'workers': [ 'kinuko+worker@chromium.org', | 341 'workers': [ 'kinuko+worker@chromium.org', |
342 'horo+watch@chromium.org', | 342 'horo+watch@chromium.org', |
343 'falken@chromium.org' ], | 343 'falken@chromium.org' ], |
344 'wtf': [ 'abarth@chromium.org', | 344 'wtf': [ 'abarth@chromium.org', |
345 'mikhail.pozdnyakov@intel.com', | 345 'mikhail.pozdnyakov@intel.com', |
346 'blink-reviews-wtf@chromium.org' ], | 346 'blink-reviews-wtf@chromium.org' ], |
347 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', | 347 'indexed_db': ['alecflett@chromium.org','dgrogan@chromium.org', |
348 'jsbell+idb@chromium.org', 'cmumford@chromium.org', | 348 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], |
349 'ericu+idb@chromium.org'], | |
350 'rendering': [ 'pdr@chromium.org', | 349 'rendering': [ 'pdr@chromium.org', |
351 'eae+blinkwatch@chromium.org', | 350 'eae+blinkwatch@chromium.org', |
352 'jchaffraix+rendering@chromium.org', | 351 'jchaffraix+rendering@chromium.org', |
353 'leviw+renderwatch@chromium.org', | 352 'leviw+renderwatch@chromium.org', |
354 'zoltan@webkit.org', | 353 'zoltan@webkit.org', |
355 'rune+blink@opera.com', | 354 'rune+blink@opera.com', |
356 'blink-reviews-rendering@chromium.org' ], | 355 'blink-reviews-rendering@chromium.org' ], |
357 'compositing': [ 'abarth@chromium.org' ], | 356 'compositing': [ 'abarth@chromium.org' ], |
358 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], | 357 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], |
359 'prerender': [ 'gavinp+prerender@chromium.org' ], | 358 'prerender': [ 'gavinp+prerender@chromium.org' ], |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 'jzern@chromium.org', | 390 'jzern@chromium.org', |
392 'skal@google.com', | 391 'skal@google.com', |
393 'vikasa@google.com' ], | 392 'vikasa@google.com' ], |
394 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 393 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
395 'css_flexbox': [ 'cbiesinger@chromium.org' ], | 394 'css_flexbox': [ 'cbiesinger@chromium.org' ], |
396 'battery_status': [ 'timvolodine@chromium.org' ], | 395 'battery_status': [ 'timvolodine@chromium.org' ], |
397 'out_of_process_frames': [ 'dcheng@chromium.org' ], | 396 'out_of_process_frames': [ 'dcheng@chromium.org' ], |
398 'device_light': [ 'timvolodine@chromium.org' ], | 397 'device_light': [ 'timvolodine@chromium.org' ], |
399 }, | 398 }, |
400 } | 399 } |
OLD | NEW |