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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 '|ui/base/gtk/gtk_im.*'\ | 286 '|ui/base/gtk/gtk_im.*'\ |
287 '|ui/base/keycodes/.*'\ | 287 '|ui/base/keycodes/.*'\ |
288 '|ui/base/win/ime.*'\ | 288 '|ui/base/win/ime.*'\ |
289 '|views/ime/.*'\ | 289 '|views/ime/.*'\ |
290 '|views/controls/textfield/.*' | 290 '|views/controls/textfield/.*' |
291 }, | 291 }, |
292 'omnibox': { | 292 'omnibox': { |
293 'filepath': 'chrome/browser/autocomplete/.*'\ | 293 'filepath': 'chrome/browser/autocomplete/.*'\ |
294 '|chrome/browser/ui/.*/omnibox/.*' | 294 '|chrome/browser/ui/.*/omnibox/.*' |
295 }, | 295 }, |
| 296 'message_loop': { |
| 297 'filepath': 'base/message_.*' |
| 298 }, |
296 }, | 299 }, |
297 | 300 |
298 'WATCHLISTS': { | 301 'WATCHLISTS': { |
299 'this_file': ['nirnimesh@chromium.org'], | 302 'this_file': ['nirnimesh@chromium.org'], |
300 'valgrind': ['timurrrr@chromium.org', | 303 'valgrind': ['timurrrr@chromium.org', |
301 'stuartmorgan+watch@chromium.org', | 304 'stuartmorgan+watch@chromium.org', |
302 'glider@chromium.org'], | 305 'glider@chromium.org'], |
303 'base': ['brettw-cc@chromium.org'], | 306 'base': ['brettw-cc@chromium.org'], |
304 'browser_main': ['brettw-cc@chromium.org'], | 307 'browser_main': ['brettw-cc@chromium.org'], |
305 'browser_resources': ['arv@chromium.org'], | 308 'browser_resources': ['arv@chromium.org'], |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], | 381 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], |
379 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], | 382 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], |
380 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 383 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
381 'prasadt@chromium.org', 'dcheng@chromium.org', | 384 'prasadt@chromium.org', 'dcheng@chromium.org', |
382 'jianli@chromium.org'], | 385 'jianli@chromium.org'], |
383 'importer': ['tfarina@chromium.org'], | 386 'importer': ['tfarina@chromium.org'], |
384 'views': ['dhollowa@chromium.org', 'tfarina@chromium.org'], | 387 'views': ['dhollowa@chromium.org', 'tfarina@chromium.org'], |
385 'accelerator_table_linux': ['mazda@chromium.org', | 388 'accelerator_table_linux': ['mazda@chromium.org', |
386 'derat+watch@chromium.org'], | 389 'derat+watch@chromium.org'], |
387 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], | 390 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], |
388 'x11': ['derat+watch@chromium.org'], | 391 'x11': ['derat+watch@chromium.org', 'sadrul@chromium.org'], |
389 'accessibility': ['dmazzoni+watch@chromium.org', | 392 'accessibility': ['dmazzoni+watch@chromium.org', |
390 'dtseng+watch@chromium.org', | 393 'dtseng+watch@chromium.org', |
391 'ctguil+watch@chromium.org', | 394 'ctguil+watch@chromium.org', |
392 'aboxhall+watch@chromium.org', | 395 'aboxhall+watch@chromium.org', |
393 'davidbarr+watch@chromium.org', | 396 'davidbarr+watch@chromium.org', |
394 'zork+watch@chromium.org', | 397 'zork+watch@chromium.org', |
395 'hashimoto+watch@chromium.org', | 398 'hashimoto+watch@chromium.org', |
396 'yoshiki+watch@chromium.org', | 399 'yoshiki+watch@chromium.org', |
397 'yuzo+watch@chromium.org'], | 400 'yuzo+watch@chromium.org'], |
398 'aura': ['ben+watch@chromium.org'], | 401 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], |
399 'views_core': ['ben+watch@chromium.org'], | 402 'views_core': ['ben+watch@chromium.org'], |
400 'tools_emacs': ['fischman+watch@chromium.org'], | 403 'tools_emacs': ['fischman+watch@chromium.org'], |
401 'browser_compositor': ['backer@chromium.org'], | 404 'browser_compositor': ['backer@chromium.org'], |
402 'textinput': ['suzhe@chromium.org'], | 405 'textinput': ['suzhe@chromium.org'], |
403 'omnibox': ['suzhe@chromium.org'], | 406 'omnibox': ['suzhe@chromium.org'], |
| 407 'message_loop': ['sadrul@chromium.org'], |
404 }, | 408 }, |
405 } | 409 } |
OLD | NEW |