| 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 'yurys+blink@chromium.org', | 288 'yurys+blink@chromium.org', |
| 289 'eustas+blink@chromium.org', | 289 'eustas+blink@chromium.org', |
| 290 'caseq+blink@chromium.org', | 290 'caseq+blink@chromium.org', |
| 291 'paulirish+reviews@chromium.org', | 291 'paulirish+reviews@chromium.org', |
| 292 'malch+blink@chromium.org', | 292 'malch+blink@chromium.org', |
| 293 'sergeyv+blink@chromium.org', | 293 'sergeyv+blink@chromium.org', |
| 294 'devtools-reviews@chromium.org' ], | 294 'devtools-reviews@chromium.org' ], |
| 295 'bidi': [ 'leviw+bidiwatch@chromium.org' ], | 295 'bidi': [ 'leviw+bidiwatch@chromium.org' ], |
| 296 'bindings': [ 'abarth@chromium.org', | 296 'bindings': [ 'abarth@chromium.org', |
| 297 'arv+blink@chromium.org', | 297 'arv+blink@chromium.org', |
| 298 'haraken@chromium.org', | |
| 299 'japhet@chromium.org', | |
| 300 'jsbell+bindings@chromium.org', | |
| 301 'marja+watch@chromium.org', | |
| 302 'nbarth@chromium.org', | |
| 303 'sigbjornf@opera.com', | |
| 304 'kouhei+bindings@chromium.org', | |
| 305 'blink-reviews-bindings@chromium.org' ], | 298 'blink-reviews-bindings@chromium.org' ], |
| 306 'canvas': [ 'cabanier@adobe.com', 'aandrey+blink@chromium.org' ], | 299 'canvas': [ 'cabanier@adobe.com', 'aandrey+blink@chromium.org' ], |
| 307 'clipboard': [ 'dcheng@chromium.org', ], | 300 'clipboard': [ 'dcheng@chromium.org', ], |
| 308 'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chro
mium.org' ], | 301 'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chro
mium.org' ], |
| 309 'fetch': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ], | 302 'fetch': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ], |
| 310 'layers': [ 'blink-layers+watch@chromium.org' ], | 303 'layers': [ 'blink-layers+watch@chromium.org' ], |
| 311 'loader': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ], | 304 'loader': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ], |
| 312 'owners': [ 'abarth@chromium.org'], | 305 'owners': [ 'abarth@chromium.org'], |
| 313 'test_runner': [ 'jochen+watch@chromium.org' ], | 306 'test_runner': [ 'jochen+watch@chromium.org' ], |
| 314 'platform_graphics': [ 'jamesr@chromium.org', | 307 'platform_graphics': [ 'jamesr@chromium.org', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 'webp': [ 'urvang@google.com', | 374 'webp': [ 'urvang@google.com', |
| 382 'jzern@chromium.org', | 375 'jzern@chromium.org', |
| 383 'skal@google.com', | 376 'skal@google.com', |
| 384 'vikasa@google.com' ], | 377 'vikasa@google.com' ], |
| 385 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 378 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
| 386 'fragment_layout': [ 'mstensho+blink@opera.com' ], | 379 'fragment_layout': [ 'mstensho+blink@opera.com' ], |
| 387 'table_layout': [ 'mstensho+blink@opera.com' ], | 380 'table_layout': [ 'mstensho+blink@opera.com' ], |
| 388 'battery_status': [ 'timvolodine@chromium.org' ], | 381 'battery_status': [ 'timvolodine@chromium.org' ], |
| 389 }, | 382 }, |
| 390 } | 383 } |
| OLD | NEW |