Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Side by Side Diff: WATCHLISTS

Issue 2741853004: WATCHLISTS update (mcasas@) (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1277 'blink_fetch': { 1277 'blink_fetch': {
1278 'filepath': 'third_party/WebKit/Source/platform/loader/fetch' 1278 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
1279 }, 1279 },
1280 'blink_heap': { 1280 'blink_heap': {
1281 'filepath': 'third_party/WebKit/Source/platform/heap' \ 1281 'filepath': 'third_party/WebKit/Source/platform/heap' \
1282 '|base/allocator/partition_allocator/' 1282 '|base/allocator/partition_allocator/'
1283 }, 1283 },
1284 'blink_html': { 1284 'blink_html': {
1285 'filepath': 'third_party/WebKit/Source/core/html/' 1285 'filepath': 'third_party/WebKit/Source/core/html/'
1286 }, 1286 },
1287 'blink_image_capture': {
1288 'filepath': 'third_party/WebKit/Source/modules/imagecapture' \
1289 '|third_party/WebKit/LayoutTests/fast/imagecapture/' \
1290 '|third_party/WebKit/LayoutTests/imagecapture/'
1291 },
1287 'blink_loader': { 1292 'blink_loader': {
1288 'filepath': 'third_party/WebKit/Source/core/loader', \ 1293 'filepath': 'third_party/WebKit/Source/core/loader', \
1289 'filepath': 'third_party/WebKit/Source/platform/loader' 1294 'filepath': 'third_party/WebKit/Source/platform/loader'
1290 }, 1295 },
1291 'blink_modules': { 1296 'blink_modules': {
1292 'filepath': 'third_party/WebKit/Source/modules' 1297 'filepath': 'third_party/WebKit/Source/modules'
1293 }, 1298 },
1294 'blink_notifications': { 1299 'blink_notifications': {
1295 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \ 1300 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \
1296 '|third_party/WebKit/Source/modules/notifications' \ 1301 '|third_party/WebKit/Source/modules/notifications' \
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 'dtapuska+blinkwatch@chromium.org', 1660 'dtapuska+blinkwatch@chromium.org',
1656 'eae+blinkwatch@chromium.org'], 1661 'eae+blinkwatch@chromium.org'],
1657 'blink_fetch': ['gavinp+loader@chromium.org', 1662 'blink_fetch': ['gavinp+loader@chromium.org',
1658 'japhet@chromium.org', 1663 'japhet@chromium.org',
1659 'loading-reviews+fetch@chromium.org', 1664 'loading-reviews+fetch@chromium.org',
1660 'tyoshino+watch@chromium.org'], 1665 'tyoshino+watch@chromium.org'],
1661 'blink_fileapi': ['kinuko+fileapi@chromium.org', 1666 'blink_fileapi': ['kinuko+fileapi@chromium.org',
1662 'nhiroki@chromium.org', 1667 'nhiroki@chromium.org',
1663 'tzik@chromium.org'], 1668 'tzik@chromium.org'],
1664 'blink_frames': ['blink-reviews-frames@chromium.org'], 1669 'blink_frames': ['blink-reviews-frames@chromium.org'],
1665 'blink_geolocation': ['mlamouri+watch-blink@chromium.org', 1670 'blink_geolocation': ['mcasas+geolocation@chromium.org',
1671 'mlamouri+watch-blink@chromium.org',
1666 'mvanouwerkerk+watch@chromium.org', 1672 'mvanouwerkerk+watch@chromium.org',
1667 'timvolodine@chromium.org'], 1673 'timvolodine@chromium.org'],
1668 'blink_heap': ['ager@chromium.org', 1674 'blink_heap': ['ager@chromium.org',
1669 'haraken@chromium.org', 1675 'haraken@chromium.org',
1670 'kouhei+heap@chromium.org', 1676 'kouhei+heap@chromium.org',
1671 'oilpan-reviews@chromium.org'], 1677 'oilpan-reviews@chromium.org'],
1672 'blink_html': ['blink-reviews-html@chromium.org', 1678 'blink_html': ['blink-reviews-html@chromium.org',
1673 'dglazkov+blink@chromium.org'], 1679 'dglazkov+blink@chromium.org'],
1674 'blink_htmlparser': ['kinuko+watch@chromium.org', 1680 'blink_htmlparser': ['kinuko+watch@chromium.org',
1675 'loading-reviews+parser@chromium.org'], 1681 'loading-reviews+parser@chromium.org'],
1682 'blink_image_capture': ['mcasas+imagecapture@chromium.org'],
1676 'blink_indexed_db': ['cmumford@chromium.org', 1683 'blink_indexed_db': ['cmumford@chromium.org',
1677 'jsbell+idb@chromium.org'], 1684 'jsbell+idb@chromium.org'],
1678 'blink_input': ['dtapuska+blinkwatch@chromium.org', 1685 'blink_input': ['dtapuska+blinkwatch@chromium.org',
1679 'nzolghadr@chromium.org'], 1686 'nzolghadr@chromium.org'],
1680 'blink_layers': ['blink-layers+watch@chromium.org'], 1687 'blink_layers': ['blink-layers+watch@chromium.org'],
1681 'blink_layout': ['blink-reviews-layout@chromium.org', 1688 'blink_layout': ['blink-reviews-layout@chromium.org',
1682 'eae+blinkwatch@chromium.org', 1689 'eae+blinkwatch@chromium.org',
1683 'jchaffraix+rendering@chromium.org', 1690 'jchaffraix+rendering@chromium.org',
1684 'leviw+renderwatch@chromium.org', 1691 'leviw+renderwatch@chromium.org',
1685 'pdr+renderingwatchlist@chromium.org', 1692 'pdr+renderingwatchlist@chromium.org',
1686 'szager+layoutwatch@chromium.org', 1693 'szager+layoutwatch@chromium.org',
1687 'zoltan@webkit.org'], 1694 'zoltan@webkit.org'],
1688 'blink_layout_ng': ['ojan+watch@chromium.org', 1695 'blink_layout_ng': ['ojan+watch@chromium.org',
1689 'cbiesinger@chromium.org', 1696 'cbiesinger@chromium.org',
1690 'glebl+reviews@chromium.org', 1697 'glebl+reviews@chromium.org',
1691 'dgrogan+ng@chromium.org', 1698 'dgrogan+ng@chromium.org',
1692 'atotic+reviews@chromium.org'], 1699 'atotic+reviews@chromium.org'],
1693 'blink_loader': ['gavinp+loader@chromium.org', 1700 'blink_loader': ['gavinp+loader@chromium.org',
1694 'japhet@chromium.org', 1701 'japhet@chromium.org',
1695 'loading-reviews@chromium.org', 1702 'loading-reviews@chromium.org',
1696 'tyoshino+watch@chromium.org'], 1703 'tyoshino+watch@chromium.org'],
1697 'blink_media': ['feature-media-reviews@chromium.org', 1704 'blink_media': ['feature-media-reviews@chromium.org',
1698 'eric.carlson@apple.com', 1705 'eric.carlson@apple.com',
1699 'mlamouri+watch-blink@chromium.org', 1706 'mlamouri+watch-blink@chromium.org',
1700 'srirama.m@samsung.com'], 1707 'srirama.m@samsung.com'],
1701 'blink_media_queries': ['kenneth.christiansen@gmail.com', 1708 'blink_media_queries': ['kenneth.christiansen@gmail.com',
1702 'yoav@yoav.ws'], 1709 'yoav@yoav.ws'],
1703 'blink_mediastream': ['mcasas+watch+mediastream@chromium.org', 1710 'blink_mediastream': ['tommyw+watchlist@chromium.org'],
1704 'tommyw+watchlist@chromium.org'],
1705 'blink_modules': ['haraken@chromium.org'], 1711 'blink_modules': ['haraken@chromium.org'],
1706 'blink_navigator_content_utils': ['gyuyoung.kim@chromium.org'], 1712 'blink_navigator_content_utils': ['gyuyoung.kim@chromium.org'],
1707 'blink_notifications': ['awdf+watch@chromium.org', 1713 'blink_notifications': ['awdf+watch@chromium.org',
1708 'peter@chromium.org'], 1714 'peter@chromium.org'],
1709 'blink_out_of_process_frames': ['dcheng@chromium.org', 1715 'blink_out_of_process_frames': ['dcheng@chromium.org',
1710 'mlamouri+watch-blink@chromium.org'], 1716 'mlamouri+watch-blink@chromium.org'],
1711 'blink_owners': ['abarth@chromium.org'], 1717 'blink_owners': ['abarth@chromium.org'],
1712 'blink_paint' : ['blink-reviews-paint@chromium.org', 1718 'blink_paint' : ['blink-reviews-paint@chromium.org',
1713 'dongseong.hwang@intel.com'], 1719 'dongseong.hwang@intel.com'],
1714 'blink_permissions': ['mlamouri+watch-blink@chromium.org'], 1720 'blink_permissions': ['mlamouri+watch-blink@chromium.org'],
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1906 'yamaguchi+watch@chromium.org'], 1912 'yamaguchi+watch@chromium.org'],
1907 'filesapp_ui': ['mtomasz+watch@chromium.org'], 1913 'filesapp_ui': ['mtomasz+watch@chromium.org'],
1908 'ftp': ['phajdan.jr@chromium.org'], 1914 'ftp': ['phajdan.jr@chromium.org'],
1909 'fuzzing': ['fuzzing@chromium.org'], 1915 'fuzzing': ['fuzzing@chromium.org'],
1910 'gcm': ['johnme+watch@chromium.org', 1916 'gcm': ['johnme+watch@chromium.org',
1911 'peter@chromium.org', 1917 'peter@chromium.org',
1912 'zea+watch@chromium.org'], 1918 'zea+watch@chromium.org'],
1913 'generic_sensor': ['alexander.shalamov@intel.com', 1919 'generic_sensor': ['alexander.shalamov@intel.com',
1914 'mikhail.pozdnyakov@intel.com', 1920 'mikhail.pozdnyakov@intel.com',
1915 'wanming.lin@intel.com'], 1921 'wanming.lin@intel.com'],
1916 'geolocation': ['mlamouri+watch-geolocation@chromium.org', 1922 'geolocation': ['mcasas+geolocation@chromium.org',
1923 'mlamouri+watch-geolocation@chromium.org',
1917 'mvanouwerkerk@chromium.org'], 1924 'mvanouwerkerk@chromium.org'],
1918 'gfx_geometry': ['cc-bugs@chromium.org'], 1925 'gfx_geometry': ['cc-bugs@chromium.org'],
1919 'gfx_image': ['rsesek+watch@chromium.org'], 1926 'gfx_image': ['rsesek+watch@chromium.org'],
1920 'gn': ['agrieve+watch@chromium.org', 1927 'gn': ['agrieve+watch@chromium.org',
1921 'dpranke@chromium.org', 1928 'dpranke@chromium.org',
1922 'tfarina@chromium.org'], 1929 'tfarina@chromium.org'],
1923 'goma': ['shinyak+cc@chromium.com', 1930 'goma': ['shinyak+cc@chromium.com',
1924 'tikuta+cc@chromium.com', 1931 'tikuta+cc@chromium.com',
1925 'ukai+cc@chromium.com', 1932 'ukai+cc@chromium.com',
1926 'yyanagisawa+cc@chromium.com'], 1933 'yyanagisawa+cc@chromium.com'],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 'linux_sandboxing': ['jln+watch@chromium.org'], 1981 'linux_sandboxing': ['jln+watch@chromium.org'],
1975 'linux_seccomp_bpf': ['jln+watch@chromium.org'], 1982 'linux_seccomp_bpf': ['jln+watch@chromium.org'],
1976 'login': ['vabr+watchlistlogin@chromium.org'], 1983 'login': ['vabr+watchlistlogin@chromium.org'],
1977 'mac' : ['mac-reviews@chromium.org'], 1984 'mac' : ['mac-reviews@chromium.org'],
1978 'manifest': ['mlamouri+watch-manifest@chromium.org'], 1985 'manifest': ['mlamouri+watch-manifest@chromium.org'],
1979 'md_settings': ['dbeam+watch-settings@chromium.org', 1986 'md_settings': ['dbeam+watch-settings@chromium.org',
1980 'michaelpg+watch-md-settings@chromium.org', 1987 'michaelpg+watch-md-settings@chromium.org',
1981 'stevenjb+watch-md-settings@chromium.org'], 1988 'stevenjb+watch-md-settings@chromium.org'],
1982 'media': ['feature-media-reviews@chromium.org'], 1989 'media': ['feature-media-reviews@chromium.org'],
1983 'media_capture_from_element': ['emircan+watch+capturefromdom@chromium.org', 1990 'media_capture_from_element': ['emircan+watch+capturefromdom@chromium.org',
1984 'mcasas+watch+capturefromdom@chromium.org'], 1991 'mcasas+capturefromelement@chromium.org'],
1985 'media_galleries': ['thestig@chromium.org', 1992 'media_galleries': ['thestig@chromium.org',
1986 'tommycli@chromium.org'], 1993 'tommycli@chromium.org'],
1987 'media_mojo': ['alokp+watch@chromium.org'], 1994 'media_mojo': ['alokp+watch@chromium.org'],
1988 'media_recorder': ['emircan+watch+mediarecorder@chromium.org', 1995 'media_recorder': ['emircan+watch+mediarecorder@chromium.org',
1989 'mcasas+watch+mediarecorder@chromium.org'], 1996 'mcasas+mediarecorder@chromium.org'],
1990 'media_remoting': ['apacible+watch@chromium.org', 1997 'media_remoting': ['apacible+watch@chromium.org',
1991 'erickung+watch@chromium.org', 1998 'erickung+watch@chromium.org',
1992 'miu+watch@chromium.org', 1999 'miu+watch@chromium.org',
1993 'xjz+watch@chromium.org'], 2000 'xjz+watch@chromium.org'],
1994 'media_router': ['media-router+watch@chromium.org'], 2001 'media_router': ['media-router+watch@chromium.org'],
1995 'message_loop': ['sadrul@chromium.org'], 2002 'message_loop': ['sadrul@chromium.org'],
1996 'metrics': ['asvitkine+watch@chromium.org'], 2003 'metrics': ['asvitkine+watch@chromium.org'],
1997 'metrics_xml_files': ['asvitkine+watch@chromium.org'], 2004 'metrics_xml_files': ['asvitkine+watch@chromium.org'],
1998 'midi': ['toyoshim+midi@chromium.org'], 2005 'midi': ['toyoshim+midi@chromium.org'],
1999 'mojo': ['aa@chromium.org', 2006 'mojo': ['aa@chromium.org',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
2146 'wfh+watch@chromium.org'], 2153 'wfh+watch@chromium.org'],
2147 'ui_compositor': ['cc-bugs@chromium.org'], 2154 'ui_compositor': ['cc-bugs@chromium.org'],
2148 'ui_display_win': ['robliao+watch@chromium.org'], 2155 'ui_display_win': ['robliao+watch@chromium.org'],
2149 'ui_resources': ['oshima+watch@chromium.org'], 2156 'ui_resources': ['oshima+watch@chromium.org'],
2150 'ui_strings': ['srahim+watch@chromium.org'], 2157 'ui_strings': ['srahim+watch@chromium.org'],
2151 'valgrind': ['bruening+watch@chromium.org', 2158 'valgrind': ['bruening+watch@chromium.org',
2152 'glider+watch@chromium.org'], 2159 'glider+watch@chromium.org'],
2153 'version_assembly': ['caitkp+watch@chromium.org', 2160 'version_assembly': ['caitkp+watch@chromium.org',
2154 'gab+watch@chromium.org'], 2161 'gab+watch@chromium.org'],
2155 'video': ['posciak+watch@chromium.org'], 2162 'video': ['posciak+watch@chromium.org'],
2156 'video_capture': ['mcasas+watch+vc@chromium.org', 2163 'video_capture': ['chfremer+watch@chromium.org'],
2157 'chfremer+watch@chromium.org'],
2158 'views': ['tfarina@chromium.org'], 2164 'views': ['tfarina@chromium.org'],
2159 'virtual_keyboard': ['dfaden+virtualkb@google.com', 2165 'virtual_keyboard': ['dfaden+virtualkb@google.com',
2160 'groby+virtualkb@chromium.org', 2166 'groby+virtualkb@chromium.org',
2161 'oka+watchvk@chromium.org', 2167 'oka+watchvk@chromium.org',
2162 'yhanada+watchvk@chromium.org'], 2168 'yhanada+watchvk@chromium.org'],
2163 'virtual_reality': ['feature-vr-reviews@chromium.org'], 2169 'virtual_reality': ['feature-vr-reviews@chromium.org'],
2164 'webrtc_browser_tests': ['phoglund+watch@chromium.org'], 2170 'webrtc_browser_tests': ['phoglund+watch@chromium.org'],
2165 'website_settings': ['markusheintz@chromium.org', 2171 'website_settings': ['markusheintz@chromium.org',
2166 'msramek+watch@chromium.org', 2172 'msramek+watch@chromium.org',
2167 'raymes+watch@chromium.org'], 2173 'raymes+watch@chromium.org'],
2168 'windows_sandboxing': ['pennymac+watch@chromium.org', 2174 'windows_sandboxing': ['pennymac+watch@chromium.org',
2169 'wfh+watch@chromium.org'], 2175 'wfh+watch@chromium.org'],
2170 'x11': ['derat+watch@chromium.org', 2176 'x11': ['derat+watch@chromium.org',
2171 'sadrul@chromium.org', 2177 'sadrul@chromium.org',
2172 'yusukes+watch@chromium.org'], 2178 'yusukes+watch@chromium.org'],
2173 'xml': ['dominicc+watchlist@chromium.org'], 2179 'xml': ['dominicc+watchlist@chromium.org'],
2174 'zoom': ['wjmaclean@chromium.org'], 2180 'zoom': ['wjmaclean@chromium.org'],
2175 }, 2181 },
2176 } 2182 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698