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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 }, | 132 }, |
133 'svg': { | 133 'svg': { |
134 'filepath': 'Source/core/svg|Source/core/rendering/svg', | 134 'filepath': 'Source/core/svg|Source/core/rendering/svg', |
135 }, | 135 }, |
136 'indexed_db': { | 136 'indexed_db': { |
137 'filepath': 'Source/modules/indexeddb/' \ | 137 'filepath': 'Source/modules/indexeddb/' \ |
138 '|Source/web/.*IDB' \ | 138 '|Source/web/.*IDB' \ |
139 '|LayoutTests/storage/indexeddb' \ | 139 '|LayoutTests/storage/indexeddb' \ |
140 '|public/platform/.*IDB' | 140 '|public/platform/.*IDB' |
141 }, | 141 }, |
142 'rendering': { | 142 'layout': { |
143 'filepath': 'Source/core/rendering' | 143 'filepath': 'Source/core/layout' \ |
| 144 '|Source/core/rendering' |
144 }, | 145 }, |
145 'compositing': { | 146 'compositing': { |
146 'filepath': 'Source/core/layout/compositing' | 147 'filepath': 'Source/core/layout/compositing' |
147 }, | 148 }, |
148 'layers': { | 149 'layers': { |
149 'filepath': 'Source/core/page/scrolling/ScrollingCoordinator' \ | 150 'filepath': 'Source/core/page/scrolling/ScrollingCoordinator' \ |
150 '|Source/platform/graphics/GraphicsLayer' \ | 151 '|Source/platform/graphics/GraphicsLayer' \ |
151 '|Source/core/layout/Layer' | 152 '|Source/core/layout/Layer' |
152 }, | 153 }, |
153 "content_security_policy": { | 154 "content_security_policy": { |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ]
, | 371 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ]
, |
371 'public_api': [ 'dglazkov+blink@chromium.org' ], | 372 'public_api': [ 'dglazkov+blink@chromium.org' ], |
372 'workers': [ 'kinuko+worker@chromium.org', | 373 'workers': [ 'kinuko+worker@chromium.org', |
373 'horo+watch@chromium.org', | 374 'horo+watch@chromium.org', |
374 'falken@chromium.org' ], | 375 'falken@chromium.org' ], |
375 'wtf': [ 'mikhail.pozdnyakov@intel.com', | 376 'wtf': [ 'mikhail.pozdnyakov@intel.com', |
376 'aandrey+blink@chromium.org', | 377 'aandrey+blink@chromium.org', |
377 'blink-reviews-wtf@chromium.org' ], | 378 'blink-reviews-wtf@chromium.org' ], |
378 'indexed_db': ['dgrogan@chromium.org', | 379 'indexed_db': ['dgrogan@chromium.org', |
379 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], | 380 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], |
380 'rendering': [ 'pdr+renderingwatchlist@chromium.org', | 381 'layout': [ 'pdr+renderingwatchlist@chromium.org', |
381 'eae+blinkwatch@chromium.org', | 382 'eae+blinkwatch@chromium.org', |
382 'jchaffraix+rendering@chromium.org', | 383 'jchaffraix+rendering@chromium.org', |
383 'leviw+renderwatch@chromium.org', | 384 'leviw+renderwatch@chromium.org', |
384 'zoltan@webkit.org', | 385 'zoltan@webkit.org', |
385 'blink-reviews-rendering@chromium.org', | 386 'blink-reviews-rendering@chromium.org', |
386 'dominik.rottsches@intel.com' ], | 387 'dominik.rottsches@intel.com' ], |
387 'paint' : [ 'blink-reviews-paint@chromium.org', | 388 'paint' : [ 'blink-reviews-paint@chromium.org', |
388 'slimming-paint-reviews@chromium.org', | 389 'slimming-paint-reviews@chromium.org', |
389 'dongseong.hwang@intel.com' ], | 390 'dongseong.hwang@intel.com' ], |
390 'compositing': [ ], | 391 'compositing': [ ], |
391 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], | 392 'content_security_policy': [ 'mkwst+watchlist-csp@chromium.org' ], |
392 'prerender': [ 'gavinp+prerender@chromium.org', | 393 'prerender': [ 'gavinp+prerender@chromium.org', |
393 'yoav@yoav.ws' ], | 394 'yoav@yoav.ws' ], |
394 'preloadScanner': [ 'yoav@yoav.ws' ], | 395 'preloadScanner': [ 'yoav@yoav.ws' ], |
395 'scheduler': [ 'scheduler-bugs@chromium.org' ], | 396 'scheduler': [ 'scheduler-bugs@chromium.org' ], |
396 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], | 397 'track': [ 'vcarbune@chromium.org', 'silviapf@chromium.org', 'philipj@opera.
com', 'glenn@chromium.org', 'fs@opera.com', 'eric.carlson@apple.com' ], |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 'battery_status': [ 'timvolodine@chromium.org', | 447 'battery_status': [ 'timvolodine@chromium.org', |
447 'mlamouri+watch-blink@chromium.org' ], | 448 'mlamouri+watch-blink@chromium.org' ], |
448 'out_of_process_frames': [ 'dcheng@chromium.org', | 449 'out_of_process_frames': [ 'dcheng@chromium.org', |
449 'mlamouri+watch-blink@chromium.org' ], | 450 'mlamouri+watch-blink@chromium.org' ], |
450 'device_light': [ 'timvolodine@chromium.org', | 451 'device_light': [ 'timvolodine@chromium.org', |
451 'mlamouri+watch-blink@chromium.org' ], | 452 'mlamouri+watch-blink@chromium.org' ], |
452 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], | 453 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], |
453 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 454 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
454 }, | 455 }, |
455 } | 456 } |
OLD | NEW |