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

Side by Side Diff: WATCHLISTS

Issue 1978763002: Add a watchlist for XML; update custom elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 'blink_css_regions': { 1029 'blink_css_regions': {
1030 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread )' \ 1030 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread )' \
1031 '|third_party/WebKit/Source/core/dom/NodeRendering' \ 1031 '|third_party/WebKit/Source/core/dom/NodeRendering' \
1032 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \ 1032 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \
1033 '|third_party/WebKit/Source/core/css/.*Region' \ 1033 '|third_party/WebKit/Source/core/css/.*Region' \
1034 '|third_party/WebKit/LayoutTests/compositing/regions/' \ 1034 '|third_party/WebKit/LayoutTests/compositing/regions/' \
1035 '|third_party/WebKit/LayoutTests/fast/regions/' \ 1035 '|third_party/WebKit/LayoutTests/fast/regions/' \
1036 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regi ons/' 1036 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regi ons/'
1037 }, 1037 },
1038 'blink_custom_elements': { 1038 'blink_custom_elements': {
1039 'filepath': 'third_party/WebKit/Source/core/dom/CustomElement' \ 1039 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
1040 '|third_party/WebKit/Source/bindings/v8/.*CustomElement', 1040 '|third_party/WebKit/Source/bindings/v8/.*CustomElement',
1041 }, 1041 },
1042 'blink_device_light': { 1042 'blink_device_light': {
1043 'filepath': 'third_party/WebKit/Source/modules/device_light/' \ 1043 'filepath': 'third_party/WebKit/Source/modules/device_light/' \
1044 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/' 1044 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/'
1045 }, 1045 },
1046 'blink_device_orientation': { 1046 'blink_device_orientation': {
1047 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \ 1047 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \
1048 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \ 1048 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \
1049 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \ 1049 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/' \
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 }, 1289 },
1290 'blink_xmlhttprequest': { 1290 'blink_xmlhttprequest': {
1291 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/' 1291 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
1292 }, 1292 },
1293 'test_runner': { 1293 'test_runner': {
1294 'filepath': 'components/test_runner/' \ 1294 'filepath': 'components/test_runner/' \
1295 '|content/shell/(common|browser|renderer)/layout_test/' \ 1295 '|content/shell/(common|browser|renderer)/layout_test/' \
1296 '|content/test/layouttest_support.cc' \ 1296 '|content/test/layouttest_support.cc' \
1297 '|content/public/test/layouttest_support.h' \ 1297 '|content/public/test/layouttest_support.h' \
1298 }, 1298 },
1299 'xml': {
1300 'filepath': 'third_party/WebKit/Source/core/xml/' \
1301 '|third_party/libxml/' \
1302 '|third_party/libxslt/',
1303 },
1299 }, 1304 },
1300 1305
1301 'WATCHLISTS': { 1306 'WATCHLISTS': {
1302 'about_flags': ['asvitkine+watch@chromium.org'], 1307 'about_flags': ['asvitkine+watch@chromium.org'],
1303 'accelerator_table': ['derat+watch@chromium.org', 1308 'accelerator_table': ['derat+watch@chromium.org',
1304 'yusukes+watch@chromium.org'], 1309 'yusukes+watch@chromium.org'],
1305 'accessibility': ['aboxhall+watch@chromium.org', 1310 'accessibility': ['aboxhall+watch@chromium.org',
1306 'dmazzoni+watch@chromium.org', 1311 'dmazzoni+watch@chromium.org',
1307 'dtseng+watch@chromium.org', 1312 'dtseng+watch@chromium.org',
1308 'je_julie.kim@chromium.org', 1313 'je_julie.kim@chromium.org',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1831 'blink_workers': [ 'blink-worker-reviews@chromium.org', 1836 'blink_workers': [ 'blink-worker-reviews@chromium.org',
1832 'kinuko+worker@chromium.org', 1837 'kinuko+worker@chromium.org',
1833 'horo+watch@chromium.org', 1838 'horo+watch@chromium.org',
1834 'falken@chromium.org' ], 1839 'falken@chromium.org' ],
1835 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', 1840 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com',
1836 'blink-reviews-wtf@chromium.org' ], 1841 'blink-reviews-wtf@chromium.org' ],
1837 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 1842 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
1838 'test_runner': [ 'jochen+watch@chromium.org', 1843 'test_runner': [ 'jochen+watch@chromium.org',
1839 'mlamouri+watch-test-runner@chromium.org' ], 1844 'mlamouri+watch-test-runner@chromium.org' ],
1840 'clank_uma_settings': ['gayane+watch@chromium.org'], 1845 'clank_uma_settings': ['gayane+watch@chromium.org'],
1846 'xml': [ 'dominicc+watchlist@chromium.org' ],
1841 }, 1847 },
1842 } 1848 }
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