| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 'aandrey+blink@chromium.org', | 276 'aandrey+blink@chromium.org', |
| 277 'alph+blink@chromium.org', | 277 'alph+blink@chromium.org', |
| 278 'apavlov+blink@chromium.org', | 278 'apavlov+blink@chromium.org', |
| 279 'loislo+blink@chromium.org', | 279 'loislo+blink@chromium.org', |
| 280 'lushnikov+blink@chromium.org', | 280 'lushnikov+blink@chromium.org', |
| 281 'vsevik+blink@chromium.org', | 281 'vsevik+blink@chromium.org', |
| 282 'yurys+blink@chromium.org', | 282 'yurys+blink@chromium.org', |
| 283 'eustas+blink@chromium.org', | 283 'eustas+blink@chromium.org', |
| 284 'caseq+blink@chromium.org', | 284 'caseq+blink@chromium.org', |
| 285 'paulirish+reviews@chromium.org', | 285 'paulirish+reviews@chromium.org', |
| 286 'malch+blink@chromium.org', |
| 286 'devtools-reviews@chromium.org' ], | 287 'devtools-reviews@chromium.org' ], |
| 287 'bidi': [ 'leviw+bidiwatch@chromium.org' ], | 288 'bidi': [ 'leviw+bidiwatch@chromium.org' ], |
| 288 'bindings': [ 'abarth@chromium.org', | 289 'bindings': [ 'abarth@chromium.org', |
| 289 'adamk+blink@chromium.org', | 290 'adamk+blink@chromium.org', |
| 290 'arv+blink@chromium.org', | 291 'arv+blink@chromium.org', |
| 291 'ch.dumez@samsung.com', | 292 'ch.dumez@samsung.com', |
| 292 'haraken@chromium.org', | 293 'haraken@chromium.org', |
| 293 'japhet@chromium.org', | 294 'japhet@chromium.org', |
| 294 'jsbell+bindings@chromium.org', | 295 'jsbell+bindings@chromium.org', |
| 295 'marja+watch@chromium.org', | 296 'marja+watch@chromium.org', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], | 378 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], |
| 378 'webp': [ 'urvang@google.com', | 379 'webp': [ 'urvang@google.com', |
| 379 'jzern@chromium.org', | 380 'jzern@chromium.org', |
| 380 'skal@google.com', | 381 'skal@google.com', |
| 381 'vikasa@google.com' ], | 382 'vikasa@google.com' ], |
| 382 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 383 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
| 383 'fragment_layout': [ 'mstensho+blink@opera.com' ], | 384 'fragment_layout': [ 'mstensho+blink@opera.com' ], |
| 384 'table_layout': [ 'mstensho+blink@opera.com' ], | 385 'table_layout': [ 'mstensho+blink@opera.com' ], |
| 385 }, | 386 }, |
| 386 } | 387 } |
| OLD | NEW |