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 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1161 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \ | 1161 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \ |
1162 '|third_party/WebKit/Source/core/dom/ViewportArguments' \ | 1162 '|third_party/WebKit/Source/core/dom/ViewportArguments' \ |
1163 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \ | 1163 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \ |
1164 '|third_party/WebKit/Source/core/page/FrameView' \ | 1164 '|third_party/WebKit/Source/core/page/FrameView' \ |
1165 '|third_party/WebKit/Source/core/page/scrolling' | 1165 '|third_party/WebKit/Source/core/page/scrolling' |
1166 }, | 1166 }, |
1167 'blink_w3ctests': { | 1167 'blink_w3ctests': { |
1168 'filepath': 'third_party/WebKit/LayoutTests/imported/' \ | 1168 'filepath': 'third_party/WebKit/LayoutTests/imported/' \ |
1169 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/' | 1169 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/' |
1170 }, | 1170 }, |
1171 'blink_web_idl': { | |
1172 'filepath': 'third_party/WebKit/Source/core/.*\.idl' | |
1173 }, | |
1174 'blink_webcomponents': { | 1171 'blink_webcomponents': { |
1175 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \ | 1172 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \ |
1176 '|third_party/WebKit/Source/core/dom/custom/' \ | 1173 '|third_party/WebKit/Source/core/dom/custom/' \ |
1177 '|third_party/WebKit/Source/core/html/imports/' \ | 1174 '|third_party/WebKit/Source/core/html/imports/' \ |
1178 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElement
ConstructorCustom' \ | 1175 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElement
ConstructorCustom' \ |
1179 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers' | 1176 '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers' |
1180 }, | 1177 }, |
1181 'blink_webp': { | 1178 'blink_webp': { |
1182 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \ | 1179 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \ |
1183 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP' | 1180 '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP' |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1546 'dglazkov+blink@chromium.org' ], | 1543 'dglazkov+blink@chromium.org' ], |
1547 'blink_dom': [ 'eae+blinkwatch@chromium.org', | 1544 'blink_dom': [ 'eae+blinkwatch@chromium.org', |
1548 'dglazkov+blink@chromium.org', | 1545 'dglazkov+blink@chromium.org', |
1549 'sigbjornf@opera.com', | 1546 'sigbjornf@opera.com', |
1550 'rob.buis@samsung.com', | 1547 'rob.buis@samsung.com', |
1551 'blink-reviews-dom@chromium.org' ], | 1548 'blink-reviews-dom@chromium.org' ], |
1552 'blink_device_light': [ 'timvolodine@chromium.org', | 1549 'blink_device_light': [ 'timvolodine@chromium.org', |
1553 'mlamouri+watch-blink@chromium.org' ], | 1550 'mlamouri+watch-blink@chromium.org' ], |
1554 'blink_device_orientation': [ 'timvolodine@chromium.org', | 1551 'blink_device_orientation': [ 'timvolodine@chromium.org', |
1555 'mvanouwerkerk+watch@chromium.org', | 1552 'mvanouwerkerk+watch@chromium.org', |
1556 'ch.dumez@samsung.com', | |
1557 'mlamouri+watch-blink@chromium.org' ], | 1553 'mlamouri+watch-blink@chromium.org' ], |
1558 'blink_devtools': [ 'pfeldman+blink@chromium.org', | 1554 'blink_devtools': [ 'pfeldman+blink@chromium.org', |
1559 'apavlov+blink@chromium.org', | 1555 'apavlov+blink@chromium.org', |
1560 'lushnikov+blink@chromium.org', | 1556 'lushnikov+blink@chromium.org', |
1561 'caseq+blink@chromium.org', | 1557 'caseq+blink@chromium.org', |
1562 'sergeyv+blink@chromium.org', | 1558 'sergeyv+blink@chromium.org', |
1563 'kozyatinskiy+blink@chromium.org', | 1559 'kozyatinskiy+blink@chromium.org', |
1564 'devtools-reviews@chromium.org' ], | 1560 'devtools-reviews@chromium.org' ], |
1565 'blink_events': [ 'eae+blinkwatch@chromium.org', | 1561 'blink_events': [ 'eae+blinkwatch@chromium.org', |
1566 'dglazkov+blink@chromium.org', | 1562 'dglazkov+blink@chromium.org', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1676 'gyuyoung.kim@chromium.org', | 1672 'gyuyoung.kim@chromium.org', |
1677 'kouhei+svg@chromium.org' ], | 1673 'kouhei+svg@chromium.org' ], |
1678 'blink_w3ctests' : [ 'blink-reviews-w3ctests@chromium.org' ], | 1674 'blink_w3ctests' : [ 'blink-reviews-w3ctests@chromium.org' ], |
1679 'blink_webp': [ 'urvang@chromium.org', | 1675 'blink_webp': [ 'urvang@chromium.org', |
1680 'jzern@chromium.org', | 1676 'jzern@chromium.org', |
1681 'skal@google.com', | 1677 'skal@google.com', |
1682 'vikasa@google.com' ], | 1678 'vikasa@google.com' ], |
1683 'blink_out_of_process_frames': [ 'dcheng@chromium.org', | 1679 'blink_out_of_process_frames': [ 'dcheng@chromium.org', |
1684 'mlamouri+watch-blink@chromium.org' ], | 1680 'mlamouri+watch-blink@chromium.org' ], |
1685 'blink_screen_orientation': [ 'mlamouri+watch-blink@chromium.org' ], | 1681 'blink_screen_orientation': [ 'mlamouri+watch-blink@chromium.org' ], |
1686 'blink_web_idl': [ 'ch.dumez@samsung.com', | |
1687 'vivekg@chromium.org', | |
1688 'vivek.vg@samsung.com' ], | |
1689 'blink_websockets': [ 'tyoshino+watch@chromium.org', | 1682 'blink_websockets': [ 'tyoshino+watch@chromium.org', |
1690 'yhirano+watch@chromium.org' ], | 1683 'yhirano+watch@chromium.org' ], |
1691 'blink_workers': [ 'blink-worker-reviews@chromium.org', | 1684 'blink_workers': [ 'blink-worker-reviews@chromium.org', |
1692 'kinuko+worker@chromium.org', | 1685 'kinuko+worker@chromium.org', |
1693 'horo+watch@chromium.org', | 1686 'horo+watch@chromium.org', |
1694 'falken@chromium.org' ], | 1687 'falken@chromium.org' ], |
1695 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1688 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
1696 'blink-reviews-wtf@chromium.org' ], | 1689 'blink-reviews-wtf@chromium.org' ], |
1697 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1690 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
1698 'test_runner': [ 'jochen+watch@chromium.org', | 1691 'test_runner': [ 'jochen+watch@chromium.org', |
1699 'mlamouri+watch-test-runner@chromium.org' ], | 1692 'mlamouri+watch-test-runner@chromium.org' ], |
1700 }, | 1693 }, |
1701 } | 1694 } |
OLD | NEW |