OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1516 'pdr+renderingwatchlist@chromium.org', | 1516 'pdr+renderingwatchlist@chromium.org', |
1517 'szager+layoutwatch@chromium.org', | 1517 'szager+layoutwatch@chromium.org', |
1518 'zoltan@webkit.org'], | 1518 'zoltan@webkit.org'], |
1519 'blink_layout_ng': ['ojan+watch@chromium.org'], | 1519 'blink_layout_ng': ['ojan+watch@chromium.org'], |
1520 'blink_loader': ['gavinp+loader@chromium.org', | 1520 'blink_loader': ['gavinp+loader@chromium.org', |
1521 'japhet@chromium.org', | 1521 'japhet@chromium.org', |
1522 'loading-reviews@chromium.org', | 1522 'loading-reviews@chromium.org', |
1523 'tyoshino+watch@chromium.org'], | 1523 'tyoshino+watch@chromium.org'], |
1524 'blink_media': ['feature-media-reviews@chromium.org', | 1524 'blink_media': ['feature-media-reviews@chromium.org', |
1525 'eric.carlson@apple.com', | 1525 'eric.carlson@apple.com', |
1526 'mlamouri+watch-blink@chromium.org'], | 1526 'mlamouri+watch-blink@chromium.org', |
| 1527 'srirama.m@samsung.com'], |
1527 'blink_media_queries': ['kenneth.christiansen@gmail.com', | 1528 'blink_media_queries': ['kenneth.christiansen@gmail.com', |
1528 'yoav@yoav.ws'], | 1529 'yoav@yoav.ws'], |
1529 'blink_mediacapturefromelement': ['emircan+watch+capturefromdom@chromium.org
', | 1530 'blink_mediacapturefromelement': ['emircan+watch+capturefromdom@chromium.org
', |
1530 'mcasas+watch+capturefromdom@chromium.org'
], | 1531 'mcasas+watch+capturefromdom@chromium.org'
], |
1531 'blink_mediarecorder': ['emircan+watch+mediarecorder@chromium.org', | 1532 'blink_mediarecorder': ['emircan+watch+mediarecorder@chromium.org', |
1532 'mcasas+watch+mediarecorder@chromium.org'], | 1533 'mcasas+watch+mediarecorder@chromium.org'], |
1533 'blink_mediastream': ['mcasas+watch+mediastream@chromium.org', | 1534 'blink_mediastream': ['mcasas+watch+mediastream@chromium.org', |
1534 'tommyw+watchlist@chromium.org'], | 1535 'tommyw+watchlist@chromium.org'], |
1535 'blink_modules': ['haraken@chromium.org'], | 1536 'blink_modules': ['haraken@chromium.org'], |
1536 'blink_navigator_content_utils': ['gyuyoung.kim@chromium.org'], | 1537 'blink_navigator_content_utils': ['gyuyoung.kim@chromium.org'], |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1927 'raymes+watch@chromium.org'], | 1928 'raymes+watch@chromium.org'], |
1928 'windows_sandboxing': ['pennymac+watch@chromium.org', | 1929 'windows_sandboxing': ['pennymac+watch@chromium.org', |
1929 'wfh+watch@chromium.org'], | 1930 'wfh+watch@chromium.org'], |
1930 'x11': ['derat+watch@chromium.org', | 1931 'x11': ['derat+watch@chromium.org', |
1931 'sadrul@chromium.org', | 1932 'sadrul@chromium.org', |
1932 'yusukes+watch@chromium.org'], | 1933 'yusukes+watch@chromium.org'], |
1933 'xml': ['dominicc+watchlist@chromium.org'], | 1934 'xml': ['dominicc+watchlist@chromium.org'], |
1934 'zoom': ['wjmaclean@chromium.org'], | 1935 'zoom': ['wjmaclean@chromium.org'], |
1935 }, | 1936 }, |
1936 } | 1937 } |
OLD | NEW |