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

Side by Side Diff: WATCHLISTS

Issue 2788583003: Add ail to third party XML watchlists. (Closed)
Patch Set: Created 3 years, 8 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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 }, 597 },
598 'login': { 598 'login': {
599 'filepath': 'chrome/browser/ui/login' 599 'filepath': 'chrome/browser/ui/login'
600 }, 600 },
601 'libwebp': { 601 'libwebp': {
602 'filepath': 'third_party/libwebp' 602 'filepath': 'third_party/libwebp'
603 }, 603 },
604 'libvpx': { 604 'libvpx': {
605 'filepath': 'third_party/libvpx' 605 'filepath': 'third_party/libvpx'
606 }, 606 },
607 'libxml_xslt': {
608 'filepath': 'third_party/libxml/' \
609 '|third_party/libxslt/',
610 },
607 'linux_fonts': { 611 'linux_fonts': {
608 'filepath': 'ui/gfx/font_render_params_.*|'\ 612 'filepath': 'ui/gfx/font_render_params_.*|'\
609 'ui/gfx/platform_font_linux.*|'\ 613 'ui/gfx/platform_font_linux.*|'\
610 'ui/gfx/render_text_harfbuzz.*', 614 'ui/gfx/render_text_harfbuzz.*',
611 }, 615 },
612 'linux_sandboxing': { 616 'linux_sandboxing': {
613 'filepath': 'sandbox/linux/', 617 'filepath': 'sandbox/linux/',
614 }, 618 },
615 'linux_seccomp_bpf': { 619 'linux_seccomp_bpf': {
616 'filepath': 'content/common/sandbox.*linux.cc', 620 'filepath': 'content/common/sandbox.*linux.cc',
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
1519 }, 1523 },
1520 'blink_workers': { 1524 'blink_workers': {
1521 'filepath': 'third_party/WebKit/Source/core/workers' \ 1525 'filepath': 'third_party/WebKit/Source/core/workers' \
1522 '|third_party/WebKit/LayoutTests/http/tests/workers' \ 1526 '|third_party/WebKit/LayoutTests/http/tests/workers' \
1523 '|third_party/WebKit/LayoutTests/fast/workers' \ 1527 '|third_party/WebKit/LayoutTests/fast/workers' \
1524 '|third_party/WebKit/LayoutTests/external/wpt/workers' 1528 '|third_party/WebKit/LayoutTests/external/wpt/workers'
1525 }, 1529 },
1526 'blink_wtf': { 1530 'blink_wtf': {
1527 'filepath': 'third_party/WebKit/Source/wtf', 1531 'filepath': 'third_party/WebKit/Source/wtf',
1528 }, 1532 },
1533 'blink_xml': {
1534 'filepath': 'third_party/WebKit/Source/core/xml/'
1535 },
1529 'blink_xmlhttprequest': { 1536 'blink_xmlhttprequest': {
1530 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/' 1537 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
1531 }, 1538 },
1532 'test_runner': { 1539 'test_runner': {
1533 'filepath': 'components/test_runner/' \ 1540 'filepath': 'components/test_runner/' \
1534 '|content/shell/(common|browser|renderer)/layout_test/' \ 1541 '|content/shell/(common|browser|renderer)/layout_test/' \
1535 '|content/test/layouttest_support.cc' \ 1542 '|content/test/layouttest_support.cc' \
1536 '|content/public/test/layouttest_support.h' \ 1543 '|content/public/test/layouttest_support.h' \
1537 }, 1544 },
1538 'xml': {
1539 'filepath': 'third_party/WebKit/Source/core/xml/' \
1540 '|third_party/libxml/' \
1541 '|third_party/libxslt/',
1542 },
1543 }, 1545 },
1544 1546
1545 ############################################################################## 1547 ##############################################################################
1546 # Please keep alphabetical 1548 # Please keep alphabetical
1547 ############################################################################## 1549 ##############################################################################
1548 'WATCHLISTS': { 1550 'WATCHLISTS': {
1549 'about_flags': ['asvitkine+watch@chromium.org'], 1551 'about_flags': ['asvitkine+watch@chromium.org'],
1550 'accelerator_table': ['derat+watch@chromium.org', 1552 'accelerator_table': ['derat+watch@chromium.org',
1551 'yusukes+watch@chromium.org'], 1553 'yusukes+watch@chromium.org'],
1552 'accessibility': ['aboxhall+watch@chromium.org', 1554 'accessibility': ['aboxhall+watch@chromium.org',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1820 'urvang@chromium.org'], 1822 'urvang@chromium.org'],
1821 'blink_websockets': ['tyoshino+watch@chromium.org', 1823 'blink_websockets': ['tyoshino+watch@chromium.org',
1822 'yhirano+watch@chromium.org'], 1824 'yhirano+watch@chromium.org'],
1823 'blink_workers': ['blink-worker-reviews@chromium.org', 1825 'blink_workers': ['blink-worker-reviews@chromium.org',
1824 'falken+watch@chromium.org', 1826 'falken+watch@chromium.org',
1825 'horo+watch@chromium.org', 1827 'horo+watch@chromium.org',
1826 'kinuko+worker@chromium.org', 1828 'kinuko+worker@chromium.org',
1827 'shimazu+worker@chromium.org'], 1829 'shimazu+worker@chromium.org'],
1828 'blink_wtf': ['blink-reviews-wtf@chromium.org', 1830 'blink_wtf': ['blink-reviews-wtf@chromium.org',
1829 'mikhail.pozdnyakov@intel.com'], 1831 'mikhail.pozdnyakov@intel.com'],
1832 'blink_xml': ['dominicc+watchlist@chromium.org'],
1830 'blink_xmlhttprequest': ['tyoshino+watch@chromium.org'], 1833 'blink_xmlhttprequest': ['tyoshino+watch@chromium.org'],
1831 'bookmarks': ['tfarina@chromium.org'], 1834 'bookmarks': ['tfarina@chromium.org'],
1832 'bottombar': ['donnd+watch@chromium.org', 1835 'bottombar': ['donnd+watch@chromium.org',
1833 'mdjones+watch@chromium.org'], 1836 'mdjones+watch@chromium.org'],
1834 'browser_chromeos': ['davemoore+watch@chromium.org'], 1837 'browser_chromeos': ['davemoore+watch@chromium.org'],
1835 'browser_components': ['browser-components-watch@chromium.org'], 1838 'browser_components': ['browser-components-watch@chromium.org'],
1836 'browser_compositor': ['piman+watch@chromium.org', 1839 'browser_compositor': ['piman+watch@chromium.org',
1837 'vollick@chromium.org'], 1840 'vollick@chromium.org'],
1838 'browser_resources': ['arv+watch@chromium.org'], 1841 'browser_resources': ['arv+watch@chromium.org'],
1839 'browser_resources_md': ['michaelpg+watch-md-ui@chromium.org'], 1842 'browser_resources_md': ['michaelpg+watch-md-ui@chromium.org'],
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 'eugenebut@chromium.org'], 2013 'eugenebut@chromium.org'],
2011 'ipc': ['darin-cc@chromium.org', 2014 'ipc': ['darin-cc@chromium.org',
2012 'jam@chromium.org'], 2015 'jam@chromium.org'],
2013 'libwebp': ['jzern@chromium.org', 2016 'libwebp': ['jzern@chromium.org',
2014 'skal@google.com', 2017 'skal@google.com',
2015 'urvang@chromium.org'], 2018 'urvang@chromium.org'],
2016 'libvpx': ['fgalligan@chromium.org', 2019 'libvpx': ['fgalligan@chromium.org',
2017 'johannkoenig@chromium.org', 2020 'johannkoenig@chromium.org',
2018 'jzern@chromium.org', 2021 'jzern@chromium.org',
2019 'tomfinegan@chromium.org'], 2022 'tomfinegan@chromium.org'],
2023 'libxml_xslt': ['ail@google.com',
2024 'dominicc+watchlist@chromium.org'],
2020 'linux_fonts': ['derat+watch@chromium.org'], 2025 'linux_fonts': ['derat+watch@chromium.org'],
2021 'linux_sandboxing': ['jln+watch@chromium.org'], 2026 'linux_sandboxing': ['jln+watch@chromium.org'],
2022 'linux_seccomp_bpf': ['jln+watch@chromium.org'], 2027 'linux_seccomp_bpf': ['jln+watch@chromium.org'],
2023 'login': ['vabr+watchlistlogin@chromium.org'], 2028 'login': ['vabr+watchlistlogin@chromium.org'],
2024 'mac' : ['mac-reviews@chromium.org'], 2029 'mac' : ['mac-reviews@chromium.org'],
2025 'manifest': ['mlamouri+watch-manifest@chromium.org'], 2030 'manifest': ['mlamouri+watch-manifest@chromium.org'],
2026 'md_settings': ['dbeam+watch-settings@chromium.org', 2031 'md_settings': ['dbeam+watch-settings@chromium.org',
2027 'michaelpg+watch-md-settings@chromium.org', 2032 'michaelpg+watch-md-settings@chromium.org',
2028 'stevenjb+watch-md-settings@chromium.org'], 2033 'stevenjb+watch-md-settings@chromium.org'],
2029 'media': ['feature-media-reviews@chromium.org'], 2034 'media': ['feature-media-reviews@chromium.org'],
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 'virtual_reality': ['feature-vr-reviews@chromium.org'], 2222 'virtual_reality': ['feature-vr-reviews@chromium.org'],
2218 'webrtc_browser_tests': ['phoglund+watch@chromium.org'], 2223 'webrtc_browser_tests': ['phoglund+watch@chromium.org'],
2219 'website_settings': ['markusheintz@chromium.org', 2224 'website_settings': ['markusheintz@chromium.org',
2220 'msramek+watch@chromium.org', 2225 'msramek+watch@chromium.org',
2221 'raymes+watch@chromium.org'], 2226 'raymes+watch@chromium.org'],
2222 'windows_sandboxing': ['pennymac+watch@chromium.org', 2227 'windows_sandboxing': ['pennymac+watch@chromium.org',
2223 'wfh+watch@chromium.org'], 2228 'wfh+watch@chromium.org'],
2224 'x11': ['derat+watch@chromium.org', 2229 'x11': ['derat+watch@chromium.org',
2225 'sadrul@chromium.org', 2230 'sadrul@chromium.org',
2226 'yusukes+watch@chromium.org'], 2231 'yusukes+watch@chromium.org'],
2227 'xml': ['dominicc+watchlist@chromium.org'],
2228 'zoom': ['wjmaclean@chromium.org'], 2232 'zoom': ['wjmaclean@chromium.org'],
2229 }, 2233 },
2230 } 2234 }
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