| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 'platform_graphics': [ 'jamesr@chromium.org', | 271 'platform_graphics': [ 'jamesr@chromium.org', |
| 272 'schenney@chromium.org', | 272 'schenney@chromium.org', |
| 273 'danakj@chromium.org', | 273 'danakj@chromium.org', |
| 274 'pdr@chromium.org', | 274 'pdr@chromium.org', |
| 275 'cabanier@adobe.com', | 275 'cabanier@adobe.com', |
| 276 'dsinclair@chromium.org', | 276 'dsinclair@chromium.org', |
| 277 'dschulze@chromium.org', | 277 'dschulze@chromium.org', |
| 278 'rob.buis@samsung.com', | 278 'rob.buis@samsung.com', |
| 279 'jbroman@chromium.org' ], | 279 'jbroman@chromium.org' ], |
| 280 'svg': [ 'schenney@chromium.org', 'pdr@google.com', 'fmalita@chromium.org',
'dschulze@chromium.org', 'rob.buis@samsung.com', 'fs@opera.com', 'ed+blinkwatch@
opera.com', 'gyuyoung.kim@webkit.org' ], | 280 'svg': [ 'schenney@chromium.org', 'pdr@google.com', 'fmalita@chromium.org',
'dschulze@chromium.org', 'rob.buis@samsung.com', 'fs@opera.com', 'ed+blinkwatch@
opera.com', 'gyuyoung.kim@webkit.org' ], |
| 281 'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+
blink@chromium.org', 'ed+blinkwatch@opera.com' ], | 281 'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+
blink@chromium.org', 'ed+blinkwatch@opera.com', 'rune+blink@opera.com' ], |
| 282 'dom': [ 'adamk+blink@chromium.org', | 282 'dom': [ 'adamk+blink@chromium.org', |
| 283 'eae+blinkwatch@chromium.org', | 283 'eae+blinkwatch@chromium.org', |
| 284 'dglazkov+blink@chromium.org', | 284 'dglazkov+blink@chromium.org', |
| 285 'sigbjornf@opera.com', | 285 'sigbjornf@opera.com', |
| 286 'ch.dumez@samsung.com' ], | 286 'ch.dumez@samsung.com' ], |
| 287 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org' ], | 287 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org' ], |
| 288 'heap': [ 'ager@chromium.org', 'haraken@chromium.org' ], | 288 'heap': [ 'ager@chromium.org', 'haraken@chromium.org' ], |
| 289 'html': [ 'adamk+blink@chromium.org', 'dglazkov+blink@chromium.org' ], | 289 'html': [ 'adamk+blink@chromium.org', 'dglazkov+blink@chromium.org' ], |
| 290 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin
k@chromium.org' ], | 290 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin
k@chromium.org' ], |
| 291 'workers': [ 'kinuko+watch@chromium.org' ], | 291 'workers': [ 'kinuko+watch@chromium.org' ], |
| (...skipping 22 matching lines...) Expand all Loading... |
| 314 'vibration': [ 'mvanouwerkerk+watch@chromium.org' ], | 314 'vibration': [ 'mvanouwerkerk+watch@chromium.org' ], |
| 315 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], | 315 'spellcheck' : [ 'groby+blinkspell@chromium.org' ], |
| 316 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk+watch@chr
omium.org', 'ch.dumez@samsung.com' ], | 316 'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk+watch@chr
omium.org', 'ch.dumez@samsung.com' ], |
| 317 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], | 317 'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], |
| 318 'webp': [ 'urvang@google.com', | 318 'webp': [ 'urvang@google.com', |
| 319 'jzern@chromium.org', | 319 'jzern@chromium.org', |
| 320 'skal@google.com', | 320 'skal@google.com', |
| 321 'vikasa@google.com' ], | 321 'vikasa@google.com' ], |
| 322 }, | 322 }, |
| 323 } | 323 } |
| OLD | NEW |