| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 8 |
| 9 { | 9 { |
| 10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 'brettw-cc@chromium.org'], | 340 'brettw-cc@chromium.org'], |
| 341 'tab_contents': ['brettw-cc@chromium.org', 'avi@chromium.org', | 341 'tab_contents': ['brettw-cc@chromium.org', 'avi@chromium.org', |
| 342 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], | 342 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], |
| 343 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'], | 343 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'], |
| 344 'webkit': ['darin-cc@chromium.org'], | 344 'webkit': ['darin-cc@chromium.org'], |
| 345 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', | 345 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', |
| 346 'stuartmorgan+watch@chromium.org'], | 346 'stuartmorgan+watch@chromium.org'], |
| 347 'worker': ['jam@chromium.org'], | 347 'worker': ['jam@chromium.org'], |
| 348 'extension': ['aa@chromium.org', | 348 'extension': ['aa@chromium.org', |
| 349 'erikkay@chromium.org', | 349 'erikkay@chromium.org', |
| 350 'mihaip+watch@chromium.org'], | 350 'mihaip+watch@chromium.org', |
| 351 'jstritar+watch@chromium.org'], |
| 351 'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'], | 352 'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'], |
| 352 'net_error_list': ['mmenke@chromium.org'], | 353 'net_error_list': ['mmenke@chromium.org'], |
| 353 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], | 354 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], |
| 354 'ftp': ['phajdan.jr@chromium.org'], | 355 'ftp': ['phajdan.jr@chromium.org'], |
| 355 'dns': ['mmenke@chromium.org'], | 356 'dns': ['mmenke@chromium.org'], |
| 356 'media': ['acolwell+watch@chromium.org', | 357 'media': ['acolwell+watch@chromium.org', |
| 357 'annacc+watch@chromium.org', 'ddorwin+watch@chromium.org', | 358 'annacc+watch@chromium.org', 'ddorwin+watch@chromium.org', |
| 358 'fischman+watch@chromium.org', 'hclam+watch@chromium.org', | 359 'fischman+watch@chromium.org', 'hclam+watch@chromium.org', |
| 359 'ihf+watch@chromium.org', 'scherkus@chromium.org', | 360 'ihf+watch@chromium.org', 'scherkus@chromium.org', |
| 360 'vrk@chromium.org'], | 361 'vrk@chromium.org'], |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 'browser_gl': ['dhollowa+watch@chromium.org'], | 437 'browser_gl': ['dhollowa+watch@chromium.org'], |
| 437 'textinput': ['penghuang+watch@chromium.org', | 438 'textinput': ['penghuang+watch@chromium.org', |
| 438 'suzhe@chromium.org', | 439 'suzhe@chromium.org', |
| 439 'yusukes+watch@chromium.org'], | 440 'yusukes+watch@chromium.org'], |
| 440 'textinput_chromeos': ['yusukes+watch@chromium.org'], | 441 'textinput_chromeos': ['yusukes+watch@chromium.org'], |
| 441 'omnibox': ['suzhe@chromium.org'], | 442 'omnibox': ['suzhe@chromium.org'], |
| 442 'message_loop': ['sadrul@chromium.org'], | 443 'message_loop': ['sadrul@chromium.org'], |
| 443 'clipboard': ['dcheng@chromium.org'], | 444 'clipboard': ['dcheng@chromium.org'], |
| 444 }, | 445 }, |
| 445 } | 446 } |
| OLD | NEW |