OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 'public_api': { | 85 'public_api': { |
86 'filepath': 'public' | 86 'filepath': 'public' |
87 }, | 87 }, |
88 'serviceworkers' : { | 88 'serviceworkers' : { |
89 'filepath': 'Source/modules/serviceworkers' \ | 89 'filepath': 'Source/modules/serviceworkers' \ |
90 '|LayoutTests/http/tests/serviceworker' | 90 '|LayoutTests/http/tests/serviceworker' |
91 }, | 91 }, |
92 'serviceworkers_tests' : { | 92 'serviceworkers_tests' : { |
93 'filepath': 'LayoutTests/http/tests/serviceworker' | 93 'filepath': 'LayoutTests/http/tests/serviceworker' |
94 }, | 94 }, |
| 95 'sheriff_o_matic' : { |
| 96 'filepath': 'Tools/GardeningServer' |
| 97 }, |
95 'spellcheck' : { | 98 'spellcheck' : { |
96 'filepath': 'Source/core/editing/Editor' \ | 99 'filepath': 'Source/core/editing/Editor' \ |
97 '|Source/core/editing/Spell' \ | 100 '|Source/core/editing/Spell' \ |
98 '|Source/core/editing/TextCheckingHelper' \ | 101 '|Source/core/editing/TextCheckingHelper' \ |
99 '|Source/platform/text/TextCheck' \ | 102 '|Source/platform/text/TextCheck' \ |
100 '|Source/web/EditorClientImpl' \ | 103 '|Source/web/EditorClientImpl' \ |
101 '|LayoutTests/editing/spelling' \ | 104 '|LayoutTests/editing/spelling' \ |
102 '|public/web/WebSpellCheckClient.h', | 105 '|public/web/WebSpellCheckClient.h', |
103 }, | 106 }, |
104 'workers': { | 107 'workers': { |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 'vibration': [ 'mvanouwerkerk+watch@chromium.org' ], | 383 'vibration': [ 'mvanouwerkerk+watch@chromium.org' ], |
381 'serviceworkers': [ 'jsbell+serviceworker@chromium.org', | 384 'serviceworkers': [ 'jsbell+serviceworker@chromium.org', |
382 'kinuko+serviceworker@chromium.org', | 385 'kinuko+serviceworker@chromium.org', |
383 'tzik@chromium.org', | 386 'tzik@chromium.org', |
384 'nhiroki@chromium.org', | 387 'nhiroki@chromium.org', |
385 'horo+watch@chromium.org', | 388 'horo+watch@chromium.org', |
386 'falken@chromium.org', | 389 'falken@chromium.org', |
387 'michaeln@chromium.org', | 390 'michaeln@chromium.org', |
388 'serviceworker-reviews@chromium.org' ], | 391 'serviceworker-reviews@chromium.org' ], |
389 'serviceworkers_tests': [ 'kenjibaheux+watch@chromium.org' ], | 392 'serviceworkers_tests': [ 'kenjibaheux+watch@chromium.org' ], |
| 393 'sheriff_o_matic': [ 'jochen@chromium.org', |
| 394 'szager@chromium.org', |
| 395 'dsinclair@chromium.org', |
| 396 'ojan@chromium.org', |
| 397 'leviw@chromium.org', |
| 398 'michaelpg@chromium.org', |
| 399 'teravest@chromium.org' ], |
390 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], | 400 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], |
391 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk+watch@chr
omium.org', 'ch.dumez@samsung.com' ], | 401 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk+watch@chr
omium.org', 'ch.dumez@samsung.com' ], |
392 'webp': [ 'urvang@google.com', | 402 'webp': [ 'urvang@google.com', |
393 'jzern@chromium.org', | 403 'jzern@chromium.org', |
394 'skal@google.com', | 404 'skal@google.com', |
395 'vikasa@google.com' ], | 405 'vikasa@google.com' ], |
396 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 406 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
397 'css_flexbox': [ 'cbiesinger@chromium.org' ], | 407 'css_flexbox': [ 'cbiesinger@chromium.org' ], |
398 'battery_status': [ 'timvolodine@chromium.org' ], | 408 'battery_status': [ 'timvolodine@chromium.org' ], |
399 'out_of_process_frames': [ 'dcheng@chromium.org' ], | 409 'out_of_process_frames': [ 'dcheng@chromium.org' ], |
400 'device_light': [ 'timvolodine@chromium.org' ], | 410 'device_light': [ 'timvolodine@chromium.org' ], |
401 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], | 411 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], |
402 }, | 412 }, |
403 } | 413 } |
OLD | NEW |