| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 'renderer': ['darin-cc@chromium.org', | 334 'renderer': ['darin-cc@chromium.org', |
| 335 'brettw-cc@chromium.org'], | 335 'brettw-cc@chromium.org'], |
| 336 'tab_contents': ['brettw-cc@chromium.org', 'avi@chromium.org', | 336 'tab_contents': ['brettw-cc@chromium.org', 'avi@chromium.org', |
| 337 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], | 337 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], |
| 338 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'], | 338 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'], |
| 339 'webkit': ['darin-cc@chromium.org'], | 339 'webkit': ['darin-cc@chromium.org'], |
| 340 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', | 340 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', |
| 341 'stuartmorgan+watch@chromium.org'], | 341 'stuartmorgan+watch@chromium.org'], |
| 342 'worker': ['jam@chromium.org'], | 342 'worker': ['jam@chromium.org'], |
| 343 'extension': ['aa@chromium.org', | 343 'extension': ['aa@chromium.org', |
| 344 'erikkay@chromium.org', | |
| 345 'mihaip+watch@chromium.org', | 344 'mihaip+watch@chromium.org', |
| 346 'jstritar+watch@chromium.org'], | 345 'jstritar+watch@chromium.org'], |
| 347 'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'], | 346 'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'], |
| 348 'net_error_list': ['mmenke@chromium.org'], | 347 'net_error_list': ['mmenke@chromium.org'], |
| 349 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], | 348 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], |
| 350 'ftp': ['phajdan.jr@chromium.org'], | 349 'ftp': ['phajdan.jr@chromium.org'], |
| 351 'dns': ['mmenke@chromium.org'], | 350 'dns': ['mmenke@chromium.org'], |
| 352 'media': ['acolwell+watch@chromium.org', | 351 'media': ['acolwell+watch@chromium.org', |
| 353 'annacc+watch@chromium.org', 'ddorwin+watch@chromium.org', | 352 'annacc+watch@chromium.org', 'ddorwin+watch@chromium.org', |
| 354 'fischman+watch@chromium.org', 'hclam+watch@chromium.org', | 353 'fischman+watch@chromium.org', 'hclam+watch@chromium.org', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'browser_gl': ['dhollowa+watch@chromium.org'], | 430 'browser_gl': ['dhollowa+watch@chromium.org'], |
| 432 'textinput': ['penghuang+watch@chromium.org', | 431 'textinput': ['penghuang+watch@chromium.org', |
| 433 'suzhe@chromium.org', | 432 'suzhe@chromium.org', |
| 434 'yusukes+watch@chromium.org'], | 433 'yusukes+watch@chromium.org'], |
| 435 'textinput_chromeos': ['yusukes+watch@chromium.org'], | 434 'textinput_chromeos': ['yusukes+watch@chromium.org'], |
| 436 'omnibox': ['suzhe@chromium.org'], | 435 'omnibox': ['suzhe@chromium.org'], |
| 437 'message_loop': ['sadrul@chromium.org'], | 436 'message_loop': ['sadrul@chromium.org'], |
| 438 'clipboard': ['dcheng@chromium.org'], | 437 'clipboard': ['dcheng@chromium.org'], |
| 439 }, | 438 }, |
| 440 } | 439 } |
| OLD | NEW |