| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 'alph+blink@chromium.org', | 281 'alph+blink@chromium.org', |
| 282 'apavlov+blink@chromium.org', | 282 'apavlov+blink@chromium.org', |
| 283 'loislo+blink@chromium.org', | 283 'loislo+blink@chromium.org', |
| 284 'lushnikov+blink@chromium.org', | 284 'lushnikov+blink@chromium.org', |
| 285 'vsevik+blink@chromium.org', | 285 'vsevik+blink@chromium.org', |
| 286 'yurys+blink@chromium.org', | 286 'yurys+blink@chromium.org', |
| 287 'eustas+blink@chromium.org', | 287 'eustas+blink@chromium.org', |
| 288 'caseq+blink@chromium.org', | 288 'caseq+blink@chromium.org', |
| 289 'paulirish+reviews@chromium.org', | 289 'paulirish+reviews@chromium.org', |
| 290 'malch+blink@chromium.org', | 290 'malch+blink@chromium.org', |
| 291 'sergeyv+blink@chromium.org', |
| 291 'devtools-reviews@chromium.org' ], | 292 'devtools-reviews@chromium.org' ], |
| 292 'bidi': [ 'leviw+bidiwatch@chromium.org' ], | 293 'bidi': [ 'leviw+bidiwatch@chromium.org' ], |
| 293 'bindings': [ 'abarth@chromium.org', | 294 'bindings': [ 'abarth@chromium.org', |
| 294 'adamk+blink@chromium.org', | 295 'adamk+blink@chromium.org', |
| 295 'arv+blink@chromium.org', | 296 'arv+blink@chromium.org', |
| 296 'ch.dumez@samsung.com', | 297 'ch.dumez@samsung.com', |
| 297 'haraken@chromium.org', | 298 'haraken@chromium.org', |
| 298 'japhet@chromium.org', | 299 'japhet@chromium.org', |
| 299 'jsbell+bindings@chromium.org', | 300 'jsbell+bindings@chromium.org', |
| 300 'marja+watch@chromium.org', | 301 'marja+watch@chromium.org', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 'webp': [ 'urvang@google.com', | 388 'webp': [ 'urvang@google.com', |
| 388 'jzern@chromium.org', | 389 'jzern@chromium.org', |
| 389 'skal@google.com', | 390 'skal@google.com', |
| 390 'vikasa@google.com' ], | 391 'vikasa@google.com' ], |
| 391 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 392 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
| 392 'fragment_layout': [ 'mstensho+blink@opera.com' ], | 393 'fragment_layout': [ 'mstensho+blink@opera.com' ], |
| 393 'table_layout': [ 'mstensho+blink@opera.com' ], | 394 'table_layout': [ 'mstensho+blink@opera.com' ], |
| 394 'battery_status': [ 'timvolodine@chromium.org' ], | 395 'battery_status': [ 'timvolodine@chromium.org' ], |
| 395 }, | 396 }, |
| 396 } | 397 } |
| OLD | NEW |