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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 }, | 78 }, |
79 'html': { | 79 'html': { |
80 'filepath': 'Source/core/html/' | 80 'filepath': 'Source/core/html/' |
81 }, | 81 }, |
82 'loader': { | 82 'loader': { |
83 'filepath': 'Source/core/loader', | 83 'filepath': 'Source/core/loader', |
84 }, | 84 }, |
85 'owners': { | 85 'owners': { |
86 'filepath': 'OWNERS', | 86 'filepath': 'OWNERS', |
87 }, | 87 }, |
| 88 'paint': { |
| 89 'filepath' : 'Source/core/paint/' |
| 90 }, |
88 'preloadScanner': { | 91 'preloadScanner': { |
89 'filepath': 'Source/core/html/parser/HTMLPreloadScanner', | 92 'filepath': 'Source/core/html/parser/HTMLPreloadScanner', |
90 }, | 93 }, |
91 'public_api': { | 94 'public_api': { |
92 'filepath': 'public' | 95 'filepath': 'public' |
93 }, | 96 }, |
94 'serviceworkers' : { | 97 'serviceworkers' : { |
95 'filepath': 'Source/modules/serviceworkers' \ | 98 'filepath': 'Source/modules/serviceworkers' \ |
96 '|LayoutTests/http/tests/serviceworker' | 99 '|LayoutTests/http/tests/serviceworker' |
97 }, | 100 }, |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'aandrey+blink@chromium.org', | 370 'aandrey+blink@chromium.org', |
368 'blink-reviews-wtf@chromium.org' ], | 371 'blink-reviews-wtf@chromium.org' ], |
369 'indexed_db': ['dgrogan@chromium.org', | 372 'indexed_db': ['dgrogan@chromium.org', |
370 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], | 373 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], |
371 'rendering': [ 'pdr+renderingwatchlist@chromium.org', | 374 'rendering': [ 'pdr+renderingwatchlist@chromium.org', |
372 'eae+blinkwatch@chromium.org', | 375 'eae+blinkwatch@chromium.org', |
373 'jchaffraix+rendering@chromium.org', | 376 'jchaffraix+rendering@chromium.org', |
374 'leviw+renderwatch@chromium.org', | 377 'leviw+renderwatch@chromium.org', |
375 'zoltan@webkit.org', | 378 'zoltan@webkit.org', |
376 'blink-reviews-rendering@chromium.org' ], | 379 'blink-reviews-rendering@chromium.org' ], |
| 380 'paint' : [ 'blink-reviews-paint@chromium.org', |
| 381 'slimming-paint-reviews@chromium.org' ], |
377 'compositing': [ ], | 382 'compositing': [ ], |
378 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], | 383 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], |
379 'prerender': [ 'gavinp+prerender@chromium.org', | 384 'prerender': [ 'gavinp+prerender@chromium.org', |
380 'yoav@yoav.ws' ], | 385 'yoav@yoav.ws' ], |
381 'preloadScanner': [ 'yoav@yoav.ws' ], | 386 'preloadScanner': [ 'yoav@yoav.ws' ], |
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', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |