| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 '|Source/platform/.*Event' | 66 '|Source/platform/.*Event' |
| 67 }, | 67 }, |
| 68 'fetch': { | 68 'fetch': { |
| 69 'filepath': 'Source/core/fetch', | 69 'filepath': 'Source/core/fetch', |
| 70 }, | 70 }, |
| 71 'filters': { | 71 'filters': { |
| 72 'filepath': 'Source/platform/graphics/filters' \ | 72 'filepath': 'Source/platform/graphics/filters' \ |
| 73 '|Source/core/svg/graphics/filters' | 73 '|Source/core/svg/graphics/filters' |
| 74 }, | 74 }, |
| 75 'heap': { | 75 'heap': { |
| 76 'filepath': 'Source/heap' \ | 76 'filepath': 'Source/platform/heap', |
| 77 '|Source/platform/heap', | |
| 78 }, | 77 }, |
| 79 'html': { | 78 'html': { |
| 80 'filepath': 'Source/core/html/' | 79 'filepath': 'Source/core/html/' |
| 81 }, | 80 }, |
| 82 'loader': { | 81 'loader': { |
| 83 'filepath': 'Source/core/loader', | 82 'filepath': 'Source/core/loader', |
| 84 }, | 83 }, |
| 85 'owners': { | 84 'owners': { |
| 86 'filepath': 'OWNERS', | 85 'filepath': 'OWNERS', |
| 87 }, | 86 }, |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 'fmalita@chromium.org', | 352 'fmalita@chromium.org', |
| 354 'jbroman@chromium.org' ], | 353 'jbroman@chromium.org' ], |
| 355 'svg': [ 'schenney@chromium.org', 'pdr+svgwatchlist@chromium.org', 'fmalita@
chromium.org', 'dschulze@chromium.org', 'rob.buis@samsung.com', 'fs@opera.com',
'ed+blinkwatch@opera.com', 'gyuyoung.kim@webkit.org', 'kouhei+svg@chromium.org'
], | 354 'svg': [ 'schenney@chromium.org', 'pdr+svgwatchlist@chromium.org', 'fmalita@
chromium.org', 'dschulze@chromium.org', 'rob.buis@samsung.com', 'fs@opera.com',
'ed+blinkwatch@opera.com', 'gyuyoung.kim@webkit.org', 'kouhei+svg@chromium.org'
], |
| 356 'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+
blink@chromium.org', 'ed+blinkwatch@opera.com', 'rob.buis@samsung.com', 'blink-r
eviews-css@chromium.org' ], | 355 'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+
blink@chromium.org', 'ed+blinkwatch@opera.com', 'rob.buis@samsung.com', 'blink-r
eviews-css@chromium.org' ], |
| 357 'dom': [ 'eae+blinkwatch@chromium.org', | 356 'dom': [ 'eae+blinkwatch@chromium.org', |
| 358 'dglazkov+blink@chromium.org', | 357 'dglazkov+blink@chromium.org', |
| 359 'sigbjornf@opera.com', | 358 'sigbjornf@opera.com', |
| 360 'rob.buis@samsung.com', | 359 'rob.buis@samsung.com', |
| 361 'blink-reviews-dom@chromium.org' ], | 360 'blink-reviews-dom@chromium.org' ], |
| 362 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org', 'b
link-reviews-events@chromium.org' ], | 361 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org', 'b
link-reviews-events@chromium.org' ], |
| 363 'heap': [ 'ager@chromium.org', 'haraken@chromium.org', 'kouhei+heap@chromium
.org' ], | 362 'heap': [ 'ager@chromium.org', 'haraken@chromium.org', 'kouhei+heap@chromium
.org', 'oilpan-reviews@chromium.org' ], |
| 364 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ]
, | 363 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ]
, |
| 365 'public_api': [ 'dglazkov+blink@chromium.org' ], | 364 'public_api': [ 'dglazkov+blink@chromium.org' ], |
| 366 'workers': [ 'kinuko+worker@chromium.org', | 365 'workers': [ 'kinuko+worker@chromium.org', |
| 367 'horo+watch@chromium.org', | 366 'horo+watch@chromium.org', |
| 368 'falken@chromium.org' ], | 367 'falken@chromium.org' ], |
| 369 'wtf': [ 'mikhail.pozdnyakov@intel.com', | 368 'wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 370 'aandrey+blink@chromium.org', | 369 'aandrey+blink@chromium.org', |
| 371 'blink-reviews-wtf@chromium.org' ], | 370 'blink-reviews-wtf@chromium.org' ], |
| 372 'indexed_db': ['dgrogan@chromium.org', | 371 'indexed_db': ['dgrogan@chromium.org', |
| 373 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], | 372 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 'vikasa@google.com' ], | 426 'vikasa@google.com' ], |
| 428 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], | 427 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig
alia.com' ], |
| 429 'css_flexbox': [ 'cbiesinger@chromium.org' ], | 428 'css_flexbox': [ 'cbiesinger@chromium.org' ], |
| 430 'battery_status': [ 'timvolodine@chromium.org' ], | 429 'battery_status': [ 'timvolodine@chromium.org' ], |
| 431 'out_of_process_frames': [ 'dcheng@chromium.org' ], | 430 'out_of_process_frames': [ 'dcheng@chromium.org' ], |
| 432 'device_light': [ 'timvolodine@chromium.org' ], | 431 'device_light': [ 'timvolodine@chromium.org' ], |
| 433 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], | 432 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org'
], |
| 434 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 433 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 435 }, | 434 }, |
| 436 } | 435 } |
| OLD | NEW |