| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 260     'test_runner': [ 'jochen+watch@chromium.org' ], | 260     'test_runner': [ 'jochen+watch@chromium.org' ], | 
| 261     'platform_graphics': [ 'jamesr@chromium.org', | 261     'platform_graphics': [ 'jamesr@chromium.org', | 
| 262                            'schenney@chromium.org', | 262                            'schenney@chromium.org', | 
| 263                            'danakj@chromium.org', | 263                            'danakj@chromium.org', | 
| 264                            'pdr@chromium.org', | 264                            'pdr@chromium.org', | 
| 265                            'cabanier@adobe.com', | 265                            'cabanier@adobe.com', | 
| 266                            'dsinclair@chromium.org', | 266                            'dsinclair@chromium.org', | 
| 267                            'dschulze@chromium.org', | 267                            'dschulze@chromium.org', | 
| 268                            'rob.buis@samsung.com', | 268                            'rob.buis@samsung.com', | 
| 269                            'jbroman@chromium.org' ], | 269                            'jbroman@chromium.org' ], | 
| 270     'svg': [ 'schenney@chromium.org', 'pdr@google.com', 'fmalita@chromium.org', 
     'dschulze@chromium.org', 'rob.buis@samsung.com', 'fs@opera.com' ], | 270     'svg': [ 'schenney@chromium.org', 'pdr@google.com', 'fmalita@chromium.org', 
     'dschulze@chromium.org', 'rob.buis@samsung.com', 'fs@opera.com', 'ed+blinkwatch@
     opera.com' ], | 
| 271     'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+
     blink@chromium.org' ], | 271     'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+
     blink@chromium.org', 'ed+blinkwatch@opera.com' ], | 
| 272     'dom': [ 'adamk+blink@chromium.org', | 272     'dom': [ 'adamk+blink@chromium.org', | 
| 273              'eae+blinkwatch@chromium.org', | 273              'eae+blinkwatch@chromium.org', | 
| 274              'dglazkov+blink@chromium.org', | 274              'dglazkov+blink@chromium.org', | 
| 275              'sigbjornf@opera.com', | 275              'sigbjornf@opera.com', | 
| 276              'ch.dumez@samsung.com' ], | 276              'ch.dumez@samsung.com' ], | 
| 277     'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org' ], | 277     'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org' ], | 
| 278     'heap': [ 'ager@chromium.org', 'haraken@chromium.org' ], | 278     'heap': [ 'ager@chromium.org', 'haraken@chromium.org' ], | 
| 279     'html': [ 'adamk+blink@chromium.org', 'dglazkov+blink@chromium.org' ], | 279     'html': [ 'adamk+blink@chromium.org', 'dglazkov+blink@chromium.org' ], | 
| 280     'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin
     k@chromium.org' ], | 280     'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin
     k@chromium.org' ], | 
| 281     'workers': [ 'kinuko+watch@chromium.org' ], | 281     'workers': [ 'kinuko+watch@chromium.org' ], | 
| (...skipping 21 matching lines...) Expand all  Loading... | 
| 303     'vibration': [ 'mvanouwerkerk@chromium.org' ], | 303     'vibration': [ 'mvanouwerkerk@chromium.org' ], | 
| 304     'spellcheck' : [ 'groby+blinkspell@chromium.org' ], | 304     'spellcheck' : [ 'groby+blinkspell@chromium.org' ], | 
| 305     'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk@chromium.
     org', 'ch.dumez@samsung.com' ], | 305     'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk@chromium.
     org', 'ch.dumez@samsung.com' ], | 
| 306     'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], | 306     'activity_logger': [ 'watchdog-blink-watchlist@google.com' ], | 
| 307     'webp': [ 'urvang@google.com', | 307     'webp': [ 'urvang@google.com', | 
| 308               'jzern@chromium.org', | 308               'jzern@chromium.org', | 
| 309               'skal@google.com', | 309               'skal@google.com', | 
| 310               'vikasa@google.com' ], | 310               'vikasa@google.com' ], | 
| 311   }, | 311   }, | 
| 312 } | 312 } | 
| OLD | NEW | 
|---|