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 16 matching lines...) Expand all Loading... |
27 }, | 27 }, |
28 'bindings': { | 28 'bindings': { |
29 'filepath': 'Source/bindings', | 29 'filepath': 'Source/bindings', |
30 }, | 30 }, |
31 'test_runner': { | 31 'test_runner': { |
32 'filepath': 'Tools/DumpRenderTree/chromium/TestRunner', | 32 'filepath': 'Tools/DumpRenderTree/chromium/TestRunner', |
33 }, | 33 }, |
34 'canvas': { | 34 'canvas': { |
35 'filepath': 'Source/core/html/canvas/' | 35 'filepath': 'Source/core/html/canvas/' |
36 }, | 36 }, |
| 37 'clipboard': { |
| 38 'filepath': 'Source/core/clipboard', |
| 39 'filepath': 'Source/core/page/*Drag', |
| 40 'filepath': 'Source/platform/*Drag', |
| 41 'filepath': 'Source/platform/clipboard', |
| 42 'filepath': 'Source/web/*Drag', |
| 43 'filepath': 'public/platform/*Drag', |
| 44 'filepath': 'public/web/*Drag', |
| 45 }, |
37 'css': { | 46 'css': { |
38 'filepath': 'Source/core/css', | 47 'filepath': 'Source/core/css', |
39 }, | 48 }, |
40 'custom_elements': { | 49 'custom_elements': { |
41 'filepath': 'Source/core/dom/CustomElement' \ | 50 'filepath': 'Source/core/dom/CustomElement' \ |
42 '|Source/bindings/v8/.*CustomElement', | 51 '|Source/bindings/v8/.*CustomElement', |
43 }, | 52 }, |
44 'devtools': { | 53 'devtools': { |
45 'filepath': 'inspector|DevTools|devtools', | 54 'filepath': 'inspector|DevTools|devtools', |
46 }, | 55 }, |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 'arv+blink@chromium.org', | 284 'arv+blink@chromium.org', |
276 'ch.dumez@samsung.com', | 285 'ch.dumez@samsung.com', |
277 'haraken@chromium.org', | 286 'haraken@chromium.org', |
278 'japhet@chromium.org', | 287 'japhet@chromium.org', |
279 'jsbell+bindings@chromium.org', | 288 'jsbell+bindings@chromium.org', |
280 'kojih@chromium.org', | 289 'kojih@chromium.org', |
281 'marja+watch@chromium.org', | 290 'marja+watch@chromium.org', |
282 'nbarth@chromium.org', | 291 'nbarth@chromium.org', |
283 'sigbjornf@opera.com' ], | 292 'sigbjornf@opera.com' ], |
284 'canvas': [ 'cabanier@adobe.com', 'aandrey+blink@chromium.org' ], | 293 'canvas': [ 'cabanier@adobe.com', 'aandrey+blink@chromium.org' ], |
| 294 'clipboard': [ 'dcheng@chromium.org', ], |
285 'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chro
mium.org' ], | 295 'custom_elements': [ 'dominicc+watchlist@chromium.org', 'dglazkov+blink@chro
mium.org' ], |
286 'fetch': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ], | 296 'fetch': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ], |
287 'layers': [ 'blink-layers+watch@chromium.org' ], | 297 'layers': [ 'blink-layers+watch@chromium.org' ], |
288 'loader': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ], | 298 'loader': [ 'japhet@chromium.org', 'gavinp+loader@chromium.org' ], |
289 'owners': [ 'abarth@chromium.org'], | 299 'owners': [ 'abarth@chromium.org'], |
290 'test_runner': [ 'jochen+watch@chromium.org' ], | 300 'test_runner': [ 'jochen+watch@chromium.org' ], |
291 'platform_graphics': [ 'jamesr@chromium.org', | 301 'platform_graphics': [ 'jamesr@chromium.org', |
292 'schenney@chromium.org', | 302 'schenney@chromium.org', |
293 'danakj@chromium.org', | 303 'danakj@chromium.org', |
294 'pdr@chromium.org', | 304 'pdr@chromium.org', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], | 362 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], |
353 'webp': [ 'urvang@google.com', | 363 'webp': [ 'urvang@google.com', |
354 'jzern@chromium.org', | 364 'jzern@chromium.org', |
355 'skal@google.com', | 365 'skal@google.com', |
356 'vikasa@google.com' ], | 366 'vikasa@google.com' ], |
357 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 367 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
358 'fragment_layout': [ 'mstensho+blink@opera.com' ], | 368 'fragment_layout': [ 'mstensho+blink@opera.com' ], |
359 'table_layout': [ 'mstensho+blink@opera.com' ], | 369 'table_layout': [ 'mstensho+blink@opera.com' ], |
360 }, | 370 }, |
361 } | 371 } |
OLD | NEW |