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 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1588 'blink_mediastream': ['mcasas+watch+mediastream@chromium.org', | 1588 'blink_mediastream': ['mcasas+watch+mediastream@chromium.org', |
1589 'tommyw+watchlist@chromium.org'], | 1589 'tommyw+watchlist@chromium.org'], |
1590 'blink_modules': ['haraken@chromium.org'], | 1590 'blink_modules': ['haraken@chromium.org'], |
1591 'blink_navigator_content_utils': ['gyuyoung.kim@chromium.org'], | 1591 'blink_navigator_content_utils': ['gyuyoung.kim@chromium.org'], |
1592 'blink_notifications': ['awdf+watch@chromium.org', | 1592 'blink_notifications': ['awdf+watch@chromium.org', |
1593 'peter@chromium.org'], | 1593 'peter@chromium.org'], |
1594 'blink_out_of_process_frames': ['dcheng@chromium.org', | 1594 'blink_out_of_process_frames': ['dcheng@chromium.org', |
1595 'mlamouri+watch-blink@chromium.org'], | 1595 'mlamouri+watch-blink@chromium.org'], |
1596 'blink_owners': ['abarth@chromium.org'], | 1596 'blink_owners': ['abarth@chromium.org'], |
1597 'blink_paint' : ['blink-reviews-paint@chromium.org', | 1597 'blink_paint' : ['blink-reviews-paint@chromium.org', |
1598 'dongseong.hwang@intel.com', | 1598 'dongseong.hwang@intel.com'], |
1599 'slimming-paint-reviews@chromium.org'], | |
1600 'blink_permissions': ['mlamouri+watch-blink@chromium.org'], | 1599 'blink_permissions': ['mlamouri+watch-blink@chromium.org'], |
1601 'blink_platform_graphics': ['ajuma+watch@chromium.org', | 1600 'blink_platform_graphics': ['ajuma+watch@chromium.org', |
1602 'blink-reviews-platform-graphics@chromium.org', | 1601 'blink-reviews-platform-graphics@chromium.org', |
1603 'cabanier@adobe.com', | 1602 'cabanier@adobe.com', |
1604 'danakj+watch@chromium.org', | 1603 'danakj+watch@chromium.org', |
1605 'dongseong.hwang@intel.com', | 1604 'dongseong.hwang@intel.com', |
1606 'drott+blinkwatch@chromium.org', | 1605 'drott+blinkwatch@chromium.org', |
1607 'dschulze@chromium.org', | 1606 'dschulze@chromium.org', |
1608 'fmalita@chromium.org', | 1607 'fmalita@chromium.org', |
1609 'jbroman@chromium.org', | 1608 'jbroman@chromium.org', |
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1997 'raymes+watch@chromium.org'], | 1996 'raymes+watch@chromium.org'], |
1998 'windows_sandboxing': ['pennymac+watch@chromium.org', | 1997 'windows_sandboxing': ['pennymac+watch@chromium.org', |
1999 'wfh+watch@chromium.org'], | 1998 'wfh+watch@chromium.org'], |
2000 'x11': ['derat+watch@chromium.org', | 1999 'x11': ['derat+watch@chromium.org', |
2001 'sadrul@chromium.org', | 2000 'sadrul@chromium.org', |
2002 'yusukes+watch@chromium.org'], | 2001 'yusukes+watch@chromium.org'], |
2003 'xml': ['dominicc+watchlist@chromium.org'], | 2002 'xml': ['dominicc+watchlist@chromium.org'], |
2004 'zoom': ['wjmaclean@chromium.org'], | 2003 'zoom': ['wjmaclean@chromium.org'], |
2005 }, | 2004 }, |
2006 } | 2005 } |
OLD | NEW |