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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 }, | 75 }, |
76 'html': { | 76 'html': { |
77 'filepath': 'Source/core/html/' | 77 'filepath': 'Source/core/html/' |
78 }, | 78 }, |
79 'loader': { | 79 'loader': { |
80 'filepath': 'Source/core/loader', | 80 'filepath': 'Source/core/loader', |
81 }, | 81 }, |
82 'owners': { | 82 'owners': { |
83 'filepath': 'OWNERS', | 83 'filepath': 'OWNERS', |
84 }, | 84 }, |
| 85 'preloadScanner': { |
| 86 'filepath': 'Source/core/html/parser/HTMLPreloadScanner', |
| 87 }, |
85 'public_api': { | 88 'public_api': { |
86 'filepath': 'public' | 89 'filepath': 'public' |
87 }, | 90 }, |
88 'serviceworkers' : { | 91 'serviceworkers' : { |
89 'filepath': 'Source/modules/serviceworkers' \ | 92 'filepath': 'Source/modules/serviceworkers' \ |
90 '|LayoutTests/http/tests/serviceworker' | 93 '|LayoutTests/http/tests/serviceworker' |
91 }, | 94 }, |
92 'serviceworkers_tests' : { | 95 'serviceworkers_tests' : { |
93 'filepath': 'LayoutTests/http/tests/serviceworker' | 96 'filepath': 'LayoutTests/http/tests/serviceworker' |
94 }, | 97 }, |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], | 367 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], |
365 'rendering': [ 'pdr@chromium.org', | 368 'rendering': [ 'pdr@chromium.org', |
366 'eae+blinkwatch@chromium.org', | 369 'eae+blinkwatch@chromium.org', |
367 'jchaffraix+rendering@chromium.org', | 370 'jchaffraix+rendering@chromium.org', |
368 'leviw+renderwatch@chromium.org', | 371 'leviw+renderwatch@chromium.org', |
369 'zoltan@webkit.org', | 372 'zoltan@webkit.org', |
370 'rune+blink@opera.com', | 373 'rune+blink@opera.com', |
371 'blink-reviews-rendering@chromium.org' ], | 374 'blink-reviews-rendering@chromium.org' ], |
372 'compositing': [ 'abarth@chromium.org' ], | 375 'compositing': [ 'abarth@chromium.org' ], |
373 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], | 376 'content_security_policy': [ 'mkwst+watchlist@chromium.org' ], |
374 'prerender': [ 'gavinp+prerender@chromium.org' ], | 377 'prerender': [ 'gavinp+prerender@chromium.org', |
| 378 'yoav@yoav.ws' ], |
| 379 'preloadScanner': [ 'yoav@yoav.ws' ], |
375 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], | 380 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], |
376 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com' ], | 381 'media': [ 'feature-media-reviews@chromium.org', 'philipj@opera.com', 'eric.
carlson@apple.com' ], |
377 'media_queries': [ 'kenneth.christiansen@gmail.com', | 382 'media_queries': [ 'kenneth.christiansen@gmail.com', |
378 'yoav@yoav.ws' ], | 383 'yoav@yoav.ws' ], |
379 'fileapi': [ 'kinuko+fileapi@chromium.org', | 384 'fileapi': [ 'kinuko+fileapi@chromium.org', |
380 'tzik@chromium.org', | 385 'tzik@chromium.org', |
381 'nhiroki@chromium.org' ], | 386 'nhiroki@chromium.org' ], |
382 'quota': [ 'kinuko+fileapi@chromium.org', | 387 'quota': [ 'kinuko+fileapi@chromium.org', |
383 'tzik@chromium.org', | 388 'tzik@chromium.org', |
384 'nhiroki@chromium.org' ], | 389 'nhiroki@chromium.org' ], |
(...skipping 29 matching lines...) Expand all Loading... |
414 'skal@google.com', | 419 'skal@google.com', |
415 'vikasa@google.com' ], | 420 'vikasa@google.com' ], |
416 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 421 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
417 'css_flexbox': [ 'cbiesinger@chromium.org' ], | 422 'css_flexbox': [ 'cbiesinger@chromium.org' ], |
418 'battery_status': [ 'timvolodine@chromium.org' ], | 423 'battery_status': [ 'timvolodine@chromium.org' ], |
419 'out_of_process_frames': [ 'dcheng@chromium.org' ], | 424 'out_of_process_frames': [ 'dcheng@chromium.org' ], |
420 'device_light': [ 'timvolodine@chromium.org' ], | 425 'device_light': [ 'timvolodine@chromium.org' ], |
421 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], | 426 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], |
422 }, | 427 }, |
423 } | 428 } |
OLD | NEW |