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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 }, | 84 }, |
85 'owners': { | 85 'owners': { |
86 'filepath': 'OWNERS', | 86 'filepath': 'OWNERS', |
87 }, | 87 }, |
88 'preloadScanner': { | 88 'preloadScanner': { |
89 'filepath': 'Source/core/html/parser/HTMLPreloadScanner', | 89 'filepath': 'Source/core/html/parser/HTMLPreloadScanner', |
90 }, | 90 }, |
91 'public_api': { | 91 'public_api': { |
92 'filepath': 'public' | 92 'filepath': 'public' |
93 }, | 93 }, |
| 94 'scheduler': { |
| 95 'filepath': 'Source/platform/scheduler' \ |
| 96 '|Source/core/html/parser/.*Scheduler' |
| 97 }, |
94 'serviceworkers' : { | 98 'serviceworkers' : { |
95 'filepath': 'Source/modules/serviceworkers' \ | 99 'filepath': 'Source/modules/serviceworkers' \ |
96 '|LayoutTests/http/tests/serviceworker' | 100 '|LayoutTests/http/tests/serviceworker' |
97 }, | 101 }, |
98 'serviceworkers_tests' : { | 102 'serviceworkers_tests' : { |
99 'filepath': 'LayoutTests/http/tests/serviceworker' | 103 'filepath': 'LayoutTests/http/tests/serviceworker' |
100 }, | 104 }, |
101 'sheriff_o_matic' : { | 105 'sheriff_o_matic' : { |
102 'filepath': 'Tools/GardeningServer' | 106 'filepath': 'Tools/GardeningServer' |
103 }, | 107 }, |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 'eae+blinkwatch@chromium.org', | 376 'eae+blinkwatch@chromium.org', |
373 'jchaffraix+rendering@chromium.org', | 377 'jchaffraix+rendering@chromium.org', |
374 'leviw+renderwatch@chromium.org', | 378 'leviw+renderwatch@chromium.org', |
375 'zoltan@webkit.org', | 379 'zoltan@webkit.org', |
376 'blink-reviews-rendering@chromium.org' ], | 380 'blink-reviews-rendering@chromium.org' ], |
377 'compositing': [ ], | 381 'compositing': [ ], |
378 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], | 382 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], |
379 'prerender': [ 'gavinp+prerender@chromium.org', | 383 'prerender': [ 'gavinp+prerender@chromium.org', |
380 'yoav@yoav.ws' ], | 384 'yoav@yoav.ws' ], |
381 'preloadScanner': [ 'yoav@yoav.ws' ], | 385 'preloadScanner': [ 'yoav@yoav.ws' ], |
| 386 'scheduler': [ 'scheduler-bugs@chromium.org' ], |
382 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], | 387 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], |
383 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com' ], | 388 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com' ], |
384 'media_queries': [ 'kenneth.christiansen@gmail.com', | 389 'media_queries': [ 'kenneth.christiansen@gmail.com', |
385 'yoav@yoav.ws' ], | 390 'yoav@yoav.ws' ], |
386 'fileapi': [ 'kinuko+fileapi@chromium.org', | 391 'fileapi': [ 'kinuko+fileapi@chromium.org', |
387 'tzik@chromium.org', | 392 'tzik@chromium.org', |
388 'nhiroki@chromium.org' ], | 393 'nhiroki@chromium.org' ], |
389 'quota': [ 'kinuko+fileapi@chromium.org', | 394 'quota': [ 'kinuko+fileapi@chromium.org', |
390 'tzik@chromium.org', | 395 'tzik@chromium.org', |
391 'nhiroki@chromium.org' ], | 396 'nhiroki@chromium.org' ], |
(...skipping 30 matching lines...) Expand all Loading... |
422 'vikasa@google.com' ], | 427 'vikasa@google.com' ], |
423 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 428 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
424 'css_flexbox': [ 'cbiesinger@chromium.org' ], | 429 'css_flexbox': [ 'cbiesinger@chromium.org' ], |
425 'battery_status': [ 'timvolodine@chromium.org' ], | 430 'battery_status': [ 'timvolodine@chromium.org' ], |
426 'out_of_process_frames': [ 'dcheng@chromium.org' ], | 431 'out_of_process_frames': [ 'dcheng@chromium.org' ], |
427 'device_light': [ 'timvolodine@chromium.org' ], | 432 'device_light': [ 'timvolodine@chromium.org' ], |
428 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], | 433 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], |
429 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 434 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
430 }, | 435 }, |
431 } | 436 } |
OLD | NEW |